You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added TabListModel and TabbedPanel#ctors with TabListModel
Added TreeViewDataSource(Component component) & TreeViewDataSource(Component component, String Type) Caution datasource names are now of the form _component_markup_id__datasource (i.e. combobox11_datasource)
ChartBehavior, fixed order of args when calling #onSeriesClick
DataView, moved #newTemplate() to #onInitialize
Fixed LazyPropertyColumn#AjaxTemplateBehavior
ISelectionChangedListener#isSelectionChangedEventEnabled was not taken into account (DropDownListBehavior, lazy/DropDownListBehavior & lazy/MultiSelectBehavior)
KendoDataSource, added setTransportReadUrl
KendoEffectUtils, minor update
KendoTemplateBehavior implements IDestroyable. #token is now based on hosting component's markupId; fixes #245
Marked KendoDataSource#transport protected
Moved KendoResourceStream to 'template' package
Moved KendoTemplateBehavior to 'template' package
Removed IKendoDataSource#destroy()
Removed SimpleTab#getPanel final marker
Renamed KendoResourceStream to KendoTemplateResourceStream
Repeater, enhanced DataProviderBehavior for pagination
Scheduler#onNavigate() now provides NavigateEvent as parameter containing old-view and new-view / changed parameter name / removed extra parenthesis; fixes #233
TooltipBehavior, minor changes
TreeNodeFactory#toJson return non-null object Fixed some javadoc