Hi all,
I am facing a problem ofPAGING in ajax with asp.net. I am not able to create paging on my web page. I have used update panel to view the data in datagrid.
I tried paging but its not working. Please suggest a solution to the above problem
Regards, Prem
Hi Prem,
I have a gridview and the Paging (WITHOUT causing postbacks) works just fine!
Did you check if all the callback options on the grid are disabled (enableSortingAndPagingCallbacks = false !!) ?
Then you just need to place it in an updatepanel.
If it still doesn't work, could you make me a (WORKING) demo with your grid which replicates the error/malfunction?
Kind regards,
Wim
No comments:
Post a Comment