I have been using jqGrid but would like to move over to using jqWiggets. I am finding to many areas jqGrid that have me locked in to doing things that are not real world.
I have been going though all the jqWiggets examples but, I am finding them incomplete. By that I mean not a complete as a working CRUD. One example is your approach to inserting a record. In the php example they generate a data record. I am not sure the best way but was wandering if you can insert a new row in the grid allowing the using to update the data and then save it. Maybe you have to insert a record into the database first but I am not sure.
Are there anymore php examples that are more complete as a CRUD application with maybe best practices in place. Would appreciate any help in this area to decrees the learning time and enhance productivity.