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
145
Two level ultra webgrid with checkbox on both levels' headers
posted

I am using the Infragistics' Ultra webgrid. What i am trying to do is this: my grid has two levels.

 i have a checkbox in the header of each level,as well as on every row of the grid

(using cell and header templates). when i check the checkbox located in the header of the second level,

 all the rows below the header must get checked i.e. the checkboxes of the rows below the header

should get checked. Please advise. Thanks