Hello,
I was simulating the cross-site script (XSS) attack for the application I was building.
I am entering '<h1>Hello World!</h1><script>alert('Cross site scripting attack!');</script>' into DB to simulate the senario.
When I render the text above using Syncfusion's Grid Control, I get something like the following:
Can I prevent Grid control to execute any HTML or Script that's being loaded from the DB?
Thank you,
AJ