All-
Are there any examples/help out there for this scenario?
I have a few tables that I am loading into some RadGrids for editing.
A few of the columns are really lookup/reference table data. The primary table has foreign keys over to the various reference tables.
I want to show the description(from the reference table) as a label in read-mode. But when it goes to "Edit" mode, switch to boundCombo boxes to allow those lookup fields to be selected from the dropdowns.
Then on the "Update" submit the edited row back for updating.
I am using an EF model for testing but also have some WCF services for the CRUD methods if I need them.
Any help would be great-
MJD
Are there any examples/help out there for this scenario?
I have a few tables that I am loading into some RadGrids for editing.
A few of the columns are really lookup/reference table data. The primary table has foreign keys over to the various reference tables.
I want to show the description(from the reference table) as a label in read-mode. But when it goes to "Edit" mode, switch to boundCombo boxes to allow those lookup fields to be selected from the dropdowns.
Then on the "Update" submit the edited row back for updating.
I am using an EF model for testing but also have some WCF services for the CRUD methods if I need them.
Any help would be great-
MJD