Hi all,
I am facing a scenario here.
I have a main class which initializes a DataGrid added in MainWindow of wpf application. There is a thread class in which DataTable object is passed by ref and that thread is responsible for updating the DataTable. As the thread runs the DataTable gets updated but but the view does not get updated.
But when i update/Add Row in the DataTable in the main class where the DataSet is initialized via TimeTicker not only the data add via later thread is updated in view but also the data added in timeticker method which is irrelevant.
Abdul Khaliq