How do include a checkbox in one column when use DATA GRID outsystems.
In attachment is OML.
Hi @Vivian Mattos
You can use DataGrid Column widget. Drop desire column (CheckboxColumn) widget in GridColumnsPlaceholder. Also you need set AllowColumnEdit truefrom Grid Level. Please note that, You need to define all expected columns, it will not auto generate the columns once you use GridColumnsPlaceholder. Please check attached OML
Thanks @Muhammad Mahmudul Hasan worked it.
No problem.
Hello @Vivian Mattos
You can refer to this link to include a checkbox in the OutSystems data grid.
https://outsystemsui.outsystems.com/OutSystemsDataGridSample/CheckboxColumn
Regards
Nikhil Kumar vijay