Datatable binding to a form is not working
- by saurabh
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