Hi jholcomb,
Regarding the features:
1. Pinned Columns are supported. You can take a look at the “Pinned Columns” demo of the jqxGrid.
2. Two-level column headers are not supported.
3. Reordering of Columns is still not supported. The feature will be supported in a future version.
4. You can change the columns by setting the Grid’s columns property to a new Columns Array.
5. You can use the ‘hidecolumn’ and ‘showcolumn’ methods to hide or show a column.
Example:
$("#jqxgrid").jqxGrid('hidecolumn', 'firstname');
6. You can use the ‘hiderow’ and ‘showrow’ methods to hide or show a row.
Example:
$("#jqxgrid").jqxGrid('hiderow', 0);
Best Regards,
Peter Stoev
jQWidgets Team
http://www.jqwidgets.com