I am trying to display data from a flag field in a datatable that's defined as char(1) with a value of "1" or "0" as a checkbox in the grid. Is there a way to do this in the Initialize_Layout event?
This article was exactly what I needed. Thanx.
Jus to give in a simple solution try to convert the value to Boolean ;......... Cbool() in VB.net
u can probably use the initialize event to get this value setting done .
hope helps you ......
njoy koding ,
Arun
Please go through this KB article.
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=5014
Hope this helps.