tifischer

Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)
  • Author
    Replies
  • tifischer
    Participant

    Tony,

     

    Do you have an example?  Could you please look at my post about displaying data?  The data is the same on everypage and I don’t know why.  I also noticed that the src code sometimes says response and other times it says responce and I get different results neither are correct….which is the right spelling to use?

     

    Blessings,

    Tiffany 

    in reply to: Help there is the same data loading on all page #95959
    tifischer
    Participant

    I noticed that I get different results if I use response or responce.  I noticed that there is some discontinuity in the source code when I searched for response and responce I found results for both.  I attempted to change all to one or the other but neither work.  With responce I get many pages but all the same results on each page.  With response I get only one page with results.  Please advise as to how to solve this problem. 

     

    Blessings,

    Tiffany

    in reply to: Search is not executing #95947
    tifischer
    Participant

    Do you have an example of how to do this?

    in reply to: Search oporators are not displying in demo drop down #97642
    tifischer
    Participant

    I got it to work.  I had to use the theme from another example that you gave earlier with the downloaded 4.6.0 and then change the names in the theme to match the file names of the 4.6.0  directory.

     

    Blessings,

    Tiffany

    in reply to: How to install json jqGrid 4.6.0 #97641
    tifischer
    Participant

    I had to download 4.6.0 plus the example theme files that Tony provided above and then make sure the file names in the example are changed to match the files in the demo.  It works great. 

    in reply to: Why do the columns not line up? #97643
    tifischer
    Participant

    I needed to reinstall ui.jgrid.css from another location on the trirand.com server.  It aligns properly now.

    in reply to: How to implement search #97932
    tifischer
    Participant

    I also implemented the demo Search Templates and again the search operators do not display.  The template shows up and the data value shows up but no search operator. Please let me know what I am doing wrong.

     

    Blessings,

    Tiffany

    in reply to: How to implement search #98107
    tifischer
    Participant

    Also, when I implement the Live Data Manipulation Searching Data demo on my site I do not see the search operators in the drop down (‘equals’, ‘contains’, ‘not equals’…) .  Please advise as to how to get the searchable operators to display.

     

    jQuery(document).ready(function(){

    jQuery(“#person_list”).jqGrid({
    url:’server-update.php?q=1′,
    datatype: “json”,
    colNames:,
    colModel:[
    //{name:”, sortable:true, index:’a.personType’, width:25, hidden:false,search:false,hidedlg:true},
    //search ID on
    //{name:”, index:’a.personID’, width:20, hidden:false,searchoptions:{sopt:}},
    //search ID off
    {name:’ID’,key : true, index:’a.personID’, width:20},
    {name:’Type’, index:’isStudent’, sortable:true, width:25},
    {name:’Last’, index:’a.lastName’, width:40},
    {name:’First’, index:’a.firstName’, width:30},
    {name:’Email’, sortable:true, index:’a.emailAddress’, width:60},
    {name:’Phone’, sortable:false,index:’phone’, width:35},
    {name:’Address’, sortable:false,index:’address’, width:100},
    {name:’Custom’, sortable:false,search:false, hidden:false, index:’custom’, width:30},
    {name:’Registrations’, sortable:false,search:false, hidden:false, index:’programCode’, width:100},
    {name:’Balance’, sortable:false,search:false, hidden:false, index:’balance’, width:40} //CN change 30 to 40
    ],
    rowNum:7,
    autowidth: true,
    pager: ‘#pagerb’,
    sortname: ‘lastName’,
    rowList:[10,20,50,100],
    viewrecords: true,
    sortorder: “asc”,
    caption: “”,

    });

    $(“#bsdata”).click(function(){
    // jQuery(“#person_list”).jqGrid(‘navGrid’,’#pagerb’,{edit:false,add:false,del:false},
    //{},{},{},
    //{multipleSearch:true, multipleGroup:true});
    jQuery(“#person_list”).jqGrid(‘searchGrid’, {sopt:} );});

    });

    in reply to: How to implement search #98128
    tifischer
    Participant

    How do I get the multipleSearch and the search operations to show?

    I see the multi search but there are no qualifiers to search by like “contains” or “equals”.

    In the demos I really like the Live Data Manipulation with the “Searching Data” section but I need to have mutiple selectors listed.  How do I add the mutiplesearch functionality to this demo?

    The reason that I am need this functionality is to allow users to perform a date range search.

     

    Blessings,

    Tiffany

    tifischer
    Participant

    Sofia,

     

    Can DateFormat be implemented to allow users to search using the standard date format? 

    What docs are you referring to?

     

    Blessings,

    Tiffany

    in reply to: How to install json jqGrid 4.6.0 #102044
    tifischer
    Participant

    Thank you Tony.

    in reply to: How to install json jqGrid 4.6.0 #102042
    tifischer
    Participant

    Yes, I did fix the second problem…it wasn't so much a problem because it was a typo that occurred after I changed the text so as to not give out person information.

    {"page":null,"total":0,"records":"14518","rows":[{"id":"1","cell":["1","Matthew","Testing","","test@demo",null,"1"]},{"id":"3","cell":["3","Jennifer","Testing","","test@demo",null,"0"]},{"id":"1028","cell":["1028","Watts","Testing","","test@demo",null,"0"]},{"id":"1029","cell":["1029","McKenna","Testing","","test@demo",null,"1"]},{"id":"1031","cell":["1031","Hoyt","Testing","","test@demo",null,"1"]}]}

    Would you kindly share the working demo : )

    Blessings,

    Tiffany

    in reply to: How to install json jqGrid 4.6.0 #102037
    tifischer
    Participant

    Ok I updated the code to

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

Stay connected with us in your favorite flavor!