Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
390
Hierarchical data grid and child rows
posted

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

  • 390
    Suggested Answer
    posted

    Hello,

    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