Reputation: 39
How can I edit the grid Data from the Grid table directly to Database with dojo. I cannot change the data to DB Directly with this.
I'm Following the Tutorial from dojo site it self where it says use "editable = true" but when i double click it and change the data, how data will be changed in database.
I'm Using this line
{name: "Auto Pass", field:"autopass",width:"100px",type: dojox.grid.cells.Bool, editable: true}
But this does not change data in db is their any function that I need to call?
Upvotes: 0
Views: 169