Hi,
I have a wingrid which I am binding to generic list of objects. One of the objects' property has a value of Zero (0). However, it does not get displayed in the grid. I just see an empty cell.
In the column's properties, I have Nullable set to Automatic and Null Value set to 0. Am I missing something, or perhaps be doing something to have the 0 displayed in the grid's cell?
Thanks!
What is the DataType of the column?
It is a string (in the grid) and an integer in the object itself.