After I have selected an item from the drop down list, I position the cursor in the middle of the text box and then remove a character, the cursor pops out to the end of the line. This is very annoying when trying to edit a custom value. Is there any way to override this behavior? I would like to keep the cursor where I placed it. Here is the combobox options I am using:
@(Html.Infragistics().ComboFor(item => item.CustomerID).ID("customerCombo").Virtualization(true).AutoComplete(false).AllowCustomValue(true).AutoSelectFirstMatch(false).FilteringType(ComboFilteringType.Local).FilteringCondition(ComboFilteringCondition.Contains).Width("100%").Height("36px").ValueKey("CustomerID").TextKey("CustName").CompactData(false).ItemTemplate( "<div style='height:40px'><div><b>${CustName}</b></div>" + "<div style='border-bottom: thin solid black;'><span class='vd-combo-item-label'>Account:</span>${CustAcct}</div>").ClientEvents(new Dictionary<string, string>() { { "rendered", "function(evt, ui) {ui.element.find('.ui-igcombo-button').prop('title', '');}" } }).Render())
additional infragistics version 2015.2
Hello,
If you are asking if development issue 219635 is fixed in 2015 Volume 2, it is and you will see the download after selecting your 2015 Volume 2 key and clicking on the service releases tab.
If your key isn't registered, you can register it here: https://ko.infragistics.com/my-account/register-product
If you need to transfer a key from another developer to yourself, reach out to team@infragistics.com and they will help with the transfer of the key.
Let me know if I may be of further assistance.