Forums
Overview »
C# » How I can binding to data
How I can binding to data |
mairama dalena Newbie
 Since: 23 Apr 2012 Posts: 1 | Posted 23 Apr 2012 14:04:34 How I can binding to data sources that implement IList, BindingList or IListSource interface via Grid.DataSource property How I can binding to data sources that implement IList, BindingList or IListSource interface via Grid.DataSource property |
| |
davior shicks Newbie
 Since: 24 Apr 2012 Posts: 2 | Replied 24 Apr 2012 07:15:05 Hello The grid supports various methods of data source binding and Objects in the collection may be of different types. 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. visit for more www.dapfor.com/en/net-suite/net-grid/features/data-source-binding |
| |