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
140
xamGrid and data preview
posted

Hi,

I know how to create hierarchy with xamGrid. When I fill xamGrid with data, I have something like this:

Group 1

                Activity 1

                Activity 2

Group 2

                Activity 3

                Activity 4

 

I can do sorting, filtering and everything works fine. I would like to implement user interface where user could have two views. One would be like this one above, and the other one would be like this:

 

Activity 1

Activity 2

Activity 3

Activity 4

 

And i don’t want to reload page. Do I need two grids and then to load one or the other? Or maybe there is another way?

 

Thank you!