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())
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.
additional infragistics version 2015.2
Hello,The fix for development issue 219635 is in the latest service release which can be downloaded from the My Keys and Downloads page.
Hi,
Thank you for reporting this behavior to us. I investigated it and considered it a wrong behavior, which has been logged in our internal tracking system with a Development ID of 219635.
I am currently working to fix this issue and will update you on the status. Next official service release, that will contain the fix is schedulled to be rolled out at June 24, 2016 according to http://ko.infragistics.com/support/service-releases. If this schedule does not work for you, then we will be able to provide you with a build containing the fix around 3th June.
Please let me know if the suggested is ok for you.