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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

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:

Font color palette path: (spreadsheetObj as any).localObserver.boundedEvents.beforeRibbonCreate[0].context.fontColorPicker
Fill color palette path: 
(s
preadsheetObj
 as any)
.localObserver.boundedEvents.beforeRibbonCreate[0].context.filColorPicker

Border color palette path: 
(s
preadsheetObj
 as any)
.localObserver.boundedEvents.ribbon[0].context.colorPicker

Is there better way to do that in current version?