Hello,
I have a web grid bound to a hierarchical data source.
How do I access the child rows with code (both client and server side)
Also, how can I change column headers for child rows (again, server and client side)
Thanks
Regards,
Craig
I got it to work - I used the InitializeBand event which fires for each band that is added by the data source. This enabled me to select case e.band.index and act accordingly on the relevant index value.
regards,
craig