Hello everyone
I have to bind datarows to my controls. So far so good. The problem now is, that my datarow contains only strings in the column I have to bind, but of course the property "checked" of a Checkbox takes only boolean arguments.
Is there a way to use DataBinding here? Maybe with some kind of converter in between?
Thanks