In our project, we have attached some events to the grid's dataSource.
We are having inconsistent behavior and the only difference between the code is the normal and minified version.
This is what we are doing:
- Create the grid with autoBind disabled
- Update the options of the grid (with some other settings) and set autoBind enabled this time
- We add an item and we press save (which calls the grid.saveChanges()) method.
In the normal version everything is working as expected (we have eventlisteners attached to the requestStart and requestEnd event of the dataSource and they work perfectly).
However, in the minified version, it does not work as it does with the normal version. Our eventlisteners (requestStart and requestEnd) never get called.
Is there any report open about this issue?
I would love to create a Dojo about this issue, but I'm unable to insert an item into your example datasource.
Regards
We are having inconsistent behavior and the only difference between the code is the normal and minified version.
This is what we are doing:
- Create the grid with autoBind disabled
- Update the options of the grid (with some other settings) and set autoBind enabled this time
- We add an item and we press save (which calls the grid.saveChanges()) method.
In the normal version everything is working as expected (we have eventlisteners attached to the requestStart and requestEnd event of the dataSource and they work perfectly).
However, in the minified version, it does not work as it does with the normal version. Our eventlisteners (requestStart and requestEnd) never get called.
Is there any report open about this issue?
I would love to create a Dojo about this issue, but I'm unable to insert an item into your example datasource.
Regards