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

Delete key not working for TextBox text

2 Answers 147 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
nelson
Top achievements
Rank 1
nelson asked on 23 Jun 2010, 04:07 PM
Hello sir,
             I am using RadListBox with its ItemTemplate like shown below:

        <telerik:RadListBox runat="server" ID="RadListOrderColumns" AllowReorder="true"
                        Height="200px" Width="350px" TransferMode="Move"
                        SelectionMode="Multiple">
                    <ItemTemplate>                   
                    <table>
                    <tr>
                    <td>
                            <asp:Label runat="server" Width="70px" Text='<%# DataBinder.Eval(Container, "DataItem.Database_Name") %>' ></asp:Label>
                     </td>
                     <td>                                                                                       
                         <input id="Text1" type="text" value="" />
                     </td>
                    </tr>                 
                     </table>
                    </ItemTemplate>                  
                  </telerik:RadListBox>
*******************************************************************************************************
So, when i enter any thing in that input (text box) and when i try to use 'delete' key it does not work.
               i can not delete anything using 'delete' key whereas 'backspace' works fine.
This is a strange problem, i have tried to use 'RadTextBox' and 'asp:textbox' in place of 'input' still i am facing same problem.

Please help, i can't understand how delete key stops working in a textbox.

2 Answers, 1 is accepted

Sort by
0
nelson
Top achievements
Rank 1
answered on 24 Jun 2010, 09:43 AM
Can any body tell me the solution.
0
Genady Sergeev
Telerik team
answered on 25 Jun 2010, 01:26 PM
Hi nelson,

Thank you for pointing this to us. This is a bug in RadListBox which we are going to fix for the upcoming release. You will also be able to obtain a fixed version with the next internal build. More information on how to obtain the latest internal build can be found here. Also, as a token of gratitude for your involvement, I have updated your telerik points.

Best wishes,
Genady Sergeev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
General Discussions
Asked by
nelson
Top achievements
Rank 1
Answers by
nelson
Top achievements
Rank 1
Genady Sergeev
Telerik team
Share this question
or