enableBlockSelection and Context Menu

Hello,

I have a Grid with enableBlockSelection(true). If a select some cells than the context menu don’t appear in the selected area.

Is there a solution for this?

Thanks
Horst

Unfortunately, this is an expected behavior.

You can use the onBlockRightClick event of a grid to provide some kind of reaction for right-click on block selection.