23
Views
2
Comments
Solved
[OutSystems Data Grid] Revisited: Insert  Icon in Action column in a Data Grid
outsystems-data-grid
Reactive icon
Forge asset by OutSystems
Application Type
Reactive

Hi,

I'm currently working with the DataGrid in a Reactive Web Application and I'm facing an issue similar to the one described in this post — I want to insert an icon into the Action Column of the DataGrid.

Insert Icon in Action column in a Data Grid

I tried following the solution proposed by Benjith Sam, but it seems that it no longer works.

Please show me the most up-to-date solution for this? 

Thank you!

2026-01-28 16-57-48
Mihai Melencu
Champion
Solution

Hi @NGUYEN DUC THOAN ,

If you are using a newer version of the OutSystems DataGrid then you will have to set the grid property SanitizeInputValues to False. This will allow custom code to run.

Before:

After:

UserImage.jpg
NGUYEN DUC THOAN

Hi @Mihai Melencu ,

Wow, you understood exactly the issue I was facing, and thanks to your guidance, it has been resolved.

Thank you so much for your answer with such clear and helpful visuals!

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