We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

i''m new at syncfusion

i want to know what is the difference between
GridDataBoundGrid and GridControl


1 Reply

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.


Loader.
Live Chat Icon For mobile
Up arrow icon