Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #109324

    I’ve the following need : I need to change the visibility of some columns depending on a value.

    I mean I need to tag columns using a value (e.g. visibility which can have value 1 2 or 3) and then by js code changeĀ  the value depending on some user decisions : show me only columns tagged with visibility = 2.

    How can I do that ?

    Tks

     

    #109335
    Markov
    Keymaster

    Hi,

    grid.columns[0].visible = false; can be used for hiding a column.

    Regards,
    Markov

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.