Is DATETIME still not supported?
Is it likely to be in a future release? This could certainly be really useful for me.
Thanks.
Ok getting a little closer to finding out what I've done wrong.
using jquery.jqGrid.src.js
I've found that adding
I have now re-installed the jqgrid scripts.
Having also re-read the documentation and changed the script that calls the search to
jQuery("#list").jqGrid({pager:'#pager'}).navGrid('#pager',{view:true,add:false,del:false,edit:false},
Have now tried running it from jquery.jqGrid.src.js file.
No change. Something is stopping > and < operators from showing on the list.
Anyone got any thoughts?
Have now also found
description:"does not contain",operator:"NOT LIKE"},{name:"nu",description:"is null",operator:"IS NULL"},{name:"nn",description:"is not null",operator:"IS NOT NULL"}],numopts:["eq","ne","lt","le","gt","ge","nu","nn","in","ni"],stropts:["eq","ne","bw","bn","ew","en","cn","nc","nu","nn","in","ni"],_gridsopt:[],groupOps:["AND","OR"],operator:""},{name:"ge",description:"greater or equal",operator:">="},{name:"bw",description:"begins with",operator:"LIKE"},{name:"bn",description:"does not begin with",operator:"NOT LIKE"},{name:"in",description:"in",operator:"IN"},{name:"ni",description:"not in",operator:"NOT IN"},{name:"ew",description:"ends with",operator:"LIKE"},{name:"en",description:"does not end with",operator:"NOT LIKE"},{name:"cn",description:"contains",operator:"LIKE"},{name:"nc",ops:[{name:"eq",description:"equal",operator:"="},{name:"ne",description:"not equal",operator:""},{name:"lt",description:"less",operator:"<"},{name:"le",description:"less or equal",
in jquery.jqGrid.min.js, and changes to names here are also reflected.
Must have misconfigured something somewhere.
Looking a bit closer I have
odata : ['equal', 'not equal', 'less', 'less or equal','greater','greater or equal', 'begins with','does not begin with','is in','is not in','ends with','does not end with','contains','does not contain'],
Which features Greater and Greater or Equal, however they are not present, yet changes here reflect in the search box.
Could be due to inconsistency in naming of the operators.
Found someting.
Looks like it's pulling the values from the Language file grid.locale.js
So should that be over-ruled by jquery.searchFilter.js, and if so why is it not?
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top