Checkbox in DataGrid?

0
I have a template grid with editable fields. How can I make the boolean field to be displayed as a checkbox, instead of a dropdown with “true/false” values?
asked
2 answers
1

Hi Maxim,

Since the attribute is of type boolean field its value can either be true or false. So using check box won’t be possible. Instead you can use radio button widget or switch from widgets.

answered
1

Hi Maxim,

For having checkbox in datagrid, you can make checkbox using CSS, add the class name in the required column and call that attribute with the column. I hope it works.

answered