Rank: Member Groups: Member
Joined: 7/7/2010 Posts: 28
|
Hi,
Can we attach sql datasource to grid datasource?
Thanks
Mehul
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You can do that but the Grid will not update your data source automatically. It only reads data from your data source. You will need to write code to handle the Grid's ItemChanged event to write the changes back.
Thanks!
|