Declined
Last Updated: 16 Mar 2020 09:09 by ADMIN
John
Created on: 26 Sep 2012 23:14
Category: Grid
Type: Feature Request
10
Create an easier way to show checkbox in the grid
Basically, when a boolean is placed in a grid, it displays true/false.  It would be better to show it either checked/unchecked.  There is a template to be used, but it has a couple of issues:
1. you need to define it for every check box
2. It is either enabled or disabled.  Ideally, it should be disabled in display mode, and enabled in edit mode.
2 comments
ADMIN
Angel Petrov
Posted on: 16 Mar 2020 09:09

Hello,

There isn't really an unified way to handle this case. For example if we render a checkbox which is disabled in display mode how should we enter edit mode when incell editing is used? Click is not fired for disabled elements. Moreover if we place an enabled checkbox and we switch the checkboxes when clicked it will be visually confusing. We can not apply a solution for only a give scenario, it should fit all cases accordingly. Considering the aforementioned using a template is the most flexible option when handling this case.

Regards,
Angel Petrov
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Luciano
Posted on: 31 Oct 2012 14:30
This "new way" would be better if it has some way to easily apply classes to "design" special appearance on these checkboxes, since they aren't input fields (clickable).