How can we bind IList<class> to WinGrid. Properties of <class> should be columns in a grid and number of elements in "List" will become rows. Also, colums need to be rearranged.
The same way you bind the grid to any other object. Set the grid's DataSource or calling the SetDataBinding method.
Thanks... I am now stuck in column/row arrangement.
There are 5 columns in a table. one of the column contains a value on which other columns will group. This grouping value should appear only once and summation of few other columns should appear on the same row as the grouping value. Could you please help in this as well