Hi, Actually i am using your UltraGrid. In run time i m able to drag the column to "Drag a column header here to Group by that Column" but my i want to set header column by using coding. so can u plz provide me which code i used to set the Group by column programatically. Thanks, Waiting Your Reply,
Grouping and sorting and very closely related. So to group a column, you use the SortedColumn.Add method.
grid.DisplayLayout.Bands[0].SortedColumns.Add("My Column", true, true);
Hi Mike,
I have one Question as per given code i have done the grouping but can i add the checkbox on grouping column please find the attach file i have highlighted the area with red color where i want a checkbox and if i have checked the checkbox then all child checkbox will be selects.Is it possible please suggest if yes give an example
Thanks
Ganesh Khare