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

Kendo grid, batch editing and notification box

2 Answers 137 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Stephan
Top achievements
Rank 1
Stephan asked on 16 Oct 2015, 08:07 AM

Hello,

I have seen examples of confirmation boxes applied to inline / cell editing.

How can I display a confirmation ("saved successfully" or "not saved successfully" using something like notification widget if the grid batch editing mode is used?

The Save command is calling the controller action for Save and returns a JSON request as a response. But I don't know yet to get the additional notifaction displayed.

Yours

Stephan

 

2 Answers, 1 is accepted

Sort by
0
Stephan
Top achievements
Rank 1
answered on 19 Oct 2015, 11:38 AM

Hello,

meanwhile I have found other comments in the forum describing the usage of datasource events.

- Error: this event is pretty good in case of upcoming errors during create, update, delete

- Sync and RequestEnd: these two are good to get a response during any kind of datasource operation, but here I don't know how to differ between errors and successful operations. As already said, the error event is pretty good for errors but does anyone know how to capture successful operations?

Yours

Stephan

0
Boyan Dimitrov
Telerik team
answered on 19 Oct 2015, 04:03 PM

Hello Stephan,

 

As mentioned in the following forum thread, the change event of the Kendo UI DataSource will be triggered if the operation completes successful.

 

Regards,
Boyan Dimitrov
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
Stephan
Top achievements
Rank 1
Answers by
Stephan
Top achievements
Rank 1
Boyan Dimitrov
Telerik team
Share this question
or