tjshadow

Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Author
    Replies
  • in reply to: navgrid #82495
    tjshadow
    Participant

    I figured it out the css link to jgModal was wrong sorry to waste your time

    in reply to: navgrid #82494
    tjshadow
    Participant

    Ok I figured out that problem but i have a new problem

    every time i load the page it automatically comes up with the error must select row and when i use any of the buttons the modal pop up but when i click on a text field or an portion of it it disapears

    in reply to: navgrid #82493
    tjshadow
    Participant

    alright its not just navgrid it is anything dealing with form editing I have tried add row, search, delete row they all come back with the same error

    in reply to: navgrid #82492
    tjshadow
    Participant

    themes/basic/grid.css
    js/themes/jqModal.css
    jquery.js
    jquery.jqGrid.js
    js/jquery.jqModal.js
    js/jquery.jqDnR.js”

    in reply to: navgrid #82491
    tjshadow
    Participant

    This what I have include in the head tag

    in reply to: navgrid #82490
    tjshadow
    Participant

    $(“#list”).jqGrid({
    url:’../catalog/interchangeDataXML.php’,
    datatype: ‘xml’,
    colNames:,
    colModel :[
    {name:’pump’,index:’pump’, width:70},
    {name:’vendor’,index:’vendor’, width:300},
    {name:’search_numNum’,index:’search_num’, width:200, align:’left’,sortable:false, editable:true,edittype:”text”, editoptions:{size:30}} ],
    pager: jQuery(‘#pager’),
    rowNum:100,
    rowList:[100,250,500,1000],
    viewrecords: true,
    imgpath: ‘themes/basic/images’,
    caption: ‘Intranet Interchanges’,
    height: ‘75%’,
    editurl: “server.php”
    });
    jQuery(“#list”).navGrid(‘#pager’);

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

Stay connected with us in your favorite flavor!