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
600
Changing row layout of the xamGrid
posted

Is it possible to change the row layout in a xamGrid.

What I want to achieve:

Having a grid with 3 columns from which the first one is very large.

So I want to display the information on 2 lines but still having the  columnheaders which still can be used for sorting/grouping/filtering/...

I sketced a sample below:

Header Col1 | Header Col2 | Header Col3

Description: Value Col1

Description: Value Col2           Description: Value Col3

If this isn't possible with a xamGrid, is there another way to achieve this kind of functionality?