Hi Harm and others.

Working with VDF 17.0 and ajax lib 2.4

I have a DATE field, and I want to show a checkbox in a VdfLookup grid.
The checkbox should appear if there is a date in that field.
But it never shows a checked checkbox.

If I change the field in the database to a numeric field the checkbox appears as expected.

This is the code I use.
Code:
<td><input type="checkbox" DISABLED vdfDataBinding="Boot__Bevestiging" /></td>
Also tried:
Code:
<td><input type="checkbox" DISABLED vdfDataBinding="e:getbootbevestiging" /></td>
That "getbootbevestiging" function returns a "0" or "1"

Is it somehow possible to use a date field for a checkbox in a grid?

Thanks in advance.
John