Posted 5 June 2018, 8:07 am EST
Hi,
we are trying to resize the spread container after sheet is loaded, as we have to show a side bar with some setting options. But the context menu is going below that side bar instead of wall bouncing, because of which unable to see the context menu.
Steps to reproduce:
1st way:
-
"
-
“just open spread sheet online sample:https://www.grapecity.com/en/demos/spread/JS/InspectorSample/”
-
"Right click on a right most cell which is near to right seetings pane. You will notice, context menu is going under the settings pane "
"
2nd way:
-
"
-
“just open spread sheet online sample:https://www.grapecity.com/en/demos/spread/JS/InspectorSample/”
-
"In console run following:
$("#ss").css({
width: 300,
float: "right"
});
spread.refresh()
"
- “Now try to right click on any right most cell”
"
How to fix this, so that i can see context menu even on the right most cell?

