|
I have created usercontrol GridEx:UserControl. On that control I putted GridControl (DevExpress datagrid control). I have created Property DataGrid which return inner datagrid control (previously added) How to enable design support for DataGrid ? I try...
Started by ITGoran on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Solution can be founded here:
http://www.devexpress.com/kb=A577.
Try deriving the user control from the DevExpress grid control instead of the 'UserControl' class .
|
|
I am writing a .NET WinForms application that needs to display a list of results in a nice formatted user-friendly fashion. Here's how I'm hoping to display the data.
The table must support a decent amount of data(>= 200 individual "data blocks"), ...
Started by Silv3rSurf on
, 9 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
They will save you time very quickly - some, like Janus' GridEx control, costs.
Of third-party controls.
|