Hi All,
I need to make a check-box uncheckable in JqGrid. I have made a custom formatter to call a function for onClick event of the checkobx.
return ““;
This function gets called fine. Now I don't know how to stop the user from checking the unchecked check-box. What I am trying to say is the user should be able to un-check but should be able to check again.
Thanks, Abhi
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top