Hi sammydeveille,
We don’t have save/load functionality built-in jqxGrid, but it is possible to get the column sizes, save them somewhere via ajax or cookie, and load them when you load your application. The code below demonstrates how to get the width of a specific column and then how to set it to a new value.
// get the width of a column.var companyNameColumnWidth = $("#groupeGrid").jqxGrid('getcolumnproperty', 'CompanyName', 'width');// set the width of a column.$("#groupeGrid").jqxGrid('setcolumnproperty', 'CompanyName', 'width', 150);
Hope this helps you.
Best Wishes,
Peter Stoev
jQWidgets Team
http://www.jqwidgets.com