while($row = mysql_fetch_array($result,MYSQL_ASSOC)) {
$responce->rows[$i]['id']=$row[id];
$responce->rows[$i]['cell']=array(“”,$row[id],$row[invdate],$row[name],$row[amount],$row[tax],$row[total],$row);
$i++; }
if i select a row in the grid and then select another one, the first selected row will not deselect. it is like multiselect is on.(but it is not)
if I comment $responce->rows[$i]['id']=$row[id]; everything works normal.
what seems to be the problem ?
thanks in advance,
adrian
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top