Forum


00:50

26/08/2010

Hi,
I have a jqGrid with the first column set to editable checkbox. The grid is set to load once with sorting enabled.
If we change the value of the checkbox and try sorting the grid, the checkbox values gets reset to the old value of the checkbox.
How do I make sure the jqGrid retains the changed checkbox value even after resorting or searching ?
Thanks a lot.
Code Snippet
data.grid.colModel[0].editoptions = "{value:'true: false'}"; data.grid.colModel[0].edittype = "checkbox";
data.grid.colModel[0].editable = "true"; data.grid.colModel[0].formatoptions = {"disabled": "false"};
data.grid.colModel[0].formatter = "checkbox";
// I have set up a click event on all of these checkboxes.
$('#grid' + ' input.markAsViewed').live('click', function(event, name) {
_selectedRow = $(this).parents('tr').attr('id');
var checkboxval = $(this).attr('checked');
var data = $('#' + _widgetName + '_table').jqGrid('getRowData', _selectedRow );
// Now I can do work with the data for the selected row.
}
Most Users Ever Online: 715
Currently Online:
57 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
OlegK: 1255
markw65: 179
kobruleht: 144
phicarre: 132
YamilBracho: 124
Renso: 118
Member Stats:
Guest Posters: 447
Members: 11373
Moderators: 2
Admins: 1
Forum Stats:
Groups: 1
Forums: 8
Topics: 10592
Posts: 31289
Newest Members:
, razia, Prankie, psky, praveen neelam, greg.valainis@pa-tech.comModerators: tony: 7721, Rumen[Trirand]: 81
Administrators: admin: 66