R
Randy
Hello,
I'm creating a table on the fly that is used by a datagrid. I'm also
creating a tableStyle that is used for the datagrid to make it look like I
want.
I'm using the DataGridBoolColumn to make one column a CheckBox field. It
shows up fine...as a CheckBox. I looped through the table and stored a true
or false in the checkbox column but it appears to have no effect on the
checkbox column. No matter what I store there (true/false), when I run the
app all the checkboxes are checked/greyed. I thought I could store a true or
false in this column of the table and it would either be checked or
unchecked in the CheckBox...but that doesn't seem to work. Am I going about
it wrong?
Any help would be appreciated...
Thanks
I'm creating a table on the fly that is used by a datagrid. I'm also
creating a tableStyle that is used for the datagrid to make it look like I
want.
I'm using the DataGridBoolColumn to make one column a CheckBox field. It
shows up fine...as a CheckBox. I looped through the table and stored a true
or false in the checkbox column but it appears to have no effect on the
checkbox column. No matter what I store there (true/false), when I run the
app all the checkboxes are checked/greyed. I thought I could store a true or
false in this column of the table and it would either be checked or
unchecked in the CheckBox...but that doesn't seem to work. Am I going about
it wrong?
Any help would be appreciated...
Thanks