IBindingList, Bind DataGrid with IList object.

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

Guest

When i try use this statment:
Implements IBindingList

I have this error: Type IBindingList is not definded, why?, It's because i a
VB.Net developer?

I have learn about IBindingList in dotnet.framework.compactframework forum.

I try bind un datagrid whith my own IList object, ists worke fine when a
filled first time:

muDataGrid.DataSource = myIlist

When i add other's object's to myList, the new objctes dont showed in grid,
that's is my real problem.

Any help?
 
Back
Top