Hi..
we are using RadCombobox in our web application. While editing the combobox text through mouse, 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. 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 :
Thanks,
we are using RadCombobox in our web application. While editing the combobox text through mouse, 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. 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,