0

I was expecting a simple grid.setOptions({enableColumnReorder:false}) to disable the column reordering after it is enabled, but that doesnt seem to work. I've tried to invalidate the grid as well. Any suggestions?

1

1 Answer 1

2

Also render the grid...depends on how you have written the code..

grid.setOptions({
  enableColumnReorder:false
});
grid.invalidate();
grid.render();
Sign up to request clarification or add additional context in comments.

1 Comment

This doesnt seem to work, actually I think invalidate calls render eventually.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.