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

Problem with RADTextbox inside a Telerik RAD pane and RADSplitter

1 Answer 42 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
chiranth
Top achievements
Rank 1
chiranth asked on 12 Jan 2010, 10:52 PM
<telerik:RadSplitter ID="RadSplitter2" VisibleDuringInit="false" runat="server" Height="100%"
                                Width="100%" BorderStyle="Solid"> 
<telerik:RadPane runat="server" ID="RadPane2" Width="15%" Height="100%">
                                    <div class="TitleTreeView">
                                        <b>
                                            <asp:Label ID="uxPSPName" runat="server">  </asp:Label></b>
                                    </div>
</telerik:RadPane>
 <telerik:RadSplitBar runat="server" ID="RadSplitbar2" CollapseMode="Forward" Height="100%" />
 <telerik:RadPane runat="server" ID="Radpane3" Width="85%" Height="100%">
                                    <div style="height: 100%; width: 100%;">                                      
                                        <asp:ContentPlaceHolder ID="PSPContent" runat="server">
                                        </asp:ContentPlaceHolder>
                                    </div>
</telerik:RadPane>
</telerik:RadSplitter>

Inside the PSPContent Placeholder, I have a Textbox which doesnot leave me to select the Data typed in it. (select ,copy, or paste ). Works in chrome but not in IE.
 <td style="border-style: none" align="left">
                                    <telerik:RadTextBox ID="uxQuestionTitle" Width="195px" runat="server" EmptyMessage="Question Title" 
                                         MaxLength="100">
                                    </telerik:RadTextBox>
   </td>

Please let me know why the textbox is behaving in this way?

1 Answer, 1 is accepted

Sort by
0
Tsvetie
Telerik team
answered on 13 Jan 2010, 09:56 AM
Hello chiranth,
I tried to reproduce the problem, but to no avail. I have attached my test page for your reference. For the test, I used 2009.3 1208 version of the Telerik.Web.UI assembly and I tested in IE6, IE7, IE8, FF, Chrome. The result in all browsers was the same - I was able to enter some text in the textbox, select the text I entered, copy and paste that text.

Could you please post the code of a test page that demonstrates the problem here and provide detailed information on how we can reproduce it- e.g. exact version of the Telerik.Web.UI assembly, the browser version you use, steps we need to follow, if there are any, etc?

Sincerely yours,
Tsvetie
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Splitter
Asked by
chiranth
Top achievements
Rank 1
Answers by
Tsvetie
Telerik team
Share this question
or