igor83

Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Author
    Replies
  • igor83
    Participant

    Hello.

    Thank you. At your suggestion, I used the plugin select2.

    igor83
    Participant

    Hello,

    Which search is used – dialog search or toolbar search?

    Kind Regards

    toolbar search

    • This reply was modified 7 years, 5 months ago by igor83.
    • This reply was modified 7 years, 5 months ago by igor83.
    igor83
    Participant

    Hello.
    Also there was a question on this plugin.
    I do so

    but the plugin does not work. The search string does not even appear. Tell me what I’m doing wrong?

    • This reply was modified 7 years, 5 months ago by igor83.
    in reply to: Export to Pdf #126132
    igor83
    Participant

    Previously, this was not. Maybe the cache did not really fail. Thank you.

    in reply to: Export to Pdf #126122
    igor83
    Participant

    Hello,
    I changed many times over this link. I do not understand the syntax of this event onBeforeExport.
    I do so:

    $(“#Pdf”).on(“click”, function(){
    $(“#jqGrid”).jqGrid(“exportToPdf”,{
    title: ‘title’,
    orientation: ‘Landscape’,
    pageSize: ‘A4’,
    customSettings: null,
    download: ‘download’,
    includeLabels : true,
    includeGroupHeader : true,
    includeFooter: true,
    fileName : “name.pdf”,
    onBeforeExport: function() {
    var documentDefinition = {
    pageSize: options.pageSize,
    pageOrientation: ooptions.orientation,
    styles: {
    tableBody: {
    fontSize: 10
    },
    description: {}
    },
    },
    },
    });
    });

    does not work

    in reply to: Export to Pdf #126102
    igor83
    Participant

    Help, please, who knows

    in reply to: Export to Pdf #126091
    igor83
    Participant

    Hello,

     

    I do so, it does not work:

     

     

    $(“#Pdf”).on(“click”, function(){
    $(“#jqGrid”).jqGrid(“exportToPdf”,{
    title: ‘title’,
    orientation: ‘Landscape’,
    pageSize: ‘A4’,
    customSettings: null,
    download: ‘download’,
    includeLabels : true,
    includeGroupHeader : true,
    includeFooter: true,
    fileName : “name.pdf”,
    var documentDefinition = {
    pageSize: options.pageSize,
    pageOrientation: ooptions.orientation,
    styles: {
    tableBody: {
    fontSize: 10
    },
    description: {}
    },
    },
    });
    });

     

    what am I doing wrong?

    • This reply was modified 7 years, 7 months ago by igor83.
    in reply to: ViewGridRow and hideFirstGroupCol #126087
    igor83
    Participant

    Hello,

    Did as you advised. Everything worked out. Thank you.

    • This reply was modified 7 years, 7 months ago by igor83.
    in reply to: Export to Pdf #126084
    igor83
    Participant

    Hello.

    Yes, I saw this link. I do not understand how and where to insert this code. Here is my export code in pdf

     

    $(“#Pdf”).on(“click”, function(){
    $(“#jqGrid”).jqGrid(“exportToPdf”,{
    title: ‘title’,
    orientation: ‘Landscape’,
    pageSize: ‘A4’,
    customSettings: null,
    download: ‘download’,
    includeLabels : true,
    includeGroupHeader : true,
    includeFooter: true,
    fileName : “name.pdf”
    });
    });

     

    Tell me, how can I change it?

    • This reply was modified 7 years, 7 months ago by igor83.
    • This reply was modified 7 years, 7 months ago by igor83.
    in reply to: ViewGridRow and hideFirstGroupCol #126056
    igor83
    Participant

    Thanks for the answer, but honestly, it’s not clear what you wanted to say. Here’s an example:  http://jsfiddle.net/w4oudhh4/29/

    if hideFirstGroupCol = true, then double-clicking on the row does not have the value of column RoleName

    • This reply was modified 7 years, 7 months ago by igor83.
Viewing 10 replies - 1 through 10 (of 10 total)

Stay connected with us in your favorite flavor!