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
320
How To: select a grid row by bounded object
posted

Hi, is there any way to select the row in UltraGrid which is bound to particular object in collection if you have this object? I mean something faster then direct loop over row collection and comparing its ListObject property with target object

Thanks

Parents
No Data
Reply
  • 555
    posted

    I would try modifying a hidden property of the bound object and select the row in the CellChanged event.

Children