Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hi,
I'd like to have a way to define color pickers in spreadsheet component. I've found a workaround, how to access color picker for fill, text and border color, but it is not convenient and i'm afraid that it will stop working at some point.
My workaround:
(spreadsheetObj as any).localObserver.boundedEvents.beforeRibbonCreate[0].context.fontColorPicker
(spreadsheetObj
as any)
.localObserver.boundedEvents.beforeRibbonCreate[0].context.filColorPicker
(spreadsheetObj
as any)
.localObserver.boundedEvents.ribbon[0].context.colorPicker