Click here to Skip to main content
15,887,676 members
Articles / Programming Languages / C#

Binding a Two Dimensional Array to a DataGrid

Rate me:
Please Sign up or sign in to vote.
3.55/5 (38 votes)
1 Feb 20041 min read 379.3K   12.8K   55  
Binding a two dimensional array to a DataGrid
Binding of two dimensional arrays to DataGrid is little bit tricky, but in general, it consists of implementing some classes which represent view of the data and they need to implement ending list of interfaces. Here, you can see interfaces and internal class structure of the library.

Views

Daily Counts

Downloads

Weekly Counts


Written By
United States United States
http://www.mommosoft.com

Comments and Discussions