This is a migrated thread and some comments may be shown as answers.

[Solved] Rad Grid Placement of Column Header

1 Answer 84 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jaime
Top achievements
Rank 1
Jaime asked on 07 Apr 2009, 02:41 PM
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

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 08 Apr 2009, 06:58 AM
Hi Jaime,

I hope you are trying to display the Edit form above the column headers. Normally the Edit Form will be opening just beneath the row which is in edit mode. You may consider using an external edit form for achieving the desired scenario. Go through the following code library submission for more details.
Update RadGrid with outside editForm

Thanks
Shinu
Tags
Grid
Asked by
Jaime
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or