I have ExtJs grid, i want to keep empty editable row as last low in the grid. So when something typing on last row i want to add another empty last row the grid(when start typing/editing last row). but i can't catch last row istyping/isediting event.
this.mygrid.on('isLastrowtyping',function(){
//this.addEmptyLastrow();
}),this);
Is there any event as "isLastrowtyping" in ExtJs3 if not how can i catch this event using ExtJs