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

data in grid

I have made a connection with sql server but i can''t find a method that retrive data into grid? I''m not using dataAdapter and dataSet, just a simple code.

1 Reply

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.

Loader.
Live Chat Icon For mobile
Up arrow icon