Hi everyone Continuing on my previous post regarding grid default sort mixin,Does any one know why in grid setupDataSource line 515 we clear the dataModel. This function is called from setupRender of the grid.By clearing the model, any changes done to the model by a mixin setup render, are removed and then when recreating the model from setup render all sort of errors occur (Example: BeanModelUtils.modify is called twice and since we do not allow the same property to be added twice in a model an exception occures)
Any ideas? Regards Dimitris Zenios