Resize grid columns

As for WorkWithPlus 14, in relation to grid empowerment, the option to resize the columns of a grid at runtime was added.

A generated People grid shows columns Id, Full Name, Nickname, Birth Date, Hobby, Gender, and Company, with toolbar buttons Insert, Excel, PDF, Select columns, a filter icon, and a Search box. Some rows display colored badges next to the name: a red 'delayed order' tag and blue 'new' tags, with pagination reading Page 1 of 15.

In order to enable column resizing, you need to change the property 'Allow Resize' of Standard Action 'Edit Columns' (in WorkWithPlus for Web Settings):

The WorkWithPlus Pattern Settings Actions tab shows EditColumns (Columns Selector) selected in the action tree, with a red arrow pointing to its Properties panel displaying Caption, Tooltip, Type Drop down button, Allow Reordering True, Allow Resize True, Allow restore defaults True, and Style properties including Control type Image and Button Class Button.

And also, set the property 'AllowColumnResize' in the User Control WWPUtilities within the Master Page:

GeneXus WorkWithPlus for Web pattern editor with a 'User Control Properties' dialog open for the WWPUtilities user control, listing grid settings such as EnableAutoUpdateFrom, EnableFixObjectFitCover, EnableFloatingLabels, AllowColumnResizing, AllowColumnReordering, and label bindings like UpdateButtonText and AddNewOption; red arrows connect the 'EnableFixObjectFitCover' row to the User Control: WWPUtilities node in the object tree behind the dialog.