Using jQuery based jqGrid with ColdFusion Revisited: Full CRUD grid with Advanced Searching
It has been a while since I made my last blog post as work has kept me very busy. Over the weekend I saw that a new jqGrid version had been released and that it contained in-built advanced searching (called multiple search). I also thought it was a good time to revisit my earlier blog post on a full CRUD grid and update it to 3.6 specifications.
This implementation uses the following jqGrid features:
- Inbuilt Form based Add, Edit, Delete and Search functionality
- Search is done using new Multiple Search feature
- Exploration of a few additional colModel parameters
View the Demo : this is all realtime, any updates made will be reflected in the grid.
Now, lets look at the code
