I have a column showing 0 (as in the Database is integer type).
The problem is that in database is stored as null.
When I save the changes in that row it replaces the NULL by ZERO, even if I dont make changes in that column.
How can this be solved?
1 Answers
You can check isnull column property.
https://www.gridphp.com/docs/column-options/#allow-null-truefalse
Your Answer