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
edit priority column values after sorting complete
15/03/2010
16:30
Avatar
bas_vdl
Member
Members
Forum Posts: 7
Member Since:
15/03/2010
sp_UserOfflineSmall Offline

Hi guys,

i made a grid with a couple of columns. the second one is called priority. after sorting the rows by drag and drop i want to renumber the values of the rows.

below you will find my code.

thank you in advance!

jQuery('#grid').jqGrid({
    //grid
    url: '***',
    datatype: 'json',
    colNames: ['#', 'Prioriteit', 'Type', 'Land', 'Operator', 'Route', 'Inkoopprijs', 'Verkoopprijs'],
    colModel: [
        {name:'id', index:'c.id', width:50, sortable:false},
        {name:'priority', index:'priority', width:75, sortable:false},
        {name:'type', index:'type', width:75, sortable:false},
        {name:'country', index:'country', width:150, sortable:false},
        {name:'operator', index:'operator', width:150, sortable:false},
        {name:'route', index:'route', width:100, sortable:false},
        {name:'purchase_price', index:'purchase_price', width:80, sortable:false},
        {name:'sales_price', index:'sales_price', width:80, sortable:false},
    ],
    //rowNum: -1,
    pager: '#pager',
    sortname: '`priority`',
    altRows: true,
    viewrecords: true,
    caption: 'Routeplannen',    
});
jQuery('#grid').jqGrid('navGrid', '#pager',{edit:false, add:false, del:false});
jQuery("#grid").jqGrid('sortableRows', {
    cursor: 'crosshair',
    update: function () {
        var serial = jQuery('#list').jqGrid('getRowData');
        //renumber the priority values
    }
});
Forum Timezone: Europe/Sofia

Most Users Ever Online: 715

Currently Online:
36 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