kendo ui select a specifix index/text during first load
The problem i am running into is that during the first load of the page i want to read the value from cookies if found, i want to change the theme that was stored in the cookie. not only want to change the them but i also want to select that item in the combo box so that it is in sync with the them that was applied. How can i select a specific item during initial page load, when i am constructing the combobox ? $(document).ready(function () { var initialized = false; // theme chooser drop-down var cmb=$(".themeChooser").kendoDropDownList({ dataSource: [ { text: "Default" }, { text: "BlueOpal"