I have read only text box inside list view's item control data template. I have binding on Text property of text box. Text value of text box is setting correctly, but when I selects text and drag n drop mouse outside textbox , the text value changes to "System.object".
Why this is happening ?? Please provide any solution. I am new to WPF.