Hi There,
I dont even know whether this is possible or not. What I am trying to do is - group the rows on my Grid based on a field A and then try and show a checkbox next to each group header, so that if this checkbox is selected, all the rows within that group are selected. The grouping is easy but how do i show the checkbox next to the group header? I tried something like:
I dont even know whether this is possible or not. What I am trying to do is - group the rows on my Grid based on a field A and then try and show a checkbox next to each group header, so that if this checkbox is selected, all the rows within that group are selected. The grouping is easy but how do i show the checkbox next to the group header? I tried something like:
DelegatesGrid.GroupPanel.Controls.Add(chkControl)
Could someone please let me know if this is possible??
Much appreciated
Jatin