Hello,
I've got another problem today. Is it posible to send column header text as a ConverterPerameter for CellTemplate?
1 Answer, 1 is accepted
0
Vanya Pavlova
Telerik team
answered on 13 Aug 2010, 03:51 PM
Hello Jokerwolf,
Yes that is possible,I would advise you to create the Cell Template of your particular column in code behind and after that pass the column header as converter parameter in the generated converter,the skeleton of your code,you should write only the Converter Parameter.
MainWindow.xaml.cs
radGrid.ItemsSource=(from c inEnumerable.Range(0,10) select c).ToList();
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items