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

New row appears below footer

1 Answer 45 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mike
Top achievements
Rank 1
Mike asked on 17 May 2010, 05:30 PM
I have a Radgrid with a footer which contains sums for a few columns.  When I click to add a new row to the grid the new row appears below the footer row.  This just looks odd and feels wrong.  Is there any way to get new rows to appear as the last data row in the grid but still above the footer?

Thanks,

Mike

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 20 May 2010, 02:54 PM
Hello Mike,

Unfortunately RadGrid doesn't support such layout out-of-the-box. If your pages is displayed in the bottom, you could try to move the footer row with jQuery:
$telerik.$('.rgFooter').insertBefore('.rgPager');

Regards,
Daniel
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Grid
Asked by
Mike
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or