Hi,
How can a template overflow in a toolbar?
In http://demos.telerik.com/kendo-ui/toolbar/index I change
{
template: "<
input
id
=
'dropdown'
style
=
'width: 150px;'
/>",
overflow: "never"
},
to
{
template: "<
input
id
=
'dropdown'
style
=
'width: 150px;'
/>",
overflow: "always"
},
but the dropdownlist doesn't overflow.
Peter