Announcement

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

    ListGrid context menu implementation

    Hello, is there a way to provide the source code of default list grid context menu? i want to dynamically show/hide some items of it, show it in my own way. Thanks

    #2
    Were you perhaps looking to override ListGrid.getHeaderContextMenuItems()? Check the link for documentation.

    Comment


      #3
      yes, i'm using this method but i want to take advantage of standard implementation.
      Last edited by joaovirgili; 24 Aug 2018, 03:13. Reason: accidentally post

      Comment


        #4
        Call this.Super() to get items that the original implementation would return. You can then add or remove items and return the final list.

        Comment

        Working...
        X