i have a datagrid having a column of status. by default it'll display a textblock and the text property is binded with the viwemodel's status property.
when the status get changed from status1 to status2 the textblock should be converted to a hyperlink.
how to implement dynamic datatemplate binding to resolve the purpose described above?