Hi, I am testing SmartClient_v83p_2012-12-17 against a REST server.
Been comparing Smartclient 8.3 against 8.2.
In 8.3 and a listgrid with dateItem using a filter, SmartClient sends a REST request with an AdvancedCriteria as filter definition. I have noticed that following issues occurs:
a) first time I set start and end date filters, only that initialCriteria is sent.
b) second time I update the filter, only the stop date is sent, even the initialCriteria is omitted? The listgrid displays all posts, even those how should not be displayed with a date before the startdate?
c) The start and stop dialouge uses English texts, where other functionality showing set local language.
d) Can I override listgrid filter funcionality so the user can input a single date in textform to perform filtering (i.e. same as version 8.2)?
/Johan
Been comparing Smartclient 8.3 against 8.2.
In 8.3 and a listgrid with dateItem using a filter, SmartClient sends a REST request with an AdvancedCriteria as filter definition. I have noticed that following issues occurs:
a) first time I set start and end date filters, only that initialCriteria is sent.
b) second time I update the filter, only the stop date is sent, even the initialCriteria is omitted? The listgrid displays all posts, even those how should not be displayed with a date before the startdate?
c) The start and stop dialouge uses English texts, where other functionality showing set local language.
d) Can I override listgrid filter funcionality so the user can input a single date in textform to perform filtering (i.e. same as version 8.2)?
/Johan
Comment