Hello,
I'm using a PopUp edit form on my RadGrid. In the user control all the textboxes, dropdowns, and checkboxes are not inside any other controls. I can "Bind" all my fields and do updates to the data but as soon as I add a RadTabStrip/RadMultiPage (or nest any of the form input controls inside any other control) the fields will populate with the correct data but I can't update the data in the database. Any ideas as to why this may be happening?
Thanks In Advance,
Larry
I'm using a PopUp edit form on my RadGrid. In the user control all the textboxes, dropdowns, and checkboxes are not inside any other controls. I can "Bind" all my fields and do updates to the data but as soon as I add a RadTabStrip/RadMultiPage (or nest any of the form input controls inside any other control) the fields will populate with the correct data but I can't update the data in the database. Any ideas as to why this may be happening?
Thanks In Advance,
Larry
5 Answers, 1 is accepted
0
Hello Larry,
Are you trying to implement automatic CRUD operations or you are handling them manually?
Greetings,
Iana
the Telerik team
Are you trying to implement automatic CRUD operations or you are handling them manually?
Greetings,
Iana
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0

Larry
Top achievements
Rank 1
answered on 04 Oct 2010, 04:23 PM
Hey Iana,
All operations are automatic
All operations are automatic
0
Hi Larry,
I followed your steps by wrapping the controls in the edit form of this demo (locally) into RadMultiPage, however the records were properly updated. Can you see if using FormTemplate edit form makes any difference in your case? If ths issue persists, I would ask you to send us a sample project illustrating your scenario and the issue you are facing for further reasearch.
Greetings,
Iana
the Telerik team
I followed your steps by wrapping the controls in the edit form of this demo (locally) into RadMultiPage, however the records were properly updated. Can you see if using FormTemplate edit form makes any difference in your case? If ths issue persists, I would ask you to send us a sample project illustrating your scenario and the issue you are facing for further reasearch.
Greetings,
Iana
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0

Larry
Top achievements
Rank 1
answered on 05 Oct 2010, 12:40 PM
Hey Iana,
I used a user control ".ascx" with the edit mode set to "PopUp". In the ".ascx" control I tried to put the other controls in a RadTabStrip/RadMultiPage. The field values will display but you cannot update them.
Thanks,
Larry
I used a user control ".ascx" with the edit mode set to "PopUp". In the ".ascx" control I tried to put the other controls in a RadTabStrip/RadMultiPage. The field values will display but you cannot update them.
Thanks,
Larry
0
Hi Larry,
Can you try moving the code from the user control into the grid FormTemplate and set the EditFormType to Template temporary to see if the issue persists?
Thank you for your cooperation in advance.
Regards,
Iana
the Telerik team
Can you try moving the code from the user control into the grid FormTemplate and set the EditFormType to Template temporary to see if the issue persists?
Thank you for your cooperation in advance.
Regards,
Iana
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items