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
405
Auto postback after cell changed value
posted

Hi all,

I am using Infragistics version 12.1.20121.2020 and have an issue with Webdatagrid.

That is, postback occurs automatically after a cell changed value and focused to another cell in the grid. How to remove this postback in this case? I attached the sample here. Please help me to resolve this issue.
Note that this issue don't occur in version 11.1.

Thank you,

Trung

WebDataGridIssue.zip
Parents
  • 37874
    posted

    Hi Trung,

    In order to avoid postback when updating a cell, you should disable activation. Even though auto-postback on ActiveCellChanged is set to false, activation behavior is causing the grid to automatically postback and save the changes made to the grid.

    Let me know if you have any further questions.

Reply Children