Hello,
I know the data path API is still in development but I think I've found an issue with it (not sure if its already known). I'm using the build 2011-06-08/LGPL.
Basically I have 2 ListGrids with a datapath and saveLocally set to true. The reason I use saveLocally is because I don't want changes in the ListGrid to trigger a datasource Create or Update operation.
This was working fine until I tried some drag and drop behaviour. Dragging a record from one ListGrid to another (with dragDataAction set to the default 'move') triggers an 'update' operation on my DataSource which I was not expecting.
Changing the dragDataAction to 'copy' or 'none' doesn't trigger an update operation but it isn't the behaviour I'm looking for (I do want to move the data locally without triggering any datasource operation).
If required I should be able to put together a straight-forward test-case for you.
I know the data path API is still in development but I think I've found an issue with it (not sure if its already known). I'm using the build 2011-06-08/LGPL.
Basically I have 2 ListGrids with a datapath and saveLocally set to true. The reason I use saveLocally is because I don't want changes in the ListGrid to trigger a datasource Create or Update operation.
This was working fine until I tried some drag and drop behaviour. Dragging a record from one ListGrid to another (with dragDataAction set to the default 'move') triggers an 'update' operation on my DataSource which I was not expecting.
Changing the dragDataAction to 'copy' or 'none' doesn't trigger an update operation but it isn't the behaviour I'm looking for (I do want to move the data locally without triggering any datasource operation).
If required I should be able to put together a straight-forward test-case for you.
Comment