I have a button group like the following:
However I get the following error when Kendo tries to bind my model:
"The index binding is not supported by the ButtonGroup widget"
Is it not possible to bind widget properties to a view model?
<ul data-role="buttongroup" data-bind="index: selectedTabIndex, events: { select: tabSelected }"> <li>Item1</li> <li>Item2</li> <li>Item3</li></ul>"The index binding is not supported by the ButtonGroup widget"
Is it not possible to bind widget properties to a view model?