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
I would try modifying a hidden property of the bound object and select the row in the CellChanged event.