Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    How To Remove or Hide "Separator and "Columns" from Tree Grid Header Context Menu

    Hi,
    We are using Smart Gwt-4.1p(23rd May 2014)
    Browser : IE10, 11, Google Chrome:35.0.1916.114 m

    Even though the "Tree Grid" is having more than one Column(Column-1, Column-2).
    We don't want to show the "Separator" and "Columns" menu items in Menu of the Tree Grid Header Context Menu.
    Please give me solution, how to remove or hide those menu items from the Header Context Menu of a Tree Grid.
    Please find the attached screen shot for reference.

    Thanks in Advance.
    Attached Files

    #2
    Hello vnathank,

    did you already try myListGrid.setCanPickFields(false);?

    Best regards,
    Blama

    Comment


      #3
      Hi,
      Thank you for the solution.
      Its working good.

      Comment

      Working...
      X