I am using VB.net within Visual Studio 2008. I currently have GridControl where one of the columns fetches a real number from the database. Whenever I try to remove the value I get a red ‘X’ saying that the input string is not the right format even though I know it can display null because the row underneath fetched a null value for that column. See picture below.

I tried to solve this by setting the ColumnEdit of the column to a textedit and then setting it’s allowNullInput to True. Still same problem
Handle the
ParseEditValueevent of the grid column.