When I load a dataset into the gridview I would like to set the backcolor of the expander box if there is child rows. Is it possible if so then how do I grab box to set the backcolor.
1 Answer, 1 is accepted
0
Jack
Telerik team
answered on 25 Mar 2009, 01:07 PM
Hi Donnie,
You should handle the ViewCellFormatting event and call the GetChildRows method to distinguish when there are no child rows for a specific row. Here is a sample: