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

Grid footer alignment issue

3 Answers 59 Views
Grid
This is a migrated thread and some comments may be shown as answers.
David Penny
Top achievements
Rank 2
David Penny asked on 09 Jun 2014, 08:33 AM
Hi,

I have an issue for grid footers being out of alignment when displayed in IE7. This affects IE7 only and is fine in all other versions of IE and all other browsers. The calculated footer is shown on three lines and in IE7 does not start until beyond the last grid column.

You can see the behaviour by logging into http:\\www.professtm.co.uk?token=demo555 using DGP and the password of DGP

Thanks

3 Answers, 1 is accepted

Sort by
0
Venelin
Telerik team
answered on 12 Jun 2014, 05:04 AM
Hello David,

I have investigated the provided page and found a workaround to the issue. However I would like to ask you to send your code so we can examine the problem further.

Here is the workaround:

JavaScript:

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


Regards,
Venelin
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
David Penny
Top achievements
Rank 2
answered on 12 Jun 2014, 09:47 AM
Thanks for the response, Venelin, I'll try that.

Do you want the entire project, or just the html and vb code for that page?
0
Pavlina
Telerik team
answered on 17 Jun 2014, 11:11 AM
Hi David,

I believe that the html and the vb code will be enough. It would be also of great help if you can send us a live URL where the alignment problem with grid footer can be observed. This will allow us to inspect the control 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.

 
Tags
Grid
Asked by
David Penny
Top achievements
Rank 2
Answers by
Venelin
Telerik team
David Penny
Top achievements
Rank 2
Pavlina
Telerik team
Share this question
or