Hello,
I am developing ASP.NET Usercontrol which includes a RadListView with ASP.NET DataPager.
I tried the same example shown it following page.
http://demos.telerik.com/aspnet-ajax/datapager/examples/raddatapagervsdatapager/defaultcs.aspx
I am binding the RedListView in Page_Load event of the Usercontrol with checking the IsPostBack == false value.
When I place the Usercontrol in Page and run the application. It display the first page perfectly but when I change the Page using the pager the RadListView control will be hide and all data is cleared out.
I also tried by removing the IsPostBack condition and found that when I click on 2nd page it display the double records then the defined Pagesize. Same with the 3rd page, it display the 3 times more records then the pagesize.
I replaced the ASP.NET DataPager with the RadDataPager but still I am facing the issue.
Any urgent help would be h​highly appreciated.
Thanks,
Jaydeep Jadav