TIWCGJQGridOptions.AutoWidth Property
When set to true, the grid width is recalculated automatically to the width of the parent element. This is done only initially when the grid is created. In order to resize the grid when the parent element changes width you should apply custom code and use a setGridWidth method for this purpose
published property AutoWidth: Boolean index 03 read GetBooleanValue write SetBooleanValue stored IsBooleanStored;
Property Value
Type: Boolean