How to update the datagrid in wpf based on text changed property of text box control in MVVM mdel?
WPF
3
Posts
3
Posters
0
Views
1
Watching
-
-
Hi, I have a DataGrid that is bound to ObservableCollection.I have textbox control in the same window..Based on text change event of text box(let us say filtering..based on typed character datagrid should change) how do i update the grid in MVVM model?
-
Hi, I have a DataGrid that is bound to ObservableCollection.I have textbox control in the same window..Based on text change event of text box(let us say filtering..based on typed character datagrid should change) how do i update the grid in MVVM model?