This is a migrated thread and some comments may be shown as answers.

Need help paging through radListview control

1 Answer 50 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
maurice
Top achievements
Rank 1
maurice asked on 06 Oct 2011, 08:46 AM
I have a asp.net web page that get its content through ajax calling another page. On that page being called, I have my Listview, of course when you try and go to the second item of the listview it throws a error because its trying to postback. Question is, are there any examples of loading this the paging through javascript(jquery) so it does not post back, it has all the data ready on client side. Thanks for any help!

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 11 Oct 2011, 07:30 AM
Hi Maurice,

Note that in order to use the page functionality and renderer the newly get items, the RadListView control needs to postback and go to the server. There is no possibility to achieve that on the client side. However this should not be a reason for an error in such scenarios. Could you please let me know what the behaviour is if the Ajax is disable;ed on the page and you request the new page with regular postback. Also some more information on the ajax settings you are implementing could help us further research on the issue and provide proper solution.

Kind regards,
Maria Ilieva
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
General Discussions
Asked by
maurice
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or