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

Scrollbar doesn`t show up when data is updated

0 Answers 73 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Ozge
Top achievements
Rank 1
Ozge asked on 22 Feb 2012, 09:27 AM
Combobox has only one item at the beginning. When it is updated dynamically, it has about 50 items and the scrollbar doesn`t show up.

var combobox = $("#input").data("kendoComboBox");
combobox.dataSource.data(ObjList); //now about 50 items
combobox.dataSource.query();
combobox.height = 200;
combobox.refresh();

Browser mode: IE8 compatibility
Document mode: IE8 standarts

Any suggestions to fix it?
Thank you.

No answers yet. Maybe you can help?

Tags
ComboBox
Asked by
Ozge
Top achievements
Rank 1
Share this question
or