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
200
GroupBy using virtual collection
posted

Hi,

I'm trying to perform groupby on a xamgrid. I'm using the virtual collection to load the data. I have one million rows on the server side and I'm loading 1000 rows at a time. I'm also making use of deffered scrolling. I have used

<ig:XamGrid.GroupBySettings>
                <ig:GroupBySettings AllowGroupByArea="Top" />
            </ig:XamGrid.GroupBySettings>

in my .xaml file.

Some how the groupby doesnt take place. It just hangs the entire application. I tried with smaller data it works fine. Am I missing something?

 

Thanks,

Sayali