I start working onchanging all widgets that can be rebuild using jsonRest rather than Memory, like filteringSelect and Dgrid in my app.
After I fixed the filteringSelect, replaced the memory with jsonRest and tested that it works well, I tried to use store/cache with it.
the testing showed that caching is not happening, and when I searched the web, I got with someone's answer:
this issue tells that cache not working with filteringSelect, but I need to use request. on the other hand, "request" requests the data immediately so it's not an option.
Can you give the right answer: 1. Does cache work with jsonRest on filteringSelect? 2. Can I use dgrid with jsonRest and cache also?
thanks