Before upgrading from any earlier version, we highly recommend going through the upgrade guide. It highlights all key API differences and ensures a smooth, trouble-free transition to the latest release.
ParamQuery Pro is completely server-side agnostic — meaning it works seamlessly with virtually any backend technology, including PHP, ASP, ASP.NET, Java, Python, and ColdFusion.
For demos where server communication is essential, we've included reference implementations using
ASP.NET (MVC)/MSSQL, PHP5/MySQL, and Java (Spring)/MySQL.
These examples use pure C# and PHP without relying on third-party plugins or extensions, ensuring the logic is easy to understand and adapt.
The Java examples use the FlexJSON library for JSON serialization and deserialization.
To keep the demo structure concise and approachable, controller classes extend JdbcDaoSupport instead of splitting functionality across multiple service or DAO layers.
Framework-specific demos are hosted on StackBlitz — a fast, browser-based editor that feels very similar to VS Code. These examples focus on the core integration concepts between pqGrid and each framework, giving you everything you need to get started. For deeper exploration, the main demos and full grid API are your best references.
Note: Icons and background images are not visible in demos using ES6-style imports due to a known StackBlitz limitation.