I have a tables that contain fields that may contain DBNull entries. How can I get the grid to not blow up on these? I'd be happy if it showed these as blank fields or even "(dbnull)".
I am using grid in the same way and in my case everything works as expected. When the value is null, it is rendered as a blank value.
Maybe the problem is in your implementation.