How to Custom binding expression
Hi all,
I'm trying to format a datagrid- checkbox. I have a field in a dataset which is 'bit' type. I need to dis play checked for the rows where the field is true and make Enable false when the field s true. It is easy to set the property of the checkbox.Enable=true when the field is true but how can I do the inverse. Pls help.
-Vije
|