In jqGrid I am using selectable columns for displaying the columns. Now if I want to store those selected column names in a database and at the time of loading the grid I want to display only the columns which is selected previously then how can I implement that?
Another point is when I load only selectable columns and if I press add button then it displays only the fields which are selected in the jqGrid, but I want to display all the fields while creating the record in the add form.
You can save the fields in database as CSVs or anything, and on fetching you can specify the colModel and colNames which would make the grid show only the fields specified.