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

modal popup on Edit not closing

3 Answers 125 Views
Grid
This is a migrated thread and some comments may be shown as answers.
mike
Top achievements
Rank 1
mike asked on 10 Apr 2013, 09:42 PM
I have a radgrid with a details table with a formtemplate for editing. so it's a grid with two levels, when I am editing at the child level the modal popup show up fine but When I click the update button, it does all the work intended but does not close. It all works fine for inserting a record or canceling. and in the first lever both the edit and insert work fine, but just the child level edit is causing this problem. I've read a couple things to try and that is adding AllowAutomaticUpdates="false" and also adding

grdVcntn.MasterTableView.IsItemInserted = False
grdVcntn.MasterTableView.Rebind() to the _ItemCommand for the e.CommandName I have and neither worked.

I am also binding both grids in the backend using _NeedDataSource and _DetailTableDataBind. Is there any other sudgestions for fixing this.

3 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 15 Apr 2013, 03:29 PM
Hi Mike,

After you have tried all the suggested solutions in the forum thread and none of them help to resolve the problem it will be best to send us the problematic code or isolate the problem in a sample runnable project. Thus we will be able to review it locally and advice you further.

Regards,
Pavlina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
mike
Top achievements
Rank 1
answered on 15 Apr 2013, 05:36 PM
I do have a thread going on a support ticket now and an example that I sent in with no resolution yet, partly because apperently the example sent does not replicate the same behavior that I or my fellow developer here gets.
0
Pavlina
Telerik team
answered on 18 Apr 2013, 09:00 PM
Hi,

At this point to avoid duplicate posts I suggest that you continue the communication on this problem in the support ticket. Thank you for your understanding.

Kind regards,
Pavlina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
mike
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
mike
Top achievements
Rank 1
Share this question
or