Page 1 of 1

Checkbox on Grid Gone?

PostPosted: Tue Jun 28, 2022 11:51 pm
by john1598360627
Code: Select all
Servoy Version: 2022.3.1.3743



On my Data Grid, I have a column that is a checkbox for selection of multiple records. To activate this, I put this column definition in the grid's column;

Code: Select all
checkboxSelection = true


In NG, this works, a checkbox is displayed and is selectable.
ngcheck.png
ngcheck.png (1.86 KiB) Viewed 1687 times



However in Titanium with the same settings, the checkbox is gone.
titancheck.png
titancheck.png (1.47 KiB) Viewed 1687 times



I'm not sure what is going on here. Is this a known problem? Or is there a new way of activating checkboxes in Grids for Titanium?