aware_support wrote
The following script will automatically open a drop down when it receives focus.
Thx, this is good - but it doesn't work in all cases.
There's more than one kind of "dropdown":
kendoMultiColumnComboBox
kendoDropDownList
kendoComboBox
Having trouble with a multi-column-combobox.
For me, the reference field is "ps_Customer"
That is in this <input> tag:
<input id="newjob_cust_list" name="ps_Customer" style="width: 700px; display: none;" data-role="multicolumncombobox" aria-disabled="false" aria-readonly="false">
So its "parent" is this:
<span class="k-widget k-combobox k-dropdowngrid k-combobox-clearable" id="newjob_cust_list_w" style="width: 700px;">
In the "parents' section, I've tried looking for:
k-dropdown (the default)
k-combobox
k-dropdowngrid
k-combobox-clearable
No console errors - its just ignores it as I tab thru it.
I have it working fine a few fields later down the form on a regular "k-dropdown".