Datatable binding to a form is not working

Posted by saurabh on Stack Overflow See other posts from Stack Overflow or by saurabh
Published on 2010-03-19T06:01:10Z Indexed on 2010/03/19 12:31 UTC
Read the original article Hit count: 363

Filed under:
|
|

Hi All

i am having a form which are having 4 lables and these lables value are displayed in the 4 textboxs, i am using MVVM and binding these textboxs with the Datatble which is coming through the typed dataset not the problem here is when i add a new row in the datatable with default values of columns and update ui by calling onpropertychanged event from my viewmodel , these values are not getting reflected on the form.

Before adding a new row in the table , i am removing all previous rows and then add.

TIA.

Saurabh

© Stack Overflow or respective owner

Related posts about wpf-binding

Related posts about mvvm