Set DataTable GridControl DataSource

Hi, How does one bind a DataTable to the GridControl. I want all the features of the GridControl by default (the layout etc) pre-configured and then on load I went to load up some data to get users working. All I see is gridcontrol.data which seems to be something different. Something like gridcontrol.datasource = dt; Or do I need to run through a rows collection? Thanks - Greg.

2 Replies

AD Administrator Syncfusion Team June 3, 2006 01:34 AM UTC

Check out this forum thread to see if it discusses what you need. http://www.syncfusion.com/Support/forums/message.aspx?MessageID=29493


GR Greg June 5, 2006 05:05 PM UTC

Looks like it... thanks >Check out this forum thread to see if it discusses what you need. > >http://www.syncfusion.com/Support/forums/message.aspx?MessageID=29493

Loader.
Up arrow icon