I have two grids, where I defined drag and drop plugin like this:
plugins: {
ptype: 'gridviewdragdrop',
dragGroup: 'secondGridDDGroup',
dropGroup: 'firstGridDDGroup'
},
now, when I drag an item from one grid to another I see text "1 selected row" - how can I change this text?