Hi,
Anybody tel me, how to get Childband values....i had two bands in my grid
The easiest way to get to all bands is to handle the InitializeBand event of the WebHierarchicalDataGrid, this event will be raised for each band as it initializes. Also at any point you can access the WebHierarchicalDataGrid control, which is the top band of of it there is a Bands property which is a collection of child bands.
Thanks,
Olga