-
31 May 2012 12:35 PM #1
deselect events for gridpanel
deselect events for gridpanel
Hi all,
i need to now , how can i get the id of row deselected.
i use the event deselect but i dont now how can i get the id of row?
please help
-
3 Jun 2012 9:07 AM #2
You can push the deselected rows to an array in a listener:
Ext.selection.Model :: selectionchange()
Regards,
Scott.
-
3 Jun 2012 9:55 AM #3
Hi,
i used the deselected events of gridpanel.:
and record.get('id') for getting the id of lineCode:deselect : function(model, record, index) { ............ }
thnaks scottmartin for your help,


Reply With Quote