4D

Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Author
    Replies
  • in reply to: Datetime field validation #98745
    4D
    Participant

    Is DATETIME still not supported?

    Is it likely to be in a future release? This could certainly be really useful for me.

    Thanks.

    in reply to: Missing Operators From Search List. #98742
    4D
    Participant

    Ok getting a little closer to finding out what I've done wrong.

    using jquery.jqGrid.src.js

    I've found that adding

    in reply to: Missing Operators From Search List. #98722
    4D
    Participant

    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},

    in reply to: Missing Operators From Search List. #98699
    4D
    Participant

    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?

    in reply to: Missing Operators From Search List. #98689
    4D
    Participant

    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.

    in reply to: Missing Operators From Search List. #98688
    4D
    Participant

    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.

    in reply to: Missing Operators From Search List. #98687
    4D
    Participant

    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?

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

Stay connected with us in your favorite flavor!