Posted 14 September 2017, 11:34 am EST
Hello!
Why context menu doesn’t appears in a bounded sheet? How can I do this?
Thanks.
Forums Home / Wijmo / General Discussion
Posted by: eduardo-bonetti on 14 September 2017, 11:34 am EST
Posted 14 September 2017, 11:34 am EST
Hello!
Why context menu doesn’t appears in a bounded sheet? How can I do this?
Thanks.
Posted 14 September 2017, 11:34 am EST
Hello,
The behavior which you are currently observing is the design behavior of FlexSheet where in it displays the context menu only for the unbound sheet and not the bound sheet. You can create or bind context menu with the FlexSheet through code. Kindly refer to the following forum links, which describe how you can bind a context menu with a FlexGrid. You can try implementing the similar approach with FlexSheet:
http://wijmo.com/topic/wijmo-context-menu-on-flexgrid/
http://wijmo.com/topic/context-menu-with-wijmo-5/
Hope it helps.
Thanks,
Manpreet Kaur
Posted 10 June 2019, 4:15 pm EST
This sample here shows a bound sheet and context menu works fine with it. How is that possible?