This is a migrated thread and some comments may be shown as answers.

ObjectDataSource TypedDS and UserControl

1 Answer 54 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Pascal
Top achievements
Rank 1
Pascal asked on 09 Nov 2008, 12:32 PM
Hi!

I have created a simple Application to find out how to use the RadGrid with an UserControl as EditForm.

For this scenario i have created a typed DataSet / TableAdapter with Methods to fill the DS / Update / Delete and Insert Values and a ObjectDataSource which bounds to the Grid and points to the corresponding methods. Then i have created a usercontrol as the EditForm and configured the Grid to use this UserControl. In the ItemDataBound Event of the Grid I pass the values to my UserControl and everything is fine. But for the Update i have not figgured out how to pass the Values back to the Grid.

Can you help me on that?

Thx!

Pascal

1 Answer, 1 is accepted

Sort by
0
Vlad
Top achievements
Rank 1
answered on 09 Nov 2008, 03:52 PM
Tags
Grid
Asked by
Pascal
Top achievements
Rank 1
Answers by
Vlad
Top achievements
Rank 1
Share this question
or