Every checkbox has uniquie id which is combination of
“jqg_”+rowid – where the rowid is the id of the row.
You can use the following code to make it invisible
$(“#jqg_Q391”)..css(“visibility”, “hidden”);
Is it possible to grey-out (so they are not selectable) some boxes when using multiselect?
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top