Refreshing a DataGrid that is bound to a Collection of Business Objects

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a datagrid that I am binding to a collection of business objects. The datagrid is display only, but I am changing objects in my collection upon selection of one of the items in the datagrid. I want these changes to be reflected in my datagrid, but I don't know how to go about it. I tried re-binding to the collection, but that didn't work. Any suggestions?
 
Hi Kell

What happened when you tried re-binding to the collection
Is there any error or the changes are not shown ? If changes are not reflected, did you save the changes back to the business object? Where do you store the business object
May you show a little bit code

Bin Song, MCP
 
Back
Top