creating data provider (IBindingList, DataTable wrapper) for DataGrid?

  • Thread starter Thread starter alex n
  • Start date Start date
A

alex n

hello.

i'm trying to implement IBindingList to wrap DataTable
(like DataView) with hierarchy capabilities
and bind it to DataGrid.
The problem is i don't know
yet all the stuff i need to know.
the current problem - what should i return in the
IList[int index] indexer?
definetely not DataRow object.

could i find somewhere tutors, samples?

alex.
 
Back
Top