Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Steps to reproduce

Use 

(Two differences from the code in documentation)

rows: [
                { name: '[Geography].[Country]', caption: 'Country' },
            ]

gridSettings: { columnWidth: 160, contextMenuItems: ['Expand', 'Collapse'] }

Right click on any country on the rows. It shows the expand and collapse menu. This is working as expected.

Empty




Now right click on any measure.


Empty


The context menu disappears. It is debatable if should disappear or not, but the bigger problem is that it now disappears when right click on any country.
Empty



There is no way to get the context menu back without refreshing the page.