Reorder grid columns

As of WorkWithPlus for Web 14 you will be able to sort the columns of the grid by doing Drag and Drop at runtime

Reorder grid columns 2

To enable the option to sort columns, you need to follow two steps:

1. Set enable the 'Allow Reordering' property of the definition of the Standard Action "Edit Columns". You must do this from WorkWithPlus for Web Settings:

Reorder grid columns 1

2. In the User Control WWPUtilities within your MasterPage, set the properties 'AllowColumnReordering'  and 'AllowColumnDragging' as true:

ReorderGridColumns002

Also, you will be able to drag and drop from the column selector, below is an example:

Reorder grid columns 3