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

[Solved] Get the value of checkbox in Group header

1 Answer 219 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Zachary Frayne
Top achievements
Rank 1
Zachary Frayne asked on 29 Apr 2008, 12:06 AM
Hi,
I have a grid control containing checkbox in each group header .I want that  whenever i click on Button (located on page not inside the grid) i can get all selected checkboxes in the groupheader of datagrid and also i want to get  the value of any column  located in selected group .

Thanks

1 Answer, 1 is accepted

Sort by
0
Bodevain Svensson
Top achievements
Rank 1
answered on 05 May 2008, 10:20 AM
Zachary, from my experience with the RadGrid control I think that utilizing the GetItems(ItemType) method to reference all group headers and the GetChildItems() method to get access to the data items under a given group will do the trick for you. Additionally, to extract the text from the column cells for a certain item, use the unique name of the column of interest.

Bodevain
Tags
Grid
Asked by
Zachary Frayne
Top achievements
Rank 1
Answers by
Bodevain Svensson
Top achievements
Rank 1
Share this question
or