Is there a way for the Rad Grid Column Header to display on top of the rows and show the data rows below it and keep the form to the bottom of the page.
IE:
Currently this is how it behaves:
Column 1 Column 2 Column 3
ABC ABC ABC Edit
123 123 123 Edit
If I click on Edit on the 1st Row then the detail Records are displayed as:
Column 1 Column 2 Column 3
text = ABC
text = ABC
text = ABC
123 123 123 Edit
We are requesting the control to keep the header rows and the columns together like so:
text = ABC
text = ABC
text = ABC
Column 1 Column 2 Column 3
123 123 123 Edit
IE:
Currently this is how it behaves:
Column 1 Column 2 Column 3
ABC ABC ABC Edit
123 123 123 Edit
If I click on Edit on the 1st Row then the detail Records are displayed as:
Column 1 Column 2 Column 3
text = ABC
text = ABC
text = ABC
123 123 123 Edit
We are requesting the control to keep the header rows and the columns together like so:
text = ABC
text = ABC
text = ABC
Column 1 Column 2 Column 3
123 123 123 Edit