kendo-labs / knockout-kendo

A project to create a robust set of Knockout.js bindings for the Kendo UI widgets.
http://kendo-labs.github.com/knockout-kendo/
274 stars 144 forks source link

Support knockout style templates for the grid toolbar? #194

Open cfetherling opened 9 years ago

cfetherling commented 9 years ago

Hey Ryan...

I have been trying to get a knockout style grid toolbar template working much like the rowtemplate functionality today. I was not successful with the library as-is.

I made the following change locally and it seems to work fine, although I havent done a ton of testing yet. Any thoughts or concerns?

knockout-kendoGrid.js line 9:

templates: ["rowTemplate", "altRowTemplate", "toolbar"]

Thanks!

rniemeyer commented 9 years ago

@three88bu - I'll have to do some testing on it, although sounds like you had success with it.