Hi !
I have a DataTable below.(DB2 Not Support bool type)
ID / Name / Sex
============ 1 lee M 2 lee F 3 lee M
how can i convert to Sex Column to CheckBoxColumn at auto generate = true , also not define column defintion result ==> id 1 checked ,2 unchecked, 3 checked
Is Possible?
please helpme