This question is locked. New answers and comments are not allowed.
How do you implement a checkboxcolumn to be checked if Binded value is 1, and unchecked if binded value is 0.
I have no problem getting the data into the table but this is what it looks like,
Hostname IsChecked
TestName 1
TestName2 1
TestName3 0
Instead of the 1 or 0, I want a check box (checked if 1, unchecked if 0)
I am new to this so please help.
Thanks,
Tim
I have no problem getting the data into the table but this is what it looks like,
Hostname IsChecked
TestName 1
TestName2 1
TestName3 0
Instead of the 1 or 0, I want a check box (checked if 1, unchecked if 0)
I am new to this so please help.
Thanks,
Tim