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

Mouse Cursor is not enabled while editing combobox custom text

1 Answer 47 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Kavi
Top achievements
Rank 1
Kavi asked on 20 Jul 2011, 09:31 AM
Hi..

  we are using RadCombobox in my our web application. While editing the combobox text , the text is highlighted instead place the cursor in clicked position of the text.User may sometimes need to edit only part of the text that is already present. When you click on edit, the text is highlighted. Instead what you need is the cursor.  At the moment, the cursor is obtainable if the user clicks Home or End button.

Please provide us the solution to enable the cursor position while click the text instead highlight the whole word.
As i referred your forums, http://www.telerik.com/community/forums/aspnet-ajax/combobox/radcombobox-selection-changes-on-enter-press.aspx , these same kind of bug has been fixed in your version 2010.1.216. But we are using 2010.3.1109.40 version which is advanced than mentioned. but still the issue is persist.
Please let me know if you need any other info.
it would be grate and helpful  if u come up with the solution soon.

Code piece :

<telerik:RadComboBox ID="radCmbSearch" runat="server" EmptyMessage="Search" Height="100px"  

Width="200px" DataTextField="Text" DataValueField="Value" DropDownWidth="200px"  HighlightTemplatedItems="true" EnableLoadOnDemand="true" OnItemsRequested="radCmbSearch_ItemsRequested"> <FooterTemplate> <table> <tr> <td valign="bottom"> <asp:CheckBox runat="server" ID="chkSoundex" AutoPostBack="true" Checked="false" Width="5%" OnCheckedChanged="chkSoundex_CheckChanged"/></td> <td valign="middle"> <asp:Label runat="server" ID="lblSoundex" Text="Soundex " Width="90%"/></td> </tr> </table> </FooterTemplate> </telerik:RadComboBox>

 


Thanks,
Priya

1 Answer, 1 is accepted

Sort by
0
Dimitar Terziev
Telerik team
answered on 22 Jul 2011, 11:36 AM
Hello Kavi,

The issue that you are experiencing is fixed in the 2011.1.315 version of the controls. Please try to update if possible.

Kind regards,
Dimitar Terziev
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
ComboBox
Asked by
Kavi
Top achievements
Rank 1
Answers by
Dimitar Terziev
Telerik team
Share this question
or