Hi All,
In my application i have write code in the following event like active cell change and update_row .
The problem is whenever i click a cell for enter a value, the grid will refreshed so once again i need click on the particular cell for entering a value.
how to avoid this, Please send me a solution.
Thanks in Advance.
Regards,
Vasanth.
I recommend you to use DisplayLayout-ClientSideEvents-CellChangeHandler to perform validation and fill other cells on the client, that way you avoid roundtrips to the server.
Hope this helps!
Hi Vasanth,
in order to avoid postback and refresh you should remove ActiveCellChange event handler.