Hi ekramer17,
Yes, it’s possible to accomplish that. All you have to do is re-render the everpresent row. This can be done by calling the “showeverpresentrow” function on the grig, like this:
$('button').on('click', function() {
$('#jqxgrid').jqxGrid({ showeverpresentrow: false});
$("#jqxgrid").jqxGrid('hidecolumn', 'productname');
$('#jqxgrid').jqxGrid({ showeverpresentrow: true});
})
I also updated your jsfiddle example to accommodate the changes.
https://jsfiddle.net/q7dvec2c/12/
Best Regards,
Christopher
jQWidgets Team
http://www.jqwidgets.com