Greetings !
Looking at the code posted here by Dimitar, the only thing that could be missing for me is the binding necessary to update, create or delete rows.
Use Case:
– An Employee grid displaying MySQL stored data.
– “Employee” table containing foreign key column that points to a “cities” table.
– The grid must display a dropdown box for the city… This city column must display the city names and not the city ID.
– Of course, the grid is inline editable so if the employee phone number or city gets changed by the user, an AJAX transaction must occur to update the appropriate tables.
This seams to me like an obvious use case for an editable grid connected to an SQL database.
Can someone point me to an example showing how to do this using jqxgrid ?
P.S. I code using PHP on server side…And JSON for data transfer.
Thanks !