I just setup a project using your WinSpreadSheet control and I couldn't seem to find any way of creating toolbars to allow control of the spreadsheet (like the menu controls of Excel)
Is there a built in way to create a menu with the default controls or am I expected to create individual controls on my own using your excel document engine? I know for a fact that nearly every other spreadsheet control I've used has built in menus that you can insert to control the spreadsheet, and I was disapointed that I didn't find any of this in your control...
Does this exist currently, or are you expecting to add this in later?
Thanks!
Hello David,
Thank you for posting in our forum.
If I understand you correctly you need a predefined toolbars or ribbon and/or context menus utilizing the actions you may perform over UltraSpreadSheet. If this is what you need the answer is no, there is no such build in functionality. The reason behind this is we never know what functionality every developer may need or may not for her toolbars/ ribbon / context menus as well as we never know what the design of these toolbars / ribbon / context menus should be. This is why we left to the developers to create their own toolbars or ribbon or context menus according to their applications scenarios.
If your application scenario includes toolbars or ribbon or context menus controlling deferent actions of UltraSpreadSheet and you meet difficulties while implementing this I am strongly recommend you to check our IGExcel showcase sample. In this sample, via UltraToolbarsManager component, we have added ribbon interface and a sample context menu, allowing you to manipulate UltraSpreadsheet.
Please let me know if you need any additional information.
Thank you for using Infragistics Controls.