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?
HI,
I am attaching a new sample for your review.
Sincerely,
Matt Developer Support Engineer
Hi Matt,
This doesn't change a lot. It still shows the content in one column.
I have added a screenshot of what I mean (created with paint).
Kind regards,
Erik
I have a new sample for you.
I added style targeting the CellControl, setting border brush to transparent.
I made all the columns templated columns.
Sincerely, Matt Developer Support Engineer
It is already a first good approach.
The problem is that the content is displayed in only one column. The general idea was to display the content over all the columns (like a column span).
Is this possible?
I am attaching a sample XamGrid application for your review.