5
votes

How can I get data at certain row and column from Ext.grid.panel. suppose I want data at row X and column Y.

1

1 Answers

7
votes

On some action :

grid.store.getAt(rowIndex).data.y

Here 'y' is dataIndex of particular column