Hi
I am new to EXTJS4 .I have a grid and i want to associate a double click event with any row of the Grid and i want to navigate to a new page with the record selected.
Can anybody please guide on this urgently.
I would just use the itemdblclick listener. The "befores" listeners are best reserved for situations where you may want to abort the non-before. With most before listeners, if you return false, it aborts the event.