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
2715
Force binding
posted

Hi!

I have a small issue with my ultragrid. It commits a newly added or modified row to the binded datasource just when the focus leaves the row. I don't like that, so i'm asking : is there a way to force the binding back to datasource at any time ? (when i click my "Save" button)

Thanks!

Parents
  • 17259
    Offline posted

    You can change the UpdateMode to OnCellChangeOrLostFocus.

    BTW, I think you don't need to do it for the save button, because your grid loses focus and the default value is OnRowChangeOrLostFocus.

Reply Children