3 Answers, 1 is accepted
0
Hi Marco,
I am not sure I fully understand the issue you are facing. If you mean the CaptionFormatString of the EditForm - it should not be displayed when the event is canceled. Can you please provide more details on it and send a sample code or screenshot showing the problem?
Greetings,
Marin
the Telerik team
I am not sure I fully understand the issue you are facing. If you mean the CaptionFormatString of the EditForm - it should not be displayed when the event is canceled. Can you please provide more details on it and send a sample code or screenshot showing the problem?
Greetings,
Marin
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0

mpaul
Top achievements
Rank 1
answered on 22 Dec 2010, 02:46 PM
Sure. Imagine you are editing a record. The title says (Edit Product - A). When the user clicks save, the saves fails and I need to stop the popup from disappearing, so I set canceled = true. Now, it says in the title bar (Edit Product - {0}). Note, I am handling the saving logic server side, not using any data source controls.
0
Hi Marco,
From the description you gave it appears that you are using editing similar to this demo. If this is the case can you say whether it is a popup editing with EditMode="PopUp" or a RadWindow editing as in this demo? Also are you sure the PopUp closes if you do not set e.Canceled=true. It seems that the issue is related with the rebinding to the edited item to the popup. Unfortunately I was not able to reproduce this behavior. I am sending a sample working project with popup editing based on the description you provided, can you say how to modify it in order to reproduce the issue?
Regards,
Marin
the Telerik team
From the description you gave it appears that you are using editing similar to this demo. If this is the case can you say whether it is a popup editing with EditMode="PopUp" or a RadWindow editing as in this demo? Also are you sure the PopUp closes if you do not set e.Canceled=true. It seems that the issue is related with the rebinding to the edited item to the popup. Unfortunately I was not able to reproduce this behavior. I am sending a sample working project with popup editing based on the description you provided, can you say how to modify it in order to reproduce the issue?
Regards,
Marin
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.