I am wondering what the proper/best way is to fire off an event when a
cell is edited in SlickGrid. Here is what I am trying to do:
Fill a grid with a bunch of data.
When a user clicks on a cell, allow that cell to be edited.
For the given cell, onblur (or on row change) trigger an event that
saves the row back to a database. (The row will also need to have a
(possibly hidden) id field so I now what db record id it is).
How do i make the event fire (what callback?). How do I best get at $
(this) row?
Also, is it possible to resize the grid... say, have it be 500x500
then click a button to make it fill the window while setting the z-
index to the highest on the page (i know i need to do this part). The
question is, will it resize properly? Any know issues?
Thanks,
Matt
I am in the process of trying to use SlickGrid for a project and so
far it seems incredible!
I will let you know how it all turns out.
Thanks,
Matt
On Mar 16, 12:34 pm, Michael Leibman <michael.leib...@gmail.com>
wrote: