Using jqGrid with multiselect: true
how can I make each row checked or not according to what the DB returns?
I know that I can use on "loadcomplete" and loop though all elements that are already on the grid and checked them according to a hidden column value (or something like that.) However this is not what I am looking for (afterInsertRow is similar on the way that it is a "manualy" action to set the check value). I really need to set this checked or not while the grid "draws" the rows.
Is this possible?