Hello.
Telerik version: 2009.2.701.20
Database: MySQL 5
I have a page with 2 controls, RadComboBox and RadGrid.
RadComboBox lists the tables I have in my database, databound onload. RadGrid then loads the table content via ajax.
Now problem comes when I want the Insert/Update/Delete functionality. So far all examples and demos I have found requires the use of declarative approach. I cannot do this when I do not know exactly how many columns there will be, and what the column names are.
Although they share the same primary key, they may have additional columns.
Is this possible?
Telerik version: 2009.2.701.20
Database: MySQL 5
I have a page with 2 controls, RadComboBox and RadGrid.
RadComboBox lists the tables I have in my database, databound onload. RadGrid then loads the table content via ajax.
Now problem comes when I want the Insert/Update/Delete functionality. So far all examples and demos I have found requires the use of declarative approach. I cannot do this when I do not know exactly how many columns there will be, and what the column names are.
Although they share the same primary key, they may have additional columns.
Is this possible?