I have an object list bound to a datagrid. I also have each property of the object bound to a textbox so the user has two views of the data, a list (datagrid) and textboxes that have all the details of the current object.
This works, but there are a couple of issues. When I update the textboxes, for the datagrid to update I have to click on the datagrid (not v nice). Also, I cannot edit data in the datagrid, it simply resets to the value it was before editing.
There's a star in it for anyone who can help
Jon
"There are 10 types of people in the world... those who understand binary and those who don't.
This works, but there are a couple of issues. When I update the textboxes, for the datagrid to update I have to click on the datagrid (not v nice). Also, I cannot edit data in the datagrid, it simply resets to the value it was before editing.
There's a star in it for anyone who can help
Jon
"There are 10 types of people in the world... those who understand binary and those who don't.