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.
The latest service release I see is 20152.2235 released 6/27/2015. Is this fix contained in this release?
Yes the fix is in June Service Release.
I have that release installed and the problem is still occurring. Still seems to be doing it on your web site as well.
I have tested this and have been unable to reproduce this in the latest service release. Note that our website does not run of the latest service release so it would still show there. What are the exact steps you are using to reproduce this behavior?
My apologies, I found that this release was not installed fully. This release does resolve the problem.