Title: datagrid + combobox + inList Post by: rezzonico on August 30, 2018, 07:49:37 AM Hi all,
in a combobox I limit the possible options to those listed with the following (working) code: Code: $('#Sigla').combobox({ "inList" is described in the following thread: http://www.jeasyui.com/forum/index.php?topic=3364.msg7623#msg7623 I want to do the same in a datagrid editor but the following code doesn't work: Code: $('#dg').datagrid({ Thanks for any help. Miche Title: Re: datagrid + combobox + inList Post by: stworthy on August 30, 2018, 05:49:18 PM Please apply the 'limitToList' property to true.
Code: editor: { Title: Re: datagrid + combobox + inList Post by: rezzonico on August 30, 2018, 11:35:11 PM Thanks
Miche |