Home > front end > Under the datagrid combobox binding for event "of the problem
Under the datagrid combobox binding for event "of the problem
Time:11-01
As title, think under the datagrid combobox input box for focus, open a corresponding combobox dropdown list, But how don't know where is the binding, binding, online, etc.,
CodePudding user response:
Can modify the inputbox events (combotree similarly) :
$. The extend ($. Fn.com bobox. Defaults. InputEvents, { Focus: function (e) { Var target=e.d ata. Target; Var opts=$(target). The combobox (' options');//here you can get more parameters, can be used to determine whether to automatically open the drop-down box $(target). The combobox (' showPanel '); } });