22
Views
3
Comments
[OutSystems Data Grid] Need to add selectAll text in datagrid checkbox column Name.
outsystems-data-grid
Reactive icon
Forge asset by OutSystems

I am new to outsystems. i am practicing datagrid. i have used the build in property by outsystems datagrid rowheader 

i have got all the rows with checkboxes but in header also i am getting check box only. based on research i have removed the checkbox in header using css 

.wj-flexgrid .wj-cell input.wj-column-selector.wj-column-selector-group{    display: none;}
but it works fine. that header place i need to add text select all how to do that. can you anyone help me to figure it out.
 

thanks and regard

karthick

2023-03-13 10-26-05
Sriyamini
UserImage.jpg
karthick Balaji

thanks for sharing that link with me. but the actually that one is not fulfill my requirement. 

2025-07-22 10-30-27
Mandar Deshpande

Hi @karthick Balaji 

When you enable row selection or checkbox column in the Outsystems Data Grid, the header checkbox is auto-generated. Outsystems does not support custom text inside the checkbox column header.

Through CSS, you can hide or style but cannot inject text inside that built-in header checkbox.

Instead of trying to modify the built-in checkbox header, add a Custom Header column next to the checkbox column.

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