Generally if we right click on any cell in the spread sheet. We get options of Cut, Copy, Paste , Insert, delete & ClearContent.
Do we have an option to customize the right click. and show only specific option more specific to our requirements.
Thanks
S.
Hello, I am just checking if there is anything else I can do for you.
Thanks,TeodorSoftware DeveloperInfragisticswww.infragistics.com/support
Hi Sherry,You can specify an own context menu on a whole SpreadsheetContextMenuArea: Cell/Column/FormulaBarEditor/InPlaceEditor/Row/SelectAllButton/Tab. In your case you should modify the context menu for the Column SpreadsheetContextMenuArea by setting the string key to match the name of the enum member.
However this will modify the context menu for all columns, so you can't set it only on a particular one.
Thanks,TeodorSoftware DeveloperInfragistics
www.infragistics.com/support
I have not still gone through your shared code. But do wanted to check with you, whether we have any option to have custom context menu only on a particular columns .. not for all the menu cell.
Thank you for your feedback.
Sincerely, Teodor Software Developer Infragistics
Thank you very much for your sample.