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...
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
Hi Rado, thanks for your reply
I am not using the Load On Demand functionality so that all the logic processing can be written in VB.Net to interface with the BR DLLs...
So my question remains...
Hello David,
In order to help you I need more information about the grid declaration.
Please could you provide more information about the grid setup in the aspx page.
Would be helpful if you post your exact version of the Infragistics toolset.