hi,
Recently I downloaded trial version of your products, I think those are good components makes developing stage easier. My question is. Database doesn't support boolean datatypes, so, I use char(1) to represent 'Y', 'N' values, but I need this be displayed by gridviewcheckboxcolumn, how can I do to make it possible since gridviewcheckboxcolumn must be binded to a boolean column into datatable and no way to translate string column datatable into boolean column datatable?
'Y' - On
'N' - Off
thanks
Recently I downloaded trial version of your products, I think those are good components makes developing stage easier. My question is. Database doesn't support boolean datatypes, so, I use char(1) to represent 'Y', 'N' values, but I need this be displayed by gridviewcheckboxcolumn, how can I do to make it possible since gridviewcheckboxcolumn must be binded to a boolean column into datatable and no way to translate string column datatable into boolean column datatable?
'Y' - On
'N' - Off
thanks