deselect row event

Questionsdeselect row event
Adrian Sirbu asked 2 months ago

Hi,

I know about the onSelectRow event when a row is selected.

I would like to know if there is an event when you deselect a row. It’s possible? and how?

Thank you!

Adrian

1 Answers
Abu Ghufran Staff answered 2 months ago

I don’t see any such event in the build. There is JS function to unselect row if required.

jQuery('#list1').jqGrid('resetSelection',2);

The second param is optional otherwise it will reset all selections. Above code will unselect row id 2.

If you can tell me exact scenario, what are you trying to achieve, I can suggest better.

_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Your Answer

0 + 16 =

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?