Hello,
I am currently struggling with the checkbox columns at the grid. I can't seem to find an elegant way to set it true or false as default...
Whenever I add a new row I want it to display true as default
I tried to use SetCellData Accelerator but not sure how I am going to find the correct RowNumber
Let me know a clean way to do it. Thank you!
Workaround
Got the selection index then changed value for each new row...