Hi Support Team,
When select multiple cells continuously and right click, it will have more options. But when select multiple cells without continuously and right click, there is only 1 option
Would like to have a feature to have more options when select multiple cells without continuously and right click and also to able to detect which cells are selected if multiple cells are selected without continuously.
Select multiple cells continuously: Select multiple cells without continuously:
Hello, Cheng,
The items in the ContextMenu are present, but are just hidden. Please check this Dojo example and the styles below:
<style>
.k-spreadsheet-cell-context-menu>.k-menu-item:not(:last-child){
display: block !important;
}
</style>
Regards,
Martin
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.