Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
486
Virtualization seems to break Grouping feature
posted

Hello,

I'm trying to use RowVirtualization together with the GroupBy Feature and once I group by a column and minimize the created groups not all elements are displayed. If I start scrolling the minimization will automatically be undone but all elements are displayed again.

You can reproduce this if you use your own Sample JSFiddle for Virtualization and add the GroupBy Feature. Here is the link to the Fiddle:

http://jsfiddle.net/gh/get/jquery/1.9.1/igniteuisamples/jsfiddle-samples/tree/master/EN/HtmlSamples/grid/virtualization-continuous/

I only added {name: "GroupBy"}, to the Features and tried to group by "Ship Country" - then when minimizing the Groups you should be able to see the described behavior (only the first 3 Ship Country Groups are shown - if I turn of virtualization all 12 can be seen)

Is there anything I can do to avoid this behavior and still use both Features?

Thanks and best regards