beforeedit : ( Object e )
Fires before cell editing is triggered. The edit event object has the following properties 
grid - This grid
record - The record being edited
field - The field name being edited
value - The value for the field being edited.
row - The grid row index
column - The grid column index
cancel - Set this to true to cancel the edit or return false from your handler.
Listeners will be called with the following arguments:
e : Object
An edit event (see above for description)看看这个cancel - Set this to true to cancel the edit or return false from your handler.