Hi Telerik Team,
I have a issue with radgrid.
i have a radgrid inside a radajaxpanel and the pagestyle mode=slider,
the pagenavigation works fine with ajax enabled.
but if i change the mode to any other options available then the ajax is not working
but page navigation works fine.
can u plzz help me in this issue aspd..
Thanks
K²
I have a issue with radgrid.
i have a radgrid inside a radajaxpanel and the pagestyle mode=slider,
the pagenavigation works fine with ajax enabled.
but if i change the mode to any other options available then the ajax is not working
but page navigation works fine.
can u plzz help me in this issue aspd..
Thanks
K²
4 Answers, 1 is accepted
0
Hi Kiran,
I followed your scenario in order to replicate the issue but to no avail. Please find attached a simple working project which is working as expected and let us know what is the difference in your case.
Sincerely yours,
Pavlina
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
I followed your scenario in order to replicate the issue but to no avail. Please find attached a simple working project which is working as expected and let us know what is the difference in your case.
Sincerely yours,
Pavlina
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
kiran
Top achievements
Rank 1
answered on 10 Nov 2009, 05:10 AM
Thanks Pavlina,
i really thank u for such a fast response....
now the ajax is working for page navigation in the grid.
actually this is not working when the property EnableSEOPaging="true" is enabled.
Thanks
K²
i really thank u for such a fast response....
now the ajax is working for page navigation in the grid.
actually this is not working when the property EnableSEOPaging="true" is enabled.
Thanks
K²
0
Hi Kiran,
Please note that page url is changed when EnableSeoPaging is set to true and you click to navigate
on next page - regular postback is needed. Therefore Ajax is not working when you are using Seo paging.
Regards,
Pavlina
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Please note that page url is changed when EnableSeoPaging is set to true and you click to navigate
on next page - regular postback is needed. Therefore Ajax is not working when you are using Seo paging.
Regards,
Pavlina
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
kiran
Top achievements
Rank 1
answered on 11 Nov 2009, 04:55 AM
Thank u very much.