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

Weird RadGrid issue

1 Answer 38 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ryan
Top achievements
Rank 1
Ryan asked on 03 Oct 2013, 04:11 PM
Check out the screen shot.  I am getting a weird behavior on my radgrids when the web application is viewed through Citrix via a thin client.

The screen shot is on a grid that has client scrolling, but the same affect is happening on grids that do not have the client scrolling.

The users browser in Citrix is IE9.  IE9 on my pc works fine. Seems fine through Citrix on my PC, but maybe an issue on the thin client.  Any help would be great.


1 Answer, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 08 Oct 2013, 01:52 PM
Hi Ryan,

Thank you for contacting Telerik Support.

From the provided screenshot it is hard to determine the reasons behind that issue.

Nevertheless, since by default the new IE versions are set to force page in Compatibility Mode for intranet sites (which could be the root of the problem), I may suggest you add the following lines in your web.config:
<system.webServer>
  <httpProtocol>
    <customHeaders>
      <clear />
      <add name="X-UA-Compatible" value="IE=Edge" />
    </customHeaders>
  </httpProtocol>
</system.webServer>

If the above does not solve the problem, please try to prepare a sample, runnable project, or provide the markup and the code behind of your grid, so we could test it locally.

Looking forward to your reply.


Regards,
Konstantin Dikov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Grid
Asked by
Ryan
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Share this question
or