Search code examples
javascriptjqueryajaxjqgriddynamic-data

Where can I find some jqGrid dyamic table editing examples?


The documentation at http://trirand.com/blog/jqgrid/jqgrid.html is quite complicated for a beginner.

I want to be able to pull data from a database, display it in table format, allow editing, and save changes back to the database.

Are there some simple, complete examples somewhere? Again, the documentation page is fairly convoluted because it does so much. I wan to know which <script> files and css files to include and how to set up the javascript.

I've been googling this and not finding many places where it's used. Thanks!


Solution

  • You can use sample from "Row Editing"->"Custom Edit" demo from jqGrid docs (http://trirand.com/blog/jqgrid/jqgrid.html)