Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Introduction

English
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.
Code Block
titleCustom HTML
<script>
    $(document).ready(function(){
        $('.pq_grid').pqGrid('option','sortable',false);
    })
</script>

...

Download the Sample App