Hello @all,
I have just one problem with the representation of a checkbox found in Listgrid.
- Update works fine
- display in the detailViewer() works fine
- display in the DynamicForm() works fine
BUT in this listgrid its always true.
Example:
Screen shot 2010-08-08 at 13.40.50.png
- pkid 101: Databasefields is FALSE
Screen shot 2010-08-08 at 13.41.07.png
- pkid 100: Databasefields is TRUE
Only if the database has a null cell contents, the box is shown as false.
Database: mysql column varchar(5)
DS.xml
<field detail="false" title="TechnicalFieldAutoCreated" name="technicalfieldautocreated" type="boolean"></field>
SmartClient Version: SC_SNAPSHOT-2010-08-06/EVAL Deployment
Am grateful for any help.
Cheers,
Timo
I have just one problem with the representation of a checkbox found in Listgrid.
- Update works fine
- display in the detailViewer() works fine
- display in the DynamicForm() works fine
BUT in this listgrid its always true.
Example:
Screen shot 2010-08-08 at 13.40.50.png
- pkid 101: Databasefields is FALSE
Screen shot 2010-08-08 at 13.41.07.png
- pkid 100: Databasefields is TRUE
Only if the database has a null cell contents, the box is shown as false.
Database: mysql column varchar(5)
DS.xml
<field detail="false" title="TechnicalFieldAutoCreated" name="technicalfieldautocreated" type="boolean"></field>
SmartClient Version: SC_SNAPSHOT-2010-08-06/EVAL Deployment
Am grateful for any help.
Cheers,
Timo
Comment