This question is locked. New answers and comments are not allowed.
I have followed below link ;
GridViewDataColumn column = new GridViewDataColumn();column.DataMemberBinding = new Binding("Body"){Converter = new BodyConverter()}; this.MailsGrid.Columns.Add(column);in Body filed I have xml data.so using converter I am got data... like : Hi , this is ranjit. I have brought assemble items on 01-01-2013.But this is adding as a new column to radgridview. I need to assign this converter that is already added to the RadGridView.