Has anybody try this, if yes please help me to get out of Binding with IBindingList in grids for data collections.
how we can enables the grid to receive notifications.
I am not experienced and want to know that how I can use Binding to IList, IBindingList, IListSource.
Loading
jimenez mikePosted Aug 5, 2011, 4:14 AM
The grid supports various methods of data source binding. One of these methods is binding to data sources that implement IList, IBindingList or IListSource interface via Grid.DataSource property.
Binding to IList collections enables the grid to create rows at the time of binding. Such collections usually contain a certain number of objects that don't change during application execution. Use of these collections saves memory used by the application. Get more here about Binding with IBindingList
Jiteendra SampathiraoPosted Jul 26, 2011, 9:34 AM
go through this Link
hope it help you........