AD
Administrator
Syncfusion Team
October 19, 2007 11:35 AM UTC
GridDataBoundGrid is a bound grid where you provide the data for the grid through setting its DataSource property. This makes this grid a column oriented grid in the sense that the values you see in a single column are all the same type, displayed with the same formats, etc.
GridControl is an unbound, cell oriented grid. You normally populate it by explicitly assigning values to each cell. The grid holds its own data. And, there is no expectation that everything in the one column is the same type. Properties can vary cell by cell. This grid also supports Excel-like formulas, and can be used in a virtual mode.