hi, i've managed to create a grid with read-only checkboxes for my boolean column, albeit unable to make them editable. is that even possible? here's an example of the grid settings:
this.gridOptions = { dataSource: this.excludes, primaryKey: "storeId", height: "400px", autoGenerateColumns: false, autoCommit: true, enableHoverStyles: false, renderCheckboxes: true,columns:[
{ headerText: "All", key: "all", dataType: "bool", width: "60px", editorType: "checkbox", readOnly: false } ]
, features: [ { name: "Filtering", allowFiltering: true, caseSensitive: false }, { name: 'Sorting', type: "local", } ] };
this can be closed. i simply forgot to specify "Updating" feature. I have further concerns with regards to performance, however, please refer to https://ko.infragistics.com/community/forums/f/ignite-ui-for-javascript/105993/checkbox-column-excel-line-navigation
Hello Rus Lan,
Thank you for posting in our community.
I am glad that you managed to resolve your issue.
Please let us know if you need any further assistance with this matter.
Thank you for using Infragistics components.