Hi there,
I have a Master-Detail Grid setup. Inside the Detail template I use a Tabstrip with 5 items.
Inside each of the Tabstrip items I want to show some detail information about the selected (expanded) Master row. Here's my problem: the detail record contains about 30 columns, 27 of them must be readonly while the rest must be editable (hence the choice for yet another Grid). The default grid layout is horizontal, so I get one very wide horizontal row. Because of my screen real estate I want to show all these details in a table-like manner like 3 columns, 9 rows, last row for all the editable items.
Can you give me some advice and sample code how to handle this?
Best,
Peter