Announcement

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

    Remove Context Menu of Header Span

    Hi,

    I want to remove context menu of header Span.Please help me with this.

    #2
    Hi preeti_kanyal,
    Can you let us know which version (12.1d, 12.0p, 6.1p etc?) of SmartGWT you are using?

    Thanks

    Comment


      #3
      Hi,

      We are using 6.1-p20170905 version of SmartGWT.

      Comment


        #4
        Thanks.
        There isn't currently a supported way to suppress this menu using that build. We agree that this should be possible and are currently looking at adding support for it. We'll follow up here when we have more information.

        Regards
        Isomorphic Software

        Comment


          #5
          As of tomorrow's nightly build (2018-06-17), you should be able to get the result you're after either by setting the listGrid's showHeaderSpanContextMenu property to false, or overriding its getHeaderSpanContextMenuItems method.

          Comment

          Working...
          X