How would I achieve this? The demo for load on demand adds new RadComboBoxItem objects to the combo, but these only have text and value properties. I think I have to somehow get and populate the ItemTemplate for the combo, but that's where I get lost. Any help will be appreciated.
2 Answers, 1 is accepted
0
Yana
Telerik team
answered on 12 Mar 2009, 08:06 AM
Hi Brady,
Our multi-column RadComboBox example uses load-on-demand mechanism to load its the items. Please check it out and if you have any questions, write to us again.
I think load-on-demand using a web service is not supported with multi-column/templated comboboxes. Maybe telerik can confirm this (or even better, show how it is supported).