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
125
Ajax in UltraWebGrid Control
posted

Hi,

I am using UltraWebGrid control ver 9.1.20091.1015, I bind this control with datatable which contains two column 1)Select 2)DatabaseList, Select column is Chekbox type.

I used UltraWebGrid_UpdateCell() event to get the checked\Un-checked value. When I click on the check box of grid whole page is refreshed. I do not want this.Can we need to use Ajax so that when user click on check box complete page should not be refreshed?

But I don'nt know how to use Ajax with UltraWebGrid, Please give some sample code or tutorial so that i can use Ajax with UltraWebGrid and can able to solve this issue.  

Thanks