I am using the popup edit form for inserts and updates. The issue I am experiencing is that in the case of Insert, the popup does not close following the insertion but it does in the case of Edit. Same form. Different result. Is there an extra setting I need somewhere to make this happen?
Thanks for the reply Princy however this did not fix my issue. The popup immediatley closes and reopens a new, blank popup.
0
Sebastian
Telerik team
answered on 07 May 2008, 10:14 AM
Hi PNuT,
Can you please provide a live url where this problem can be observed? Or better yet, we will appreciate if you isolate a stripped working version of your project, demonstrating the issue, and send it attached to a formal support ticket. We will examine your complete code logic and will advice you further.
Just a shot in the dark - can it be that you enabled automatic insert for the grid (AllowAutomaticInserts = true) and do not have data source control assigned? This may cause the insertion form to remain open.