The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
If you became a customer of the Syncfusion Reporting Platform or the Report Viewer, Report Designer, or Report Writer components before October 2019 and have questions related to those products, you can request support through our forum system. However, please note that this support system is only for existing customers who are still using the Syncfusion Reporting Platform or its components and not for new customers looking for reporting products from Syncfusion.
For new customers or those with general reporting questions, we recommend contacting our support team at https://support.boldreports.com/, which is a separate brand created by Syncfusion for its reporting solutions. Our team will be happy to assist you with any questions you may have.
Thank you for choosing Syncfusion for your reporting needs.
What would be the best way to approach creating a replacement for the default "ColorEdit" cell type with one that behaves better?
For example, I'd like to mimic the way colors are shown and edited in the property grid and do it the same way in the grid. That is, colors should display a color swatch on the left and to the right a text version of the color. In addition, I'd like to change the standard UI color picker with one that implements a color wheel.
ADAdministrator Syncfusion Team July 18, 2003 03:29 PM UTC
> What would be the best way to approach creating a replacement for the default "ColorEdit" cell type with one that behaves better?
>
> For example, I'd like to mimic the way colors are shown and edited in the property grid and do it the same way in the grid. That is, colors should display a color swatch on the left and to the right a text version of the color. In addition, I'd like to change the standard UI color picker with one that implements a color wheel.
>
Here is a link to a sample that ships with the product.
Syncfusion\Essential Suite\Grid\Samples\In Depth\DropdownGrid
This sample shows how to drop a second grid from a button in a grid cell. You could follow a similar pattern to drop some custom color dialog. You could draw the color swatch using a CellDrawn event.