This is a migrated thread and some comments may be shown as answers.

[Solved] Urgent: Show Checkbox next to each Group Header

1 Answer 80 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jatin Dua
Top achievements
Rank 1
Jatin Dua asked on 31 Jul 2009, 05:57 AM
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:

DelegatesGrid.GroupPanel.Controls.Add(chkControl)


Could someone please let me know if this is possible??

Much appreciated

Jatin

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 31 Jul 2009, 06:45 AM
Hello Jatin,

You can refer to the following code library submission which demonstrates how to select/deselect all rows in a group by means of a checkbox residing in each group header.
Selecting all items in a group with a checkbox in the group header item

Thanks
Princy.
Tags
Grid
Asked by
Jatin Dua
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or