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
Cannot get search icon to appear...
05/09/2014
01:25
Avatar
wexwell
Member
Members
Forum Posts: 10
Member Since:
05/09/2014
sp_UserOfflineSmall Offline

I have tried quite a few navbar combinations, and I cannot get the search icon to appear. The grid is loading, paging working, etc...

This is my current code configuration, server code not include obviously... (I do not have some of the template specific code and such configured yet, I will put that in once I can get the icon to appear...  Laugh )

 

  <link rel="stylesheet" type="text/css" href="/Includes/jqgrid/themes/smooth/jquery-ui.css">
    <link rel="stylesheet" type="text/css" href="/Includes/jqgrid/themes/ui.jqgrid.css">
    <script type="text/javascript" src="/Includes/jqgrid/js/jquery-1.11.0.min.js"></script>
    <script type="text/javascript" src="/Includes/jqgrid/js/grid.locale-en.js"></script>
    <script type="text/javascript" src="/Includes/jqgrid/js/jquery.jqGrid.min.js"></script>    
    <script type="text/javascript">

      

 jQuery(document).ready(function()
        { jQuery("#grid").jqGrid({
                url: "getinfo.php",
                datatype: "json",
                mtype: 'POST',
                autowidth: true,
                height: 330,
                colNames: ["Name", "Num", "Field", "Pad", "API", "Legal", "County, State",
                    "Lease", "Unit CA PA", "Status", "Updated", "Wildlife Stips", "Notes"],
                colModel: [
                    { name: "well_name", width: 48,sortable: true, search:true},
                    { name: "well_num", width: 18,sortable: true},
                    { name: "field", width: 48,sortable: true, search:true},
                    ...

                ],
                rowNum:10,
                rowList:[10,25,50,10000],
                pager : '#gridpager',
                sortname: 'field',
                viewrecords: true,
                rownumbers: true,
                gridview: true,
                sortorder: "asc",
                caption:"Master Well List Maintenance"
             });
        });
    jQuery("#grid").jqGrid('navGrid','#gridpager',
    {
        edit:false,
        add:false,
        del:false
    },
    {},
    {},
    {},
    {
        multipleSearch:true,
        multipleGroup:true,
        showQuery: true,
        // set the names of the template
        "tmplNames" : ["Template One", "Template Two"],
        // set the template contents
        "tmplFilters": [template1, template2]
    });

 

     

 <section class="grid">     
           <table id="grid"></table>
           <div id="gridpager"></div>
           <script type="text/javascript">
      </section>
05/09/2014
22:22
Avatar
wexwell
Member
Members
Forum Posts: 10
Member Since:
05/09/2014
sp_UserOfflineSmall Offline

Fixed, FINALLY!  I had to locate the nav bar inside of the closing }); as noted below...

    

 jQuery(document).ready(function()
        { jQuery("#grid").jqGrid({
                url: "getinfo.php",
                datatype: "json",
                mtype: 'POST',
                autowidth: true,
                height: 330,
                colNames: ["Name", "Num", "Field", "Pad", "API", "Legal", "County, State",
                    "Lease", "Unit CA PA", "Status", "Updated", "Wildlife Stips", "Notes"],
                colModel: [
                    { name: "well_name", width: 48,sortable: true, search:true},
                    { name: "well_num", width: 18,sortable: true},
                    { name: "field", width: 48,sortable: true, search:true},
                    ...
                ],
                rowNum:10,
                rowList:[10,25,50,10000],
                pager : '#pager',
                sortname: 'field',
                viewrecords: true,
                rownumbers: true,
                gridview: true,
                sortorder: "asc",
                caption:"Master Well List Maintenance"
             });
            jQuery("#grid").jqGrid('navGrid','#pager',
            { 
                view: true, 
                del: false, 
                add: true, 
                edit: true, 
                search: true,
                refresh: true
            },
            { /*prmEdit*/ }, 
            { /*prmAdd*/ }, 
            { /*prmDel*/ } , 
            { 
                /*prmSearch*/ 
                multipleSearch:true
            }, 
            { /*prmView*/ }
            );
        });
 
08/09/2014
14:01
Avatar
tony
Sofia, Bulgaria
Moderator
Members

Moderators
Forum Posts: 7721
Member Since:
30/10/2007
sp_UserOfflineSmall Offline

Hello,

 

Thnks for the feedback and solution. This is a mistake which often occur.

 

Regards

For professional UI suites for Java Script and PHP visit us at our commercial products site - guriddo.net - by the very same guys that created jqGrid.

08/09/2014
20:18
Avatar
wexwell
Member
Members
Forum Posts: 10
Member Since:
05/09/2014
sp_UserOfflineSmall Offline

you're welcome...

Forum Timezone: Europe/Sofia

Most Users Ever Online: 715

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