When I loop through all my records in the grid and select true for all check boxes there is the pencil image on each row. I assume all these rows are stuck in an edit mode??? I tried two things to get rid of edit mode
dw_selection.Grid.PerformAction(UltraGridAction.CommitRow);
Doesn't seem to do anything
And
dw_selection.SetCurrent(ll_currow);
Edit mode is gone but the process takes way to long.
Any suggestions would be appreciated
Christina
That was too easy! Thanks :)
Just call the Update method on the row.