Without being able to give a stand-alone example (I've made too many customized components), I hope that simply asking the question might help.
Has something changed that SmartClient now sends AdvancedCriteria objects instead of normal criteria? I have used SmartClient 12 of januari 12th, 2022 and I see a request (on my custom, RubyOnRails server) with "normal" criteria. If I upgrade SmartClient (either version 12 or 13), I suddenly sends AdvancedCriteria.
I have set the allowAdvancedCriteria option to false in several places (operationBindings, the grid, the data source) but nothing helps. Maybe it's something related to something else. Like I said, I have a customized grid with a custom search form in it. I also have the showFilterEditor option set and I subclass TreeGrid.
Hope this helps explaining the issue. Any help is highly appreciated.
Has something changed that SmartClient now sends AdvancedCriteria objects instead of normal criteria? I have used SmartClient 12 of januari 12th, 2022 and I see a request (on my custom, RubyOnRails server) with "normal" criteria. If I upgrade SmartClient (either version 12 or 13), I suddenly sends AdvancedCriteria.
I have set the allowAdvancedCriteria option to false in several places (operationBindings, the grid, the data source) but nothing helps. Maybe it's something related to something else. Like I said, I have a customized grid with a custom search form in it. I also have the showFilterEditor option set and I subclass TreeGrid.
Hope this helps explaining the issue. Any help is highly appreciated.
Comment