59
Views
4
Comments
Solved
How to put checkbox in column of the Data Grid

How do include a checkbox in one column when use DATA GRID outsystems.


In attachment is OML.

GridForgeTeste.oml
2021-01-28 10-02-59
Muhammad Mahmudul Hasan
Solution

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


GridForgeTeste_Checkbox.oml
UserImage.jpg
Vivian Mattos

Thanks @Muhammad Mahmudul Hasan worked it.

2021-01-28 10-02-59
Muhammad Mahmudul Hasan
2025-09-04 06-33-37
Nikhil___Vijay

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

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.