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/
273 stars 144 forks source link

UseKOTemplates seems to disable Grid Header Template #86

Open jacobseward opened 11 years ago

jacobseward commented 11 years ago

The following jsFiddle will demonstrate my issue, but basically, I have a column with a headerTemplate that contains a button that is data bound for the click method. When I use ko templates, the button will not fire. When I do not use ko templates, the button fires fine. Is this a known issue? Thanks!

http://jsfiddle.net/jseward9/Xfh2Q/5/

wavedrop commented 10 years ago

I am having the same issue. In my implementation the column header is reserved for a check box. Clicking the header check box selects all the check boxes in the grid. It's a "Select All" check box.

dyardyGIT commented 9 years ago

Was there any resolution on this?

4k commented 8 years ago

@dyardyGIT https://github.com/kendo-labs/knockout-kendo/pull/142

daviduj commented 8 years ago

Hey I found a work around for this http://jsfiddle.net/daviduj/dw3hj0ga/