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Â
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
Do you have an example of how to do this?
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
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.Â
I needed to reinstall ui.jgrid.css from another location on the trirand.com server. It aligns properly now.
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
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(“#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:} );});
});
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
Sofia,
Â
Can DateFormat be implemented to allow users to search using the standard date format?Â
What docs are you referring to?
Â
Blessings,
Tiffany
Thank you Tony.
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
Ok I updated the code to
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top