Disable column editor
Hello, we have a few grid screens and some of the screen we do not allowed user to change the column settings, so how do we disable the column editor to appear when column header is being right click??
0
-
Hi,
i found the solution :)
grid.header[0].Configurable = false;
thanks0 -
Hello,
Just put the configurable property to false:
Header.Configurable = false;
You can also do it for individual column:
Column.Configurable = false;
Best regards,
The Dapfor Team0
Please sign in to leave a comment.
Comments
2 comments