Forum

November 2nd, 2014
A A A
Avatar

Lost password?
Advanced Search

— Forum Scope —




— Match —





— Forum Options —





Minimum search word length is 3 characters - maximum search word length is 84 characters

The forums are currently locked and only available for read only access
sp_Feed Topic RSS sp_TopicIcon
Sorting resets modified checkbox values
21/07/2011
00:50
Avatar
sai
Member
Members
Forum Posts: 3
Member Since:
26/08/2010
sp_UserOfflineSmall Offline

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.

    }

21/07/2011
22:18
Avatar
sai
Member
Members
Forum Posts: 3
Member Since:
26/08/2010
sp_UserOfflineSmall Offline

OK. Fixed it by updating the internal data.

        var fdata = $('#grid').getGridParam('data');

        fdata[parseInt(_selectedRow)-1].col1 = bool_checkboxstate;

Forum Timezone: Europe/Sofia

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.com

Moderators: tony: 7721, Rumen[Trirand]: 81

Administrators: admin: 66

Comments are closed.
Privacy Policy   Terms and Conditions   Contact Information