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

how to change combobox template

0 Answers 94 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Kashim
Top achievements
Rank 1
Kashim asked on 23 Jul 2012, 03:17 PM
I'm trying to set the combobox template in a jquery way, but doesn't work

$("#titles").kendoComboBox({
        ..//set some other properties except template
});

var combobox = $("#titles").data("kendoComboBox");

// set template
if (something)
{
combobox.template('some template');
}

any ideas why this doesn't work?

kashim





No answers yet. Maybe you can help?

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