OnAfterSave vs Addinline & Delete

QuestionsOnAfterSave vs Addinline & Delete
Massimo Gagliardi asked 8 years ago

To have a refresh of master grid when you modified a row in the subgrid, using the inline option, you can use:
$grid["onAfterSave"] = 'function() { $("#list1").trigger("reloadGrid", [{current:true}]); }';
$g->set_options($grid);

but the same code doesn't work when you add a new record in the subgrid neither if you delete a record, forever in inline(add) option.
Is there a solution?
Thanks in advance
Masssimo Gagliardi

1 Answers
Abu Ghufran answered 8 years ago

This is currently not supported.
I'll recheck if it's doable with least change.

Your Answer

12 + 20 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?