Hi!
So I tried that, but it gets rid of the cell borders and looks weird, instead I did the following:
var $td = $("#grid_array").pqGrid( "getCell", { rowIndx: i, dataIndx: "pq_detail" } );
$td.html(' ');
Now the problem is, when I click on this empty cell it still opens up detail grid.
How do I avoid that?
Thanks!