This may be trivial but I tried many ways and just cannot get it right. I have 2 situations where I populate a grid:
1. I filled the grid from the contents of a table similar to one of the demos.
2. I populate a grid by starting from an empty grid which I populate with data including cells which has an autocomplete editor as well.
I tried different variations of the CRUD example but it seems that if you do not have a read statement in transport the update do not work.
I want to save the contents of the whole grid to a mysql database by using php. Is there an example that I missed or how can this be done?
1. I filled the grid from the contents of a table similar to one of the demos.
2. I populate a grid by starting from an empty grid which I populate with data including cells which has an autocomplete editor as well.
I tried different variations of the CRUD example but it seems that if you do not have a read statement in transport the update do not work.
I want to save the contents of the whole grid to a mysql database by using php. Is there an example that I missed or how can this be done?