Edit when click on cel,l not double click

How could I fire the “edit” event just by clicking on the cell, not double clicking

add next line to the grid initialization code
grid.enableEditEvents(true,false,false);