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

IE8 Issue

2 Answers 20 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Rob
Top achievements
Rank 1
Rob asked on 06 Sep 2013, 01:05 PM
Hi,

I have Splitter with two vertical panes. I have TreeView in left pane and I want to display .aspx page from same application in right pane on Node click.
Page in right pane displays fine in all the browsers, except IE8. In IE8 right pane is blank. Here is my code:
<script type="text/javascript">
    function ClientNodeClick(sender, eventArgs)
        {
             var contentPane = $find("<%=contentPane.ClientID %>");
             var url ="text.aspx"
             contentPane.set_contentUrl(url);
         }
</script>
Page that I want to display in right pane contains RadGrid and some asp.net controls like textboxes, rado buttons etc.
Please help.

2 Answers, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 10 Sep 2013, 10:03 AM
Hi Rob,

I tried to reproduce the reported issue but to no avail. Could you, please, provide more details on the specific scenario?

For your convenience I am attaching my test page - are you able to reproduce the described behavior with it? If no, could you modify it up to a point where the problem occurs and send it for a further investigation?

Regards,
Veselina Raykova
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.
0
Rob
Top achievements
Rank 1
answered on 10 Sep 2013, 02:25 PM
Hi, Veselina,

I was able to fix the problem. It was CSS related issue.

Thank you for your help!
Tags
Splitter
Asked by
Rob
Top achievements
Rank 1
Answers by
Vessy
Telerik team
Rob
Top achievements
Rank 1
Share this question
or