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!
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:
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!