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

Radgrid is not showing properly

1 Answer 91 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Arnab
Top achievements
Rank 1
Arnab asked on 16 Sep 2015, 10:14 AM

Hi Team,

I am getting a strange issue while using Radgrid. In my project two pages have used Rad Grid. In most of the machine it is working fine. But in few machine the data is not being displayed in the grid. But the data is showing outside the grid. There are search boxed in the header column of the grid. The search boxes are repeating multiple times inside a large div. The data is coming after the div. Please have a look on the attached file. Any idea on this?

Regards,

Arnab

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 19 Sep 2015, 12:45 AM
Hi,

It would be hard to reproduce the problem without the full content of your page. Could you please send us a sample project or live URL where the problem can be replicated? I suppose that somewhere you have set position relative for the MasterTableView. If this is the case please try setting:
.rgDataDiv
   {
       position: relative;   
   }

Also specify which is the version of Telerik UI you are using in the project and if the issue persists only in specific browser.

Regards,
Pavlina
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Grid
Asked by
Arnab
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or