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
345
How to get all the rows in one group if right mouse click on the column header?
posted

If I right mouse click on the "Key" column header, how can I get all the 4 rows under group CCC?

Thanks for your help!

Amy

Parents
No Data
Reply
  • 70
    posted

    Assuming that the rows in the image above were selected as a result of right clicking the Key column header...

    You can get a collection of selected rows via: ultraGrid1.Selected.Rows.

    Otherwise you will have to come up with an event pattern to highlight all rows in the grouping before using the suggested code above.

     

     

     

Children