[Users] Synchronized two GridPanel with selectFeature

Pierre Giraud pierre.giraud at camptocamp.com
Wed Jun 2 15:39:39 CEST 2010


> Actually I can select the ID_SITE of my selected features but I don't
> know what do I do to select the rows with the same ID_SITE in my second
> gridpanel (gridpanel2.selectRows?).

var records = grid.store.find('ID_SITE', id);
grid.getSelectionModel().selectRecords(records);

Regards,
Pierre


More information about the Users mailing list