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

RadGrid edit form not going away

2 Answers 104 Views
Grid
This is a migrated thread and some comments may be shown as answers.
golddog
Top achievements
Rank 1
golddog asked on 19 Oct 2011, 05:10 PM
I'm using this demo http://demos.telerik.com/aspnet-ajax/controls/examples/integration/raduploadinajaxifiedgrid/defaultcs.aspx?product=upload&RadUrid=bc55435e-4358-4e8f-9b36-bc35d69be555 as my model.  Of course, I have to switch it up a bit to use data from my back-end, and we're trying to create a library of many doc types, not just images, so my EditForm is created and handled a bit differenly.

It seems as if it's working pretty well, but I'm having a problem:  On either update or insert, the EditForm doesn't disappear after the ajax postback is through. The grid does re-display with the new data, so things are working.  I've just munged something up where the EditForm doesn't go away.

Anyway, can someone point me in the right direction, please?  I don't see in the demo what makes the EditForm go away which I've (apparently) lost.

Thank you,

Scott

2 Answers, 1 is accepted

Sort by
0
Accepted
Jayesh Goyani
Top achievements
Rank 2
answered on 19 Oct 2011, 05:36 PM
Hello,

try with below property.

<telerik:RadGrid AllowAutomaticUpdates="false"


Thanks,
Jayesh Goyani
0
golddog
Top achievements
Rank 1
answered on 19 Oct 2011, 05:40 PM
Thank you Jayesh.  As si often the case, it's something simple I've overlooked.
Tags
Grid
Asked by
golddog
Top achievements
Rank 1
Answers by
Jayesh Goyani
Top achievements
Rank 2
golddog
Top achievements
Rank 1
Share this question
or