If I have a grid, and then make configuration changes such as
- Change Page Size
- Change parameterMap settings
what is the proper way to reload the grid to reflect these settings changes?
If I try
grid.data("kendoGrid").dataSource.read();
it just refreshes the data, but no configuration settings take effect. (Which makes sense)
Other things I have tried make the grid "double up" the data.
Please advise.
Thanks
If I try
grid.data("kendoGrid").dataSource.read();
it just refreshes the data, but no configuration settings take effect. (Which makes sense)
Other things I have tried make the grid "double up" the data.
Please advise.
Thanks