Hello,
I have downloaded Telerik_UI_for_ASP.NET_AJAX_2020_2_512_Dev.zip and upgraded my ASP.NET web application which is using Telerik.Web.UI 2011 version
After this upgrade Pagesize, sorting and Filtering not working.
I removed all cache, temp files, dlls from bin folder.
Issue : Pagesize is using ASP dropdown which has values 10,20, 50, 75, 100. Default selected value is 50. If I select 70 or 100 still showing 50 records per page.
Sorting: before update it sorts the whole data. After upgrade it sorting only in the first page.
Filter also applying for the data appears only on the current page, before it filters data on whole data.
I am using NeedDataSource, which does not need bind().
Please advise.
Thannks