Declined
Last Updated: 18 Aug 2016 18:16 by wildyaker
Matthew
Created on: 29 Jan 2015 22:39
Category: Grid
Type: Bug Report
1
Bug Since 2011: Column Header Misaligned with Data
Reference: http://www.telerik.com/forums/radgrid-column-header-and-data-item-alignment-problem

This has apparently been an issue with RadGrid for a long time, according to the above thread. I have done a significant amount of testing to isolate this bug and have attached a self-contained solution in VB.NET 4.0 (VS 2010).

I removed all the surplus RadGrid properties I could in order to simplify the debugging process on your end and included my notes in the code and on the test page. There is indeed some peculiar behavior with the control.

Regards,
Matthew
Attached Files:
4 comments
wildyaker
Posted on: 18 Aug 2016 18:16
Make sure that you are not running in compatibility mode on IE.  If you are running in an intranet environment then your company could have your site set to run in compatibility (enterprise) mode.  I believe Telerik dropped support for anything before IE 9 a couple of years ago, and when they did it dropped support for compatibility mode.
ADMIN
Vasil
Posted on: 29 Jul 2015 12:29
Why you would need Static ID Mode? It could lead to many controls with the same ID, and does not have any benefit that I am aware of.
MO
Posted on: 28 Jul 2015 17:30
And what if you need ClientIDMode="Static", then what?

I am currently having a misalignment with IE 11.0.21 on startup with a single row of data, whereas Chrome 43.0.2357.134 and Firefox 21-39 don't have a mis-alignment until the scroll bar is visible.

I'm using VB, Telerik for ASP.NET Q2 2015, and .NET 4.5.1
ADMIN
Vasil
Posted on: 05 Mar 2015 08:01
Remove the ClientIDMode="Static" from the first grid and it will work correct.
The AutoID is required for correct working of our composite controls.