This is a migrated thread and some comments may be shown as answers.

DropDownList in Grid: regression since 2015Q2

1 Answer 46 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Marc
Top achievements
Rank 1
Marc asked on 19 Oct 2015, 01:58 PM

Hello,

 

I have a grid with a custom editor on a column that uses a drop-down list. The dataSource of the drop-down list is built on-the-fly, and I set data-text-field, data-value-field and data-bind="value:XXX".

 In Kendo 2015Q2 and Q3, clicking the cell to show the drop-down list will show an empty value (but the list will be properly populated). In any version prior to 2015Q2, clicking the cell will show a drop-down set to the correct initial value.

Would you have any workaround or advice?

Here is the DOJO: http://dojo.telerik.com/ofOdi. Change the library to either 2015Q2 or Q3 to see the difference.

Thanks,

Marc.

1 Answer, 1 is accepted

Sort by
0
Accepted
Daniel
Telerik team
answered on 21 Oct 2015, 10:59 AM
Hello Marc,

The difference is that the autoBind option is now respected by the binding so the data will not be loaded initially if the option is set to false. You should set to the option to true or remove it in order to avoid the problem.

Regards,
Daniel
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
Marc
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or