Hi,
Here is html generated for a DropDownList. As you can see, data are well populated.
However when I click on it, I just get "no data found". Maybe I miss something obvious, but I spent hours trying to fix it without success.
Thanks.
<select name="K_AGENCE" id="clientK_AGENCE" data-bind="value: selected.K_AGENCE, disabled: isDisabled('dis')" data-role="dropdownlist" style="display: none;" class="k-valid"><option value="A1">Agence 1</option><option value="A2">Agence 2</option><option value="A3">Agence 3</option><option value="A4">Agence 4</option></select>