Thank you for reporting this bug. We will make it our priority to review this report.
grid drag and drop with multiSelect enabled make records unavalible
grid drag and drop with multiSelect enabled make records unavalible
Hi.
I am using 2 grids with multiselect and drag and drop from one to another.
while grid2 starts as empty grid.
drag and drop of single records multiple times from grid1 to grid2 is working fine.When i am selecting a record (even a single record) and drag and drop it from grid1 the grid2 everything is o.k, after that when i am trying to drag and drop multiple records from grid1 to grid2 i can see the records in the grid but i cant select them(i can only select the first records that i moved).
also i think that they are in the grid store since when i trying to get the data about the records that are in grid2 the data of those records is shown.basically after drag and drop any record from grid1 to grid2 any other records that i drag and drop become visible but unavailable.
Tried this on chrome and FF.
I'm using extjs 5.0.1
The grids relevant configuration is :
Code:
allowDeselect : true,
multiSelect: true,
viewConfig : {
plugins : {
ptype : 'gridviewdragdrop',
dragText: 'Drag and drop to reorganize',
dragGroup : 'grid1',//flip the dragGroup and dropGroup names in the other grid
dropGroup : 'grid2'
}
},
thanks.
grid drag and drop with multiSelect enabled make records unavalible
Aucun commentaire:
Enregistrer un commentaire