Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
108 views
Hi

We have splitter with 2 panes:

<

telerik:radsplitter SkinsPath="~/RadControls/Splitter/Skins" RadControlsDir="~/Controls" Orientation="Vertical" id="slpTreeAndSearch" LiveResize="false" runat="server" height="100%" width="100%" Skin="Gray" >
<telerik:radpane id="treePane" runat="server" width="50%" Height="100%">
.....
</telerik:radpane>
<telerik:radsplitbar id="splbTreeAndSearch" runat="server" CollapseMode="Backward" EnableResize="true"/>
<telerik:radpane Width="50%" Height="100%" Scrolling="Y" ID="SearchPanel" runat="server">
-------
</
telerik:radpane>
</
telerik:radsplitter>

Pay attention that width of the panes is 50%.

Problem: When the page is loaded, then pane's content gets 50% of pane width and panes width is not 50% of the page width (see picture1). 

And only after  1-2 seconds the splitter is rezised and page looks good (see picture2).

How can we fix the problem?

Thanks,
Olga

Mark
Top achievements
Rank 1
 asked on 28 Jul 2008
2 answers
93 views
I have a TabStrip bound to a SiteMap (2 levels) and all works well. however the child nodes appear as horizontal tabs below the parent tabs. Is it possible to have the child nodes appear as just text labels (without the appearance of a tab). The effect I am after is the top level nodes of the site map appear as tabs and the next level in the site map (child nodes) just appear as a horizontal menu.

Thanks in advance.
K.E.
Paul
Telerik team
 answered on 28 Jul 2008
2 answers
154 views
Hello!

I'm adding new tab to RadTabStrip located in masterpage from contentpage codebehind  and now I have problem. How can I bind this tab to RadPageView located in contentpage?

Thanks in advance
GrZeCh
Top achievements
Rank 2
 answered on 28 Jul 2008
1 answer
185 views
Hello,
I have RadGrid object, which populating by SPView. I turn on multy-select option. Then I choose some Items and try to add them in DataRow. But it doesnt work. There  belove is my code which I use:

DataTable

dtTemp = new DataTable();

dtTemp.Columns.Add(

new DataColumn("SelectTasks", typeof(String)));

dtTemp.Columns.Add(

new DataColumn("TaskID", typeof(String)));

dtTemp.Columns.Add(

new DataColumn("Naznahenie", typeof(String)));

foreach (GridDataItem item in RadGrid1.SelectedItems)

{

DataRow dr = dtTemp.NewRow();

dr[

"SelectTasks"] = (String)item.Cells[0].Text;

dr[

"TaskID"] = (String)item.Cells[1].Text;

dr[

"Naznahenie"] = (String)item.Cells[2].Text;

dtTemp.Rows.Add(dr);

}


Please help to resolve this problem

Best Regards
Nikita Gourme
Top achievements
Rank 1
 answered on 28 Jul 2008
3 answers
222 views
I've added functions for onrequeststart and onrequestend yet they don't get run. It seems pretty straight-forward but I have no idea what the issues is - is there any common reason/things I should look for?
Maria Ilieva
Telerik team
 answered on 28 Jul 2008
1 answer
145 views
Hello,

I am using the ProgressArea to monitor custom progress.  I was wondering if it is possible to make the ProgressArea disappear through code (either javascript or c#) at the end of the processing?

I tried setting RadProgressArea1.Visible = false; at the end of the function, but that did not solve the problem.

Thanks,
David
Veselin Vasilev
Telerik team
 answered on 28 Jul 2008
3 answers
125 views
Hi all, 

I have an user control(UC) which have an input text and a button, when i pressed the button it opens a rad window that returns a value to the input control.

The problem is that all the code is in the client side but i need a property in the code behind of the UC that helps me get the value of the input text here is the code i have:

<script type="text/javascript">
    function openWin(url)
    {
        var oWnd = radopen(url, "RadWindow1");
        oWnd.setSize(500,500);
        oWnd.add_close(OnClientClose);
    }

    function OnClientClose(oWnd)
    {
        var returnValue = oWnd.argument.retValue;       
        var txt1 = document.getElementById("txt");
        txt1.value = returnValue;
    }
</script>

 <input id="txt" type="text" runat="server" />

here is working great, but the form that contains the UC need to get he value of the input text, so there i need a property that returns that value. if y add runat="server" to the input text it wont take the return value and doesnt rewrite anything over it.

How can i get this value in the server side? how can i create the property to obtain the value in the form that contains the control?.

Thanks  a lot .. it is really important for me to do that.

Pls help!!!
Georgi Tunev
Telerik team
 answered on 28 Jul 2008
4 answers
104 views
Is the RadPanelBar supported in Framesets?
When i call the page directly the control works fine. But when this page containing only RadPanelBar (And RadScriptManager, ofcourse) is called from frameset, it gives error on mouseover. Has anyonje faced a similar situation?

Komal
Top achievements
Rank 1
 answered on 28 Jul 2008
3 answers
145 views

When use GetRadWindowManager().tile() windows show as mosaic, but restriction zone don´t take effect. Now, if you try to move some windows the behavior of windows are unexpected.

Thanks,


Juan Angel
Top achievements
Rank 1
Veteran
 answered on 28 Jul 2008
1 answer
152 views
I have created a custom skin based on Default.

There is a black vertical separator line between the horizontal items.  How do I change this line to white?  I have tried changing all the colours specified within the css but none of them seem to apply to this entity.

Also, it only appears between items, i.e.
    item 1 | item 2 | item 3

How do I get it to appear at the beginning and end of the line, i.e.
    | item 1 | item 2 | item 3 |

Many thanks.
John Fussell
Top achievements
Rank 1
 answered on 28 Jul 2008
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?