Hi there,
i am experimenting with the infragistic wingrid component and get things working the way i want.
By drag and drop i put the wingrid control on the win form. Secondly i am have written some code to fill a dataset. I connect it as an datasource to the wingrid and at last i do a databind.
On the win form i used the Ultragrid Designer to define a schema manually with less columns (4 columns) than the datasource columns. When i debug the form i see not only the 4 columns but also the other columns in the datasource. Is there a properties i have to set by wich the other columns are not autogenerated?
Can someone give me some hints/tips?
Greetings,
Mark (Holland-Europe)
Great, It worked. THanks a lot.
HOWTO:How can I define columns in the grid at Design-time and bind them at run-time so that some fields of the data are excluded from the grid?