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
370
Activate a row when you know the ListObject of the row
posted

Hi,

I have an ultragrid where the datasource is bound to a bindinglist. When adding a new item to the bindinglist the ultragrid is correctly updated. What I want to do is to activate/select the row of the newly added item.

Is there a short way to do this.

I know the BindingList object so the ListObject of the row is known in the grid but I can't find a function to directly select the row using the listObject.

Right know I loop through all rows searching for the correct ListObject

Parents Reply Children