Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
912
Changing Datasource in code
posted

I just started with Infragistic tools for ASP, and I actually got a WebDataGrid to work with one datasource (an sql table).   Ultimately what I would like is to have a dropdown listing all my tables and when I click a table in the dropdownlist  the datasource switches to that table and the webdatagrid displays all the columns in that table.  In other words I'm trying to create a "raw editing" capability for all my application tables where I can go in, pick a table, and edit any field.

I'm sure there must be an easy way to do this and I'm just too new to the control to figure it out.  Any suggestions would be appreciated very much. Has anybody done anything like this and is willing to share some sample code?