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

can't embed object inside radpane

1 Answer 38 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Jomey
Top achievements
Rank 1
Jomey asked on 29 Jan 2008, 10:27 PM

I don't want to use the contenturl since it treats it like an iframe.  I'm trying to add an object to the rightpane - but it causes the splitters to not move and resize.

RadPane
RightPane = new RadPane();

RightPane.Controls.Add(ParseControl(

"<object id=\"iobject\" data=\"http://www.google.com\" width=\"100%\" height=\"385\" type=\"text/html\" />"));

Splitter2.Items.Add(RightPane);

1 Answer, 1 is accepted

Sort by
0
George
Telerik team
answered on 01 Feb 2008, 04:26 PM
Hello Arden,

We went through your scenario and it seems that the issue is not related to our controls. You can easily reproduce it when you add an object with the standard Page.Form.Controls object, it does not behave differently.

I have enclosed sample project in help to be reproduced. Please have a try with it and in case of more questions do not hesitate to ask.

Kind regards,
George
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Splitter
Asked by
Jomey
Top achievements
Rank 1
Answers by
George
Telerik team
Share this question
or