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

RadGrid Shifting footer issue

2 Answers 33 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Shawn
Top achievements
Rank 1
Shawn asked on 15 Dec 2014, 07:38 PM
What would be causing the following in the following image?  Why would the footer row be shifting to the right like that.

2 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 16 Dec 2014, 04:59 PM
Hello Shawn,

Based on the screenshot I can not say why you encounter this strange issue. However, if you can provide a live URL we will be able to inspect the grid and advice you further.

Regards,
Pavlina
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Shawn
Top achievements
Rank 1
answered on 16 Dec 2014, 05:07 PM
I don't quite understand the solution and maybe you can provide more details as to why but here is the solution I found from a thread in the forums:

http://www.telerik.com/forums/grid-footer-alignment-issue.

Here is the solution:
function pageLoad(){   $telerik.$('.RadGrid .rgFooter td')[0].colSpan = 1;}

Adding that line of code worked for me.

Thanks,
Tags
Grid
Asked by
Shawn
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Shawn
Top achievements
Rank 1
Share this question
or