I would like to show the highlighted value in dropdownlist as preselected using incrementalSearch like in the below link by setting incrementalSearch value as true
http://jsfiddle.net/LQEmK/80/
In this link, if we set the incrementalSearch to true, then if we press the letter B then Bicerin is highlighted and also at the same time this value is set as selected value.
But if I use the same dropdownlist in inline Edit of jqxGrid, it is not working as expected like in Editing demo under the below link
http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/index.htm
In this link, in first row under Product column, the value Cappuccino is selected and on inline edit, if we press the letter B, then Black Tea is highlighted, but the selected value is not changing it is still the same as Cappuccino.
Please let me know if there is any workaround to achieve this functionality.
Thank you.
Regards,
Kanaga