I have a WPF datagrid which has one column of type DataGridTemplateColumn and I want to change data template to add a hyperlinkbutton in order to hide cell value depending on a condition:
The problem is that HyperlinkButton in .NET 3.5 SP1 does not exist. So how to do a link button in .NET 3.5? Maybe using this solution by changing button style? Or is there any other better solution in .NET 3.5?