Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Can we make particular word invisible in grid using css or in any other way.
Not sure what you mean by "invisible" in grid. You might be able to draw the text in the background color but there are always ways to see
Not sure what the use case is, but I would expect intervening with a service that removes certain words before you display the data to be the most flexible and in your control as you can maintain a dictionary of words to replace in a data table etc. The only implication might be on the performance side if it is a large amount of data and taking into account refresh rates etc.
Ok. Thank you
Two approaches:
I am using second approach for one of the similar use case in our application. Not a full proof solution but does the job.
Hope this will help you too.
Regards,
Shirish