It would be like to setting the Edit Row and Filter Row to support checkbox without ClientTemplate. It is a very very common editor type for boolean field.
Hi,
The checbkox is now a built-in editor for the boolean fields. As for the filtering altering the default filter template would be a breaking change. However the functionality is easily achievable using a template as shown in this dojo.
Regards,
Angel Petrov
Progress Telerik
This is supported in Telerik AJAX controls so why not in Kendo? Need this feature
Here's a demo of how it can be accomplished with a tri-state checkbox: http://jsbin.com/gifaf/5/edit
Thanks for clarifying. I switched back the status of the item, and we'll watch the interest in changing/adding an option to select filter row radio buttons or a checkbox for boolean columns.
The grid filter row automatically supports radio buttons to filter for boolean columns. You can test it by adding a boolean column and enabling the filter row feature. Editing with checkboxes is also supported as a built-in feature, check it here for the Discontinued column: http://demos.telerik.com/kendo-ui/grid/editing-inline
Sure I know that your filter row for boolean column is using two radio button that showing true and false but I don't think it is a good design or handling. Using checkbox in this case is more reasonable and most software also using checkbox for boolean usually. Please read this ticket: http://www.telerik.com/account/support-tickets/view-ticket.aspx?threadid=847345 re-consider my suggestion, please