I want to provide a defaultDisplay (during development) which will display a single row from a table in a vertical manner. I would like associated detail tables to be presented in the normal horizontal manner.
I've used the PivotGrid examples to display this row as though it is a form. I have autoassigned the columns so that it can display table A, B or C according to some value passed to the form. The data is all provided by a dataset with the appropriate relations set up. I would like Table A to also be able to display its table subA details (using A.Id = SubA.Id).
I programmatically define the detail table because there are various detail tables according to whether Table A, B or C is being displayed.
If I programtatically define the detail table, because the MasterDetailTable has been pivoted, I pick up the incorrect details for the masterKey Values. How can I access the correct values when rows and columns are switched?
Basically can I mix vertical and horitontal RadGrids?
I've used the PivotGrid examples to display this row as though it is a form. I have autoassigned the columns so that it can display table A, B or C according to some value passed to the form. The data is all provided by a dataset with the appropriate relations set up. I would like Table A to also be able to display its table subA details (using A.Id = SubA.Id).
I programmatically define the detail table because there are various detail tables according to whether Table A, B or C is being displayed.
If I programtatically define the detail table, because the MasterDetailTable has been pivoted, I pick up the incorrect details for the masterKey Values. How can I access the correct values when rows and columns are switched?
Basically can I mix vertical and horitontal RadGrids?