Hi,
I have the ultrawingrid which is showing default value :- '01\01\1990' in case of null value in database.
Could any one suggest for how to display blank value for the above case.
Thanks in advance,
Perhaps have the InitalizeRow event look for '01\01\1990' and set that cell 100% transparent? That's what I do on my Ticket List, except I use 1/1/2100.
Well, if you just want to hide the cell, you could set the Hidden property on the cell instead of setting it to Transparent. But that means the user cannot edit the cell. So that's find if the cell is not editable, anyway.