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?
Please go through this KB article.
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=5014
Hope this helps.
This article was exactly what I needed. Thanx.