Hi Abu
Is disappeared The Drag & Drop of the columns in the new version 2.0?
Thanks in advance
Massimo Gagliardi
3 Answers
Edit jqgrid_dist.php and set:
Replace:
$grid["sortable"] = false;
With:
$grid["sortable"] = true;
Your Answer
Hi Abu
Is disappeared The Drag & Drop of the columns in the new version 2.0?
Thanks in advance
Massimo Gagliardi
Edit jqgrid_dist.php and set:
Replace:
$grid["sortable"] = false;
With:
$grid["sortable"] = true;