Rank: Newbie Groups: Member
Joined: 9/16/2010 Posts: 9
|
Hi
I have a grid with the value 0 (zero) in some cells. When the cell goes into edit-mode, the cell becomes blank.
Why ?
Best regards
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
That is a known issue. The workaround is to use "string" instead of "int" as your data type. For instance, if your data source is "SELECT quantity", you can change it to "SELECT STR(quantity)". That way it should preserve the "0" correctly.
We will also look into it and see if we can correct that on our side.
Thanks!
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
We have posted a new build that should address this issue. Please see your private message for download location.
Thanks!
|