AD
Administrator
Syncfusion Team
July 11, 2005 01:16 PM UTC
You cannot set cell specific properties (except Text and CellValue) on a GridDataBoundGrid using an indexer.
Instead, you either have to set the properties on a column using either grid.GridBoundColumns or grid.Binder.InternalColumns depending upon whether you have explicitly added gridboundcolumns or not. Here is a KB on this. http://www.syncfusion.com/support/kb/grid/Default.aspx?ToDo=view&questId=83
But for a porperty like DataSource, you would want to use Model.QueryCellInfo as in this KB.
http://www.syncfusion.com/support/kb/grid/Default.aspx?ToDo=view&questId=95