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
155
Programmaticly setting all Checkboxed editmode
posted

 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 

 

Parents Reply Children
No Data