Hello All,
I am currently using the following Infragistic combo boxes in my application :
http://ko.infragistics.com/products/jquery/sample/combo-box/editing
http://ko.infragistics.com/products/jquery/sample/combo-box/selection-and-checkboxes
I am able to select teh value when i click enter and now i want to make the selection by using TAB Key.Can anyone let me know how this can be done.
Regards,
Vamsi.
Hello Vamsi,
By default TAB key changes the focus to another element.
What you can do is to attach key down event to the combo input element, cancel the TAB key default behavior and use combo API to select needed item - http://help.infragistics.com/jQuery/2013.1/ui.igcombo#methods