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
Hi,
you can refer below forum discussion. Hope it helps.
https://www.outsystems.com/forums/discussion/71710/outsystems-data-grid-dinamically-set-the-header-text-for-columns-in-datagrid/
Regards,
Sriyamini J
thanks for sharing that link with me. but the actually that one is not fulfill my requirement.
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.