I have ASP.NET Web User Control page with Telerik Ajax grid implemented inside to display records from Sharepoint Server 2013.
On paging, the telerik grid performs postback, hence fetching all records on page change. Thus encountering the performance issue.
Is there any way to stop postback on paging?
Or Is there any possible way to solve this issue?
You can not prevent
PostBackonpagingandsortingas it rebinds the grid every time. The below link contains the details about your problem. Kindly visit it.https://www.telerik.com/forums/prevent-postback