Is it possible to split a single row with more than 40 columns in 2/3 rows?
What solution does the xamgrid provide
The fields in the rows are editable
Hi,
Not really.
We offer GroupColumns but that just allows you to organize them into groups horizontally, not vertically.
You could use an Unbound column and display multiple fields in the single column, however you'd lose the ability to perform data operations like sort, filter groupby on essentially all but one of the fields within a particular column.
-SteveZ