Does anyone know how to convert:
detailTemplate: kendo.template($("#template").html()),
detailInit: this.initializeDetail,
to declarative syntax?
Additionally, does anyone have a link to documentation that lists all the declarative data- attributes?
EDIT: Found this: http://demos.kendoui.com/web/mvvm/widgets.html
Thanks!
Jesse
detailTemplate: kendo.template($("#template").html()),
detailInit: this.initializeDetail,
to declarative syntax?
Additionally, does anyone have a link to documentation that lists all the declarative data- attributes?
EDIT: Found this: http://demos.kendoui.com/web/mvvm/widgets.html
Thanks!
Jesse