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

SaveChanges in RadGrid Batch Edit on GridbuttonColumn Click

1 Answer 379 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Abitar
Top achievements
Rank 1
Abitar asked on 24 Aug 2015, 01:37 PM

Hello,

I am using a RadGrid (Batch mode) where I can fill textboxes and in each row I have a GridButtonColumn that opens a PopUp to fill other informations related to that row.

As u know, ​the save ​of these data (in RadGrid and in the PopUp), must happen in the server side so the unsaved data in the RadGrid will be lost. I thought about saving changes in RadGrid on GridButtonColumn Click but the Btach Edit Command is not fired on that click. This action worked very well on click event of a button outside the RadGrid.

Thanks for helping,

ABITAR

 

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 27 Aug 2015, 06:31 AM
Hi Abitar,

Can you verify that you are not calling two postback or AJAX request operations simultaneously? You need to prevent the regular postback of the button when calling the saveChanges method:
http://www.telerik.com/forums/how-to-fire-the-updateedited-method-from-an-outside-button#5Af7aU0fFEa0UKS5HOhyjA

Also, please note that we are checking every forum thread, therefore, please avoid opening multiple forum threads for the same query.

Regards,
Eyup
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Grid
Asked by
Abitar
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or