1. Please run your "Simple Demos" application for Elegant Grid. Select "Progress Bar and Color Picker" list item.
Click on a color cell to select the color.
In popup window click "More colors..." button.
Select a new custom color in the color dialog.
Click OK.
Color in the cell didn’t change.
2. I created Elegant.Ui.Grid.UnboundGridControl by designer.
One of the column have a standard color (CellType = Color) cell style (AllowEdit = true, CustomEditor = (none)). It is also determined by the designer.
So when you click on a cell popup color selection window appears automatically.
And button "More colors..." it is not localized.
I do
System.Globalization.
System.Threading.
System.Threading.
CultureInfo ci_ru = new System.Globalization.CultureInfo("ru-RU");Thread.CurrentThread.CurrentCulture = ci_ru;Thread.CurrentThread.CurrentUICulture = ci_ru;
in Program.Main() and put Elegant.Ui.Grid.resources.dll to ru-RU folder with other russian resources.