This question is locked. New answers and comments are not allowed.
Hi,
I need to change the column type to hyperlink button so that a method can be called in code behind.
I am trying to do something like this but the data in now shown for the column. However if i remove the CellTemplate data is shown properly.
Please help me on this.
Thanks and Regards
Prolay
I need to change the column type to hyperlink button so that a method can be called in code behind.
I am trying to do something like this but the data in now shown for the column. However if i remove the CellTemplate data is shown properly.
<telerik:ColumnDefinition MemberBinding="{Binding Project}" Header="Project " ColumnWidth="100"> <telerik:ColumnDefinition.CellTemplate> <DataTemplate> <HyperlinkButton x:Name="hbProject" Content="{Binding Owner.Project}" Click="hbProject_Click" /> </DataTemplate> </telerik:ColumnDefinition.CellTemplate> </telerik:ColumnDefinition> Please help me on this.
Thanks and Regards
Prolay