Seroczynski

Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • Author
    Replies
  • in reply to: JqGrid – Limit row height size #97984
    Seroczynski
    Participant

    I'd like to know if this is possible as well.

    in reply to: Subgrid – If no record do not expand (or change icon) #97331
    Seroczynski
    Participant

    +1

    in reply to: xmlReader ‘grid as a subGrid’ #96608
    Seroczynski
    Participant

    Hey Tony,

    As I've said in my original post, there is no information about the settings for the xmlReader of a Subgrid as Grid, only

    in reply to: Form edit: Save record on previous/next #95723
    Seroczynski
    Participant

    I'm sorry to bump this thread, however I expected this to be a feature which wouldn't only benefit me. This would actually increase the fool-proofness of the entire jqGrid 🙂

    in reply to: Form edit: Save record on previous/next #95659
    Seroczynski
    Participant

    So I've found out I should use 'onclickPgButtons' and found a topic here where someone asks for an example and it seems to work for him (or her). However, I can't get it to work. Is there any place where I could get to see some kind of an example of some sort?

    My current code:

    … jqGrid definition …

    onclickPgButtons: function(which, formid, rowid) {
    jQuery('#sData', formid).trigger('click');

    Seroczynski
    Participant

    Hey Tony, thanks for your reply.

    Unfortunately it changed nothing. I'm still unable to fix this issue.

    Seroczynski
    Participant

    My jqGrid script:
    var editValue;

    jQuery(document).ready(function(){
    jQuery('#Tarieven-Ben').jqGrid({
    hidegrid: false,
    width: 1810,
    height: 220,
    xmlReader: {
    root: 'Grid',
    row: 'Rij',
    page: 'Grid>Pagina',
    total: 'Grid>Paginas',
    records: 'Grid>Records',
    repeatitems: false,
    id: 'SOID'
    },

    url: 'functions/jqGridUpdate.php?bronXml=simonlies&queryId=0&sqlTeller=0&bronXml=simonlies',
    datatype: 'xml',
    mtype: 'GET',
    colNames: ['ID', 'Volg', 'Provider'],
    colModel: [
    {name: 'SOID', index: 'SOID', width: 30, editable: false, editoptions:{readonly:false}},
    {name: 'Volgnummer', index: 'Volgnummer', width: 40, editable: true, editoptions:{readonly:false}},
    {name: 'Provider', index: 'Provider', width: 55, editable: true, editoptions:{readonly:false}},
    ],
    onSelectRow: function(id){
    if(id && id!==editValue){
    jQuery('#Tarieven-Ben').jqGrid('editRow', id, true);
    editValue=id;
    }
    },
    pager: '#SO-Ben',
    rowNum: 50,
    rowList: [10, 20, 30],
    sortname: 'SOID',
    sortorder: '',
    viewrecords: true,
    caption: 'SimOnlyTarieven',
    queryId: '0',
    editurl: 'functions/formSave.php?bronXml=simonlies&spreadsheet=1&queryId=0&Naam=Tarieven-Ben'
    });

    The identification of the grid:


    Note the onclick event. Now this is what's behind that call:

    in reply to: Edit record directly after succesful save. #93733
    Seroczynski
    Participant

    Hey Tony,

    Thanks! Your solution fixed my problem.

    in reply to: Edit record directly after succesful save. #93711
    Seroczynski
    Participant

    Thanks Tony, your help is appreciated. However, the row loses it's selection but the problem still exists.

    in reply to: Select element text in cell edit mode #93533
    Seroczynski
    Participant

    I was just thinking of a way to archieve this when I came across your topic. Obviously I would be intrested in more of your changes to the code, and maybe some others as well.

    However, I'd like to see this as an future option in jqGrid. The exact same argument on why the OP wanted to archieve this can be applied to my company.

    in reply to: Edit grid on client then save as a whole #92616
    Seroczynski
    Participant

    +1, I'm also curious about this possibility. No luck finding any information

Viewing 11 replies - 1 through 11 (of 11 total)

Stay connected with us in your favorite flavor!