Upper case text in dbadvgrid cell.

I have dbAdvGrid.columns[4].editor set to edUpperCase in the properties, but it still enters text in lower case. Should this property not force upper case? I think this used to work before i upgraded.

I cannot reproduce this.
Test: ADOEditing demo with code added in form OnCreate:
DBAdvGrid1.Columns[1].Editor := edUpperCase;

and this forces entry on column 1 to be uppercase.

I just realize I am setting to edcomboedit at run time. Is there a way I can still force to upper case and have the comboedit work?

Sorry, for a combobox we do not have a built-in option to force its entered values to uppercase.