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.
Hi, Currently I got problem display the color code on the GridGroupingControl after setting the Column Celltype to ColorEdit. It keep displaying #ERROR#. How the display the selected color code from the color dialog ? is there any properties I have to set inorder to work properly ?? Thanks alot ;)
Best Regards
Vincent
ADAdministrator Syncfusion Team December 14, 2004 08:15 AM UTC
In addition to setting sstyle.CallType = "ColorEdit", do you have the style.CellValueType = typeof(Color) for this column?
VLVincent Loy Chee HoonDecember 15, 2004 11:43 PM UTC
hi Clay,
>In addition to setting sstyle.CallType = "ColorEdit", do you have the style.CellValueType = typeof(Color) for this column?
VLVincent Loy Chee HoonDecember 15, 2004 11:53 PM UTC
Hi Clay,
For your information, these are the settings which I had made within the GridGroupingControl
properties Dialogbox.
TableDescriptors->Columns->Apprearance->AnyRecordFieldCells->Celltype = ColorEdit
TableDescriptors->Columns->Apprearance->AnyRecordFieldCells->CellValueType = System.String
For this particular column, I also have AddNewRecordFieldCell for selecting color for new record. The above settings are the same for this cell as well.
I''m hope I had painted a clear picture for you as I dun really understand the Style.CallType and Style.CellValueType have any relationship with I had asked for. Thanks for reverifying with me.
Best Regards
Vincent
>hi Clay,
>
>
>
>
>
>
>
>>In addition to setting sstyle.CallType = "ColorEdit", do you have the style.CellValueType = typeof(Color) for this column?
ADAdministrator Syncfusion Team December 16, 2004 08:39 AM UTC
Here is a sample showing a coloredit in a column of a groupinggrid.
http://64.78.18.34/Support/user/uploads/GGC_ColorEdit.zip