AD
Administrator
Syncfusion Team
January 15, 2005 07:51 PM UTC
Our grid has no code that will directly use your SQL connection. You need to get your data into some object that supports IListSource or IList using whatever code your wnat to use. (One simple way is to use a SqlDataAdapter and DataSet.) Once you have the IList object holding your data, then you can use a GridDataBoundGrid and set the IList object to be grid''s DataSource.