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

GridView DetailTable display problem with IE 8

3 Answers 78 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Casey
Top achievements
Rank 1
Casey asked on 22 Sep 2010, 02:31 AM
I am using the 2010 Q2 controls and am not able to get multiple DetailTables (GridTableView) to display under the same master table. There are two detail tables in the hierarchy under the same master, and the second table appears to be displayed on top of the first one (text bleeds through). This is not a problem in Firefox, only IE.

3 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 22 Sep 2010, 12:20 PM
Hi Casey,

Please check for some HorizontalAlign settings applied to the table views and inspect the page with IE's web developer toolbar to determine the cause of the tableviews' positioning. If you need further assistance, please send a demo. Here is one, which works as expected:

http://demos.telerik.com/aspnet-ajax/grid/examples/hierarchy/twotablesatlevel/defaultcs.aspx

Kind regards,
Dimo
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items
0
Celeste
Top achievements
Rank 1
answered on 01 Dec 2010, 04:03 PM
Telerik team,

I am also experiencing this issue, the problem is that I do not want the detail tables to have width of 100% but I do want the two detail tables to stack. Please advise what setting to use to have the second detail table below the first detail table with some horizontal space between the two tables and both tables aligned left.

Thanks,
Celeste
0
Dimo
Telerik team
answered on 02 Dec 2010, 09:12 AM
Hello Celeste,

Several detail tables at a level appear one below the other by default, no matter whether you set widths for them or not. You should check for other settings or styles on the page, which could force the second table to go up next to the first one (for example - floats, HorizontalAlign).

In order to have a gap between the two detail tables, apply some vertical margins, for example:

.RadGrid  .rgDetailTable
{
        margin-bottom:20px;
}


Greetings,
Dimo
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Grid
Asked by
Casey
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Celeste
Top achievements
Rank 1
Share this question
or