Hello!
Is it possible to set the font of the dropdown grid other then default "Segoe UI" ?
The expected behavior is that the grid must use the same font as RadMultiColumnComboBox.
The code I tried to use is similar to this:
RadMultiColumnComboBox combo = new RadMultiColumnComboBox(); combo.Font =new System.Drawing.Font("Microsoft Sans Serif", 8.25F); combo.EditorControl.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);But the dropdown grid still uses Segoe UI Font.