You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

In order to disable sorting in an advanced grid, all you have to do is set this code below as Custom HTML inside the same form.

Custom HTML
<script>
    $(document).ready(function(){
        $('.pq_grid').pqGrid('option','sortable',false);
    })
</script>



  • No labels