This is a migrated thread and some comments may be shown as answers.

Converters in Codebehind in silverlight

0 Answers 27 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Pranavi
Top achievements
Rank 1
Pranavi asked on 07 Jan 2014, 12:58 PM

I have followed below link ;


http://www.telerik.com/community/forums/silverlight/gridview/codebehind-binding-with-converter-in-c.aspx





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.


No answers yet. Maybe you can help?

Tags
GridView
Asked by
Pranavi
Top achievements
Rank 1
Share this question
or