I'm creating a task service monitor that puts all of the root tasks into a datagrid and displays their information. I'm using a a binding source as taskservice.rootfolder.tasks and binding that to the datasource of a the datagrid. I'm having some issues with the changes to tasks propagating to the datagridview. When an automated task is run the datagridview doesn't update the appropriate information until that row is clicked.
Am I missing a way to watch for change notifications? Has anyone else tried to implement this?
Thanks
Am I missing a way to watch for change notifications? Has anyone else tried to implement this?
Thanks