AD
Administrator
Syncfusion Team
October 11, 2004 03:26 PM UTC
GridStyleInfo.DataSource is the datasourcde for things like a ComboBox in the cell or a GridListControl in the cell. It is not the DataSource for the grid. If you want to access the datasource for the grid, then you will have to get a reference to the DridDataBoundGrid. You can try casting the renderer.Grid member to a GridDataBoundGrid and then accessing its DataSource member.
AD
Administrator
Syncfusion Team
October 12, 2004 11:17 AM UTC
I''ve done as you suggest and passed in references to the CurrencyManager and the grid and got the behaviour I want.
Thanks,
Ben.