Hi there!
how to set a grouped row using outside action like button?
I know how to set a row selection but I couldn't find when grouping, how to set a grouped row?
I mean not lower level rows. just grouped level rows itself.
so for example..
$grid.pqGrid("addClass",{ rowIndx:2, dataIndx:'id', cls:'cellRed' });
or
$grid.pqGrid("setSelection", { rowIndx: 2 });
with this.. I can select lower level rows.. but it's not working collapsed grouping row itself.
I tried to look for this example.. but I couldn't find..
I always appreciate your reply! Thank you!