Uncheck row of recently added record.

QuestionsUncheck row of recently added record.
Greg asked 7 years ago

Hi,

Is there a way to unhighlight and uncheck a row after it has been saved/updated?

Thanks – Greg

1 Answers
Abu Ghufran answered 7 years ago

There is no option to remove it via code. However, You can modify lib/inc/jqgrid_dist.php and search+remove these lines:

r = JSON.parse(response.responseText);
jQuery( document ).ajaxComplete(function() {
jQuery('#{$grid_id}').setSelection(r.id);
jQuery( document ).unbind('ajaxComplete');
});

Your Answer

18 + 17 =

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?