How to read values from Gridview columns controls in WPF

Posted by Sarat on Stack Overflow See other posts from Stack Overflow or by Sarat
Published on 2009-04-10T05:30:18Z Indexed on 2010/04/18 4:03 UTC
Read the original article Hit count: 307

Filed under:
|
|

hi frnds,

I am using a WPF application, in which i placed a listview control which has 3 gridview columns. First Gridview column has a label Control and the remaining 2 gridview columns has textbox control.

Now my problem is if the user enters a value in the first Gridview textbox column, the second gridview textbox column should be updated with some value. Is there any way to do that.

I am filling the list view with a datatable from code behind file.

And also is there any way to get the value of the label control in the 1st gridview column.

Thanks in advance urs Frnd :)

© Stack Overflow or respective owner

Related posts about wpf

Related posts about gridview