Is there a way or a setting for a field in an ultrawebgrid that will only accept uppercase?
If you are asking about UltraWebGrid, you are posting on the wrong forum. This is the WinForms section.
For the WinForms grid, you would use the CharacterCasing or Casing property (I forget which) on the column.
On the WinGrid, is there a way to set the CharacterCasing on a Row by Row basis? I do not want to handle the KeyDown event to enable this and I've already tried using different editors on the Cells I want uppercase and those I want to normal which hasn't worked for me either. Any suggestions?