Security in React Data Grid
18 Nov 20181 minute to read
Syncfusion® Data Grid provides support for standard security tool and configurations to ensure your application meets business requirements. It is designed to align with common practices and helps protect against:
- Cross‑Site Scripting (XSS): Prevent malicious scripts from running inside grid cells or user input.
- Content Security Policy (CSP): Control which resources can be loaded and executed.
- Cross‑Site Request Forgery (CSRF): Secure API calls and block unauthorized requests.
- Injection Attacks: Validate and sanitize queries, filters, and parameters.
By supporting these protections, the Data Grid helps applications comply with enterprise security standards while maintaining performance and usability.
For complete details and security guidelines, see the Syncfusion React Security documentation.