What is the best way to set up UltraWinGrid to display information in a matrix? See example below. One approach is to name the row selectors "Small", Medium", "Large", but I am not sure how well this would turn out. Do you have any other suggestions?
Thank you,
Daniel
| Item A | Item B | Item C
-----------------------------------
Small | $5.00 | $7.00 | $1.00
Medium | $3.00 | $1.50 | $8.50
Large | #2.00 | $1.00 | $9.00
Hi Joe,
I would just use a column for this. You can add a column to your data source or use an unbound column.
To make it look like a header, you would use the column.CellAppearance. You will probably want to make the first column read-only, so you do that using the column.CellActivation property.
Bump. Same issue. Need to be able to display row column matrix with row and column headers. (Calc. Manager for cells would be great to)
Is the row selector option the only available means of showing this data or is there another control I missed?
-Joe