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

How to Edit Form on Radgrid usercontrols not automatically close when Click Insert Button

2 Answers 85 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Phuoc Nguyen Thanh
Top achievements
Rank 1
Phuoc Nguyen Thanh asked on 27 Apr 2010, 04:25 AM
Dear Telerik development team!
 
I'm using AJAX RadControls for ASPNET Q3 2008. I use the Edit Form on Radgrid usercontrols. Inconvenient when this method  InsertCommand executed  completed, when User Control Edit window  form is closed, the user have to click the Insert button more than once if you want to insert multiple rows. How do I fix this?

Sincerely ....

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 27 Apr 2010, 06:22 AM
Hello Phuoc,

I tried setting the IsItemInserted property of RadGrid to true in PreRender event after checking whether an insert operation is performed. For that you can use a global variable and check its value in PreRender event. Check out the following Forum link for more information regarding the same.
Stay in insert mode

Regards,
Shinu.
0
Phuoc Nguyen Thanh
Top achievements
Rank 1
answered on 27 Apr 2010, 07:17 AM
Dear Shinu !
Problem has been resolved. thank you very much..!
Regards,
Phuoc Nguyen Thanh
Tags
Grid
Asked by
Phuoc Nguyen Thanh
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Phuoc Nguyen Thanh
Top achievements
Rank 1
Share this question
or