I have a GridPanel where I want to get the values of multiple selected rows where I used getSelections() method and its giving error that
ERROR:Code:var l_id=new Array(); var count=Ext.getCmp('grid1').getSelectionModel().getCount(); var lst=Ext.getCmp('grid1').getSelectionModel().getSelections();
can anyone help me out with the method to be used in place of getSelections() in extjs4.0 version....?Code:Ext.getCmp("grid1").getSelectionModel().getSelections is not a function