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

Slider inside a Dock Panel

1 Answer 79 Views
Slider
This is a migrated thread and some comments may be shown as answers.
v
Top achievements
Rank 1
v asked on 07 Aug 2008, 11:15 AM
Hi,
I'm trying to use the  Slider control as a custom scroll bar within a Dock Panel..
But the problem I'm facing is the moment I put in the Dock panel .. that particular dock panel stops working.. the Expand Collapse options and the ability to drag the panes doesn't work.
Did this problem occur with others too .. if so how can we fix it

Thanks in advance

1 Answer, 1 is accepted

Sort by
0
Tsvetie
Telerik team
answered on 07 Aug 2008, 12:26 PM
Hello,
I tried to reproduce the problem you describe, but to no avail. Bellow I have pasted the code of my page for your reference:
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %> 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
 
<html xmlns="http://www.w3.org/1999/xhtml" > 
<head runat="server">  
    <title>Untitled Page</title> 
</head> 
<body> 
    <form id="form1" runat="server">  
    <asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager> 
    <telerik:RadDock ID="RadDock1" runat="server" Title="RadSlider">  
        <ContentTemplate> 
            <telerik:RadSlider ID="RadSlider1" runat="server"></telerik:RadSlider> 
        </ContentTemplate> 
    </telerik:RadDock> 
    </form> 
</body> 
</html> 
 
Could you please prepare and send us a simple running project, demonstrating the problem, so that we can research what is causing it?

Greetings,
Tsvetie
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Slider
Asked by
v
Top achievements
Rank 1
Answers by
Tsvetie
Telerik team
Share this question
or