tonytomov / jqGrid

jQuery grid plugin

Home Page:www.trirand.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

beforeSelectRow not turning off the selection checkbox in multi-select

unle70 opened this issue · comments

Hello,
I'm using multi-select mode so I'm getting the column of checkboxes where I can turn ON the rows I want to select.
I'm trying to use the the "beforeSelectRow" event in order to prevent selection of some rows, if they don't meet a certain criteria. I'm doing this by returning "false" from the event handler. But now I've noticed that although a "false" is returned, the selection checkbox eventually turns ON.

A temporary workaround is to force the checkbox OFF (unchecked) by myself with: $(e.target).prop('checked', false)
I hope this could be fixed sometime in the future.

Hello ,

Thanks.
I have try to fix the problem. Please check if it is working as expected and let me know.

Hi Tony,
Yes, working fine now.

Thank you very much,
Udi

Issue must be closed