As I debugged, all bound controls will first query the BindingSource.Count
Property and then retrieve all data via BindingSource[index] Property.
My Problem is that I do not want the GridView to fetch all data when its
displayed. It should only request the data it can actually draw into the
Grid. Has anyone some ideas or Links with more informations?
Regards
Andi
Tim Lypes - 11 May 2006 20:13 GMT
> My Problem is that I do not want the GridView to fetch all data when its
> displayed. It should only request the data it can actually draw into the
> Grid. Has anyone some ideas or Links with more informations?
Hallo Andreas,
you can modify the col in the dgv with the item property.
Otis Mukinfus - 12 May 2006 00:34 GMT
>As I debugged, all bound controls will first query the BindingSource.Count
>Property and then retrieve all data via BindingSource[index] Property.
[quoted text clipped - 5 lines]
>Regards
>Andi
Do a search for BindingSource.Filter in the documentation. You can use it to
filter the data passed to the grid.
Good luck with your project,
Otis Mukinfus
http://www.arltex.com
http://www.tomchilders.com