I have done the databinding part of vertical RadGrid through hardcoded datatable, but I cannot do the paging for the same.The website provides us the Row Paging but I want to do the Column Paging .Please suggest me the answers.
Thanks in advance
Regards,
Ritzie
3 Answers, 1 is accepted
0
Sebastian
Telerik team
answered on 24 Feb 2009, 11:12 AM
Hello Ritzie,
Unfortunately paging functionality for vertical grid is not achievable due to the nature of the data in it (positioned by type in rows instead of columns). Paging on a per column basis is not possible as well.
As an alternative (if the paging feature is a prerequisite for you) you may consider the ListView type grid presented in this online demo:
Hello sebastian,
There are 36 columns in my Grid,With so many columns I cannot do like this,It will not be possible.
please tell me how can I do with 36 columns.I am using paging as we do in datalist,but that is not working here.
Please help me
Thanx in advance
Ritzie
0
Sebastian
Telerik team
answered on 02 Mar 2009, 01:44 PM
Hi Ritzie,
The only possible solution is presented in the online example linked in my previous reply. I hope it is feasible workaround for your case.