Skip to main content

Disable column editor

Comments

2 comments

  • guest

    Hi,

    i found the solution :)

    grid.header[0].Configurable = false;

    thanks

    0
  • Dapfor Team

    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 Team

    0

Please sign in to leave a comment.

Powered by Zendesk