tags:

views:

15

answers:

1

I've seen example of jqGrid does drag & drop column reordering http://www.trirand.net/examples/functionality/column_reorder_resize/default.aspx. However, the feature is not documented anywhere in the jqGrid Wiki, or maybe I overlooked or something. Does anyone knows how to implement this in jqGrid?

Thanks.

A: 

Got it. Need to add 'sortable:true'.

Chenster