hi, we are facing the following issue because of using a RAD SPLITTER.
Check the attachment for the screen shot. you can see a highlighted green border with yellow shade. That part is placed as a rad-splitter like below in a master page.
telerik:RadSplitter ID="RadSplitter1" runat="server" BorderSize="0" CssClass="radsp">
<
telerik:RadPane
ID
=
"RadPane1"
Scrolling
=
"Y"
runat
=
"server"
ContentUrl
=
"Dashboard.aspx"
Height
=
"100%"
</telerik:RadPane>
</
telerik:RadSplitter
>
Using java script we are changing the contentUrl.
The purpose of using radsplitter is :
- To Avoid whole page refresh. the left pane and the top pane will stay and will not refresh every time.
- To hide the each page url.
Here is the issues that we are facing,
- Since telerik splitter renders as a iframe in run time, we are not able to make the UI responsive.
- When we zoom in or out we need to give a whole page refresh to see the whole page ( the bottom part is getting hidden.)
- And Many more...
Is there any other option to achieve this 2 points, without splitter?
- To Avoid whole page refresh. the left pane and the top pane will stay and will not refresh every time.
- To hide the each page url.
How can we have a call with telerik team about this issue and some more to be discussed. How to have a call over phone/Skype with telerik team?
Thanks