Hi, we use the grid to allow our user to "save" multiple views. It can hide-show columns, sort it, freeze them, and switch from one to another.
Everything works fine for now, except for the "locked" column option.
If we modify one column locked property, then we call "setOptions" to change the view, after the next "setoptions", we always get a bug when trying to lock/unlock a column, or show-hide a column too.
You can try it: http://dojo.telerik.com/aJoNa/20
If you go from "opt1" to "opt2" in any order, everything is fine, until you pin a column.
After, when you changing the option, you can't lock/unlock a column, or show-hide one without error.
Is it something I did wrong?
In our application scenario, we also set the datasource.data, datasource.sort with the "columns", when calling the setOptions. But this demo show that, only with a set of columns and nothing more, I get the bug.
I documented the error I get in the "dojo".
Thank you