jQuery UI Widgets › Forums › Lists › DropDownList › Enable the Keyboard Navigation
Tagged: DropDownList, editor, jqxDropDownList, jqxgrid, keyboard, Navigation
This topic contains 7 replies, has 4 voices, and was last updated by Peter Stoev 10 years, 6 months ago.
-
Author
-
Hi everybody!
I update the JQuery library to the last version, but now I can no longer navigate the DropDownList with the Keyboard.
There is a method that allows you to enable this function again?I insert the coloumns in the JqxGrid in this mode:
{ text: \\\'Posizione\\\', datafield: \\\'pos\\\', width: 200, displayfield: \\\'posizione\\\', columntype: \\\'dropdownlist\\\', initeditor: function (row, value, editor) { editor.jqxDropDownList({source: posadapt displayMember: \\\'job\\\', valueMember: \\\'id\\\' }); } },
this is the same code that I used before the Update
Hello philler,
Thank you for your feedback. We confirm the reported issue and will fix it as soon as possible. However, it is not related to jQuery.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/Hi;
We have same problem. Are there any fix news related to this bug?Hi zyahan,
There is no problem with the current version. Ex: http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/cellediting.htm?arctic
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comHi Peter;
Thanks for your answer. But I am still wondering, How it works? I see your example. I did as that. But it does not.
I prepare a JSON data for my columns and resultset. Such as this :
http://jsfiddle.net/ziyahanalbeniz/sky5E/1/But, How can I give resource for my dropdownlist column. Also I could not this solution your given example.
Hi ziyahan,
You don’t have anything to navigate with the keyboard in that sample. Your Grid is with 1 row, and the DropDownList shows 1 Empty value as there are not other values available in the column.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comDear Peter;
You’re right but We see your example. You create dropdown column without createeditor function and bind it. We could not do it.
So, I prepared this presentation and shared you.Hi ziyahan,
We have such example available online, too. Ex: http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/gridkeyvaluescolumnwitharray.htm?arctic
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.com -
AuthorPosts
You must be logged in to reply to this topic.