PDA

View Full Version : Ajax save of row data



evankstone
23 Mar 2007, 9:12 AM
I'm trying to put together a grid that saves the row when the following events occur:

a) you move to another row and the current row is dirty
b) grid loses focus and the current row is dirty

Which events should I be listening to in these cases? Is there an existing example of how to accomplish this?

Thanks!