This question is locked. New answers and comments are not allowed.
Paulo de Tarso
Top achievements
Rank 1
Paulo de Tarso
asked on 23 Feb 2012, 12:21 PM
Hi, Telerik team.
In Telerik demo, when group by ship adress column and collapse the first group, the others groups not appear in first page.
Please, see the attached images.
sorry by my bad english.
TIA
Paulo
In Telerik demo, when group by ship adress column and collapse the first group, the others groups not appear in first page.
Please, see the attached images.
sorry by my bad english.
TIA
Paulo
5 Answers, 1 is accepted
0
Paulo de Tarso
Top achievements
Rank 1
answered on 26 Feb 2012, 10:12 PM
Anybody??
0
Paulo de Tarso
Top achievements
Rank 1
answered on 07 Mar 2012, 01:37 PM
there is no solution for this bug...
0
Dadv
Top achievements
Rank 1
answered on 07 Mar 2012, 04:06 PM
Hi,
I don't think it's a "bug", the grouping command is only client side and it sort the data first (asc in your examples) so the grid do the thing in that order :
- Sort the entire data by Shipping address asc
- Take the 10 items for the page number (first page the first 10 items)
- Apply the grouping command to that 10 items
So there is no "Bug" only a inbuild design.
If you don't want that you can simply disable the paging, or use the scrolling paging (http://demos.telerik.com/aspnet-mvc/grid/pageonscroll - not test but should work).
An other option will be to change on fly the page size (custom binding only i think) so that you have not a number of item, but a number of groups...
Regards,
I don't think it's a "bug", the grouping command is only client side and it sort the data first (asc in your examples) so the grid do the thing in that order :
- Sort the entire data by Shipping address asc
- Take the 10 items for the page number (first page the first 10 items)
- Apply the grouping command to that 10 items
So there is no "Bug" only a inbuild design.
If you don't want that you can simply disable the paging, or use the scrolling paging (http://demos.telerik.com/aspnet-mvc/grid/pageonscroll - not test but should work).
An other option will be to change on fly the page size (custom binding only i think) so that you have not a number of item, but a number of groups...
Regards,
0
Paulo de Tarso
Top achievements
Rank 1
answered on 08 Mar 2012, 12:06 PM
Hi, Dadv.
Thank you for your answer.
But don't work
Paulo
Thank you for your answer.
But don't work
Paulo
0
Dadv
Top achievements
Rank 1
answered on 12 Mar 2012, 03:15 PM
What it doesn't work ?