Binding DataGridCell content to Textbox in Customized ToolTip WPF
I have datagrid control in my project and i want to add tooltip to datagridcells. I customized the tooltip control and put a textbox control in it. I tried to bind cell content value to textbox but it did not work.