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

RadGrid display issue in Google Chrome

2 Answers 149 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Cholticha
Top achievements
Rank 1
Cholticha asked on 02 Aug 2018, 03:08 AM

Hi All,

Have  RadGrid, which works fine.

I want data Loadding  in RadGrid

It Works fine in FireFox and IE

But Google Chrome RadGrid is not Full displayed. 

Have attached the screen shot.

Is there any option to rectify this

 

 

Thanking You


2 Answers, 1 is accepted

Sort by
0
Cholticha
Top achievements
Rank 1
answered on 09 Aug 2018, 03:21 AM
Not Person help me? please help me!!!!!!!!!!
0
Eyup
Telerik team
answered on 13 Aug 2018, 08:11 AM
Hi Cholticha,

Here are some steps which may help you troubleshoot this issue:

1. Please ensure that you are using the latest major release version of the controls.

2. Make sure that there are no controls on the page with different RenderMode options:
https://docs.telerik.com/devtools/aspnet-ajax/controls/grid/mobile-support/render-modes#setting-render-mode

3. Check your CSS classes and style files which may include some rule affecting this behavior.

4. Generally, you can set the height of the grid using this approach if scrolling is enabled:


<ClientSettings>
    <Scrolling ScrollHeight="300px" />
</ClientSettings>

5. You can also check this resource:
http://www.telerik.com/support/code-library/setting-radgrid's-height-in-percents

I hope this will prove helpful.

Regards,
Eyup
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Grid
Asked by
Cholticha
Top achievements
Rank 1
Answers by
Cholticha
Top achievements
Rank 1
Eyup
Telerik team
Share this question
or