I'd like my Grid footer--where I have my grand totals to display--to move when rows within the grid are collapsed.
See screenshot for desired results.
Thanks!
4 Answers, 1 is accepted
0
Hi,
The described behavior is expected and this is how the grid grouping is implemented to work.
Regards,
Pavlina
Telerik
The described behavior is expected and this is how the grid grouping is implemented to work.
Regards,
Pavlina
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items
0
ww1711
Top achievements
Rank 1
answered on 19 Nov 2015, 01:41 PM
That's super helpful. I didn't want to know if the default behavior was expected, by default.
Are you trying to say that what I'm looking for is not possible?
0
ww1711
Top achievements
Rank 1
answered on 23 Nov 2015, 09:27 PM
Anyone there? Still looking to get an answer on this. I'm hoping that the behavior I depicted in my original screenshot is possible.
Thanks!
0
Hi,
The reason behind the observed behavior is the fact that when scrolling is enabled the grid has default 350px height. Therefore, in order to move grand totals in your case after the items you need to change the height client-side using a similar approach to the one shown below:
http://docs.telerik.com/devtools/aspnet-ajax/controls/grid/functionality/scrolling/how-to/resizing-grid-with-scrolling-when-data-is-less-than-scroll-height
Regards,
Pavlina
Telerik
The reason behind the observed behavior is the fact that when scrolling is enabled the grid has default 350px height. Therefore, in order to move grand totals in your case after the items you need to change the height client-side using a similar approach to the one shown below:
http://docs.telerik.com/devtools/aspnet-ajax/controls/grid/functionality/scrolling/how-to/resizing-grid-with-scrolling-when-data-is-less-than-scroll-height
Regards,
Pavlina
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items