Hi All,
I want to achieve a feature using DataGrid. Lets say we are binding Orders in the grid with Active and Order ID column
1. If Order is "Active" then I would like to show Checkbox to select that row. The row should be highlighted upon selection just like the default row selection behavior in Kendo React Grid
2. If Order is "inActive" then I would like to hide the checkbox. I do not want to make it visible disable checkbox.
Please suggest if anyone has done this kind of implementation earlier. Please suggest any OOTB configuration or customization if we have any for Checkbox Column.