Hi,
we have an application that uses the RadGrid.
Our customer has set compatibility mode for the entire domain (evidently through group policy).
In compatibility mode our application has rendering problems, so we added the directive <add name = "X-UA-Compatible" value = "IE = edge" /> in IIS to force IE11 to work in standard mode.
Now we have a problem: the radgrid shows the header not correctly aligned with the content of the grid.
It seems that bringing IE from compatibility mode to standard mode is not the same as working directly in standard mode.
Did you experienced this kind of problem?
Thanks in advance for the support