[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Kendo grid with column filtering on a DATE field (not DATETIME)

  • Thread starter Thread starter egarcia
  • Start date Start date
Status
Not open for further replies.
E

egarcia

Guest
Hello, This is an interesting case. How does the field definition looks like in your catalog file? (Are you serializing the name?) Here is an example of for the definition of a DOB field in the catalog: "DOB": { "type": "string", "ablType": "DATE", "default": "2017-08-16", "title": "Date of Birth", "format": "date" }, Code in the JSDO looks at ablType properties and generates the appropriate code in the ablFilter. Please let check the catalog definition. I hope this helps.

Continue reading...
 
Status
Not open for further replies.
Back
Top