ASPxClientSpreadsheet.ReconnectToExternalRibbon Method
Reconnects the Spreadsheet to an external ribbon.
Declaration
ReconnectToExternalRibbon(): void
Remarks
The Spreadsheet can utilize an external ASPxRibbon control as a toolbar. The ribbon control can be specified by the ASPxSpreadsheet.AssociatedRibbonID property.
Use the ReconnectToExternalRibbon method to reconnect the Spreadsheet control to an external ribbon on the client.
See Also