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
1923
UpdateCell cannot cancel in WARP
posted

Hi,

I've got an UltraWebGrid that lives in a WARP panel and handles the postback events etc When a cell is updated, the UpdateCell event fires correctly...

If you use e.Cancel = True to cancel the event, once the WARP has finished loading, the value doesn't revert back...

Has anyone else had this problem...I don't want to revert to manually "resetting" the value if I cannot cancel the event...

Parents
No Data
Reply
  • 12679
    posted

    Hello,

    I guess you are using Load on Demand functionality of the grid in this case you do not need to use WARP due to the fact that the grid makes AJAX  callbacks to the server in each UpdateCell event.

    More information about AJAX functionality of UltraWebGrid you can see here

Children