Kendo UI drop downs posting arrays
问题 Im using a Kendo UI listView with a template, how every when the form is submitted and the data is posted all dropdownlists are posted as an array. Thanks in advance!!! Heres my drop down lists in the template <input name="id_proof_clt" data-bind="value:id_proof_clt" data-value-field="value_opt" data-text-field="label_opt" data-option-label="Select" data-source="dsIdProof" data-role="dropdownlist" /> heres the array it posts id_proof_clt['id_opt'] id_proof_clt['category_opt'] id_proof_clt[