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

[Solved] Grid displayed incorrectly in IE

5 Answers 57 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Michael
Top achievements
Rank 1
Michael asked on 05 Apr 2011, 01:43 AM
here are some screen shots of the same code in ie/firefox chrome displays the same as IE.

The child grid is displayed in the bounds of the fiurst column of the parent grid

this only occurs for the first row's childs data

so im thinking its somehting to do with the java code from the example/demo code which opens the first row's data onload?

function expandFirstRow(grid, row) {
    if (grid.$rows().index(row) == 0) {
        grid.expandRow(row);
    }
}
 
function races_onRowDataBound(e) {
    var grid = $(this).data('tGrid');
    expandFirstRow(grid, e.row);
}

5 Answers, 1 is accepted

Sort by
0
Rosen
Telerik team
answered on 05 Apr 2011, 06:58 AM
Hello Michael,

 Unfortunately, the provided details are not sufficient in order to track the cause of such behavior. Are you able to observed the same behavior on our live demos? It will be appreciated if you could send us a small runnable project in which this issue can be observed.

All the best,
Rosen
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
Michael
Top achievements
Rank 1
answered on 05 Apr 2011, 08:50 AM
Im afraid i havent time to do a small program to show this...i can however direct you to the website to see for yourself.

I also notice that when i run the web locally i dont see this problem on either IE or Chrome??

I will attach the view file and anything else you're interested in seeing here?
0
Rosen
Telerik team
answered on 05 Apr 2011, 09:08 AM
Hello Michael,

Indeed, a live URL at which the behavior can be observed will be helpful.

Regards,
Rosen
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
Michael
Top achievements
Rank 1
answered on 05 Apr 2011, 01:15 PM
warrnamboolathletics.com
oops
0
Rosen
Telerik team
answered on 06 Apr 2011, 08:30 AM
Hi Michael,

Indeed, I was able to recreate the issue you have described and we have managed to address it. Thus, I have attached an internal build which contains the fix. I have update your telerik points too.

Best wishes,
Rosen
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
Tags
Grid
Asked by
Michael
Top achievements
Rank 1
Answers by
Rosen
Telerik team
Michael
Top achievements
Rank 1
Share this question
or