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
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