I would like to cancell automatic post back evry time a change a cell data in UltraWebGrid.
igtbl_cancelPostBack(gridID); in OnAfterCellChanged client side event handler.
I was wondering if there are more simple solution that does not require client scripting?
Thank you in advance.
Andrei
Hello apalvinski,
If you are using The CellUpdate Handler I would conceder using a different one. Cell update triggers a postback.
Patrick
Patrick,
Thank you very much for your help.
My question is: Can I cancel postback without using client side java script?
Thank you,