33
Views
7
Comments
Solved
[OutSystems Data Grid] Data grid filter value comes in html
outsystems-data-grid
Reactive icon
Forge asset by OutSystems

When i  make data grid
SanitizeInputValues  false so all by column data takes html by filter by value comes in html like this . How can i make only come error not come with html anchor tag.

2026-01-23 11-38-55
Dinesh Murugan
Champion
Solution

Hi @Prashant Bais ,


Kindly have a glace on this forum.

I hope this'll give you the answer.


Warm regards,

Dinesh M

2022-11-12 11-28-30
Gonçalo Martins
Staff

Hi @Prashant Bais 

This is really the answer, and it's working as expected.

Best Regards,
GM

2025-02-07 09-54-44
Sivasakthi Munusamy

Hi @Prashant Bais ,

Can you pls provide this oml file for better understanding?

2026-01-23 11-38-55
Dinesh Murugan
Champion
Solution

Hi @Prashant Bais ,


Kindly have a glace on this forum.

I hope this'll give you the answer.


Warm regards,

Dinesh M

2022-11-12 11-28-30
Gonçalo Martins
Staff

Hi @Prashant Bais 

This is really the answer, and it's working as expected.

Best Regards,
GM

UserImage.jpg
Prashant Bais

Hi @Navneet Garg ,

If i make this SanitizeInputValues   = true then all data come in html.


2022-12-30 07-28-09
Navneet Garg

Can you please share more detail like version of your datagrid and if possible please share the oml so it will easy for me to check the issue.

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

Hi @Prashant Bais 

The approach you can use is:

  1. In your data source, create 2 fields:
  • StatusText :This is plain text used for filtering/sorting 
  • StatusHTML: This is for HTML version used only for display Error
  1. Bind your grid’s visible column to StatusHTML and in the Data Grid’s Column Configuration, set: Filter Attribute: StatusText 
  2. This tells the grid to use the plain text column for filtering.


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