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
205
can I enable committing row in Ultra grid only when I press on my save button
posted

can I enable committing row in Ultra grid only when I press on  my save button

Parents
No Data
Reply
  • 469350
    Offline posted

    You can use the UpdateMode property of the grid to control when changes in the grid are committed to the underlying data source.

    But the CurrencyManager in DotNet implicitly does an EndUpdate any time it's position is changed. You can try setting the grid's SyncWithCurrencyManager property to false to stop the grid from changing the position, but I think this will only give you limited success.

Children
No Data