Hi,
I know that you can change the width of the combobox drop-down list programatically using the following method:
http://docs.telerik.com/kendo-ui/getting-started/web/combobox/overview#customizing-the-width-of-the-drop-down-list
If there some way to set the width of the drop down list to be automatic, so that the width changes to match the size of the content on a single line?
I am interested in templates that have one or more columns:
template: "<div><span>#: TicketTypeName #</span><span>#: TicketTypeDescription #</span></div>"
template: "<div><span>${TicketStatusName}</span></div>"
I know that you can change the width of the combobox drop-down list programatically using the following method:
http://docs.telerik.com/kendo-ui/getting-started/web/combobox/overview#customizing-the-width-of-the-drop-down-list
If there some way to set the width of the drop down list to be automatic, so that the width changes to match the size of the content on a single line?
I am interested in templates that have one or more columns:
template: "<div><span>#: TicketTypeName #</span><span>#: TicketTypeDescription #</span></div>"
template: "<div><span>${TicketStatusName}</span></div>"