estrify Posted June 6, 2020 Posted June 6, 2020 Hi, In the test case attached, I am trying to find why an UniHTMLFrame works with a store with embedded data but do not with a proxy store pointing to a json file having the same data. It is related to how UniGUI works or simply am I forgetting something?. Thans in advance, TreeGrid.rar Quote
estrify Posted June 7, 2020 Author Posted June 7, 2020 No ideas about why this simple secha example doesn't wotk with UniGUI unless embedded data is used?. Have I to import a missed lib, do something in another way, ...?. Why? Quote
Sherzod Posted June 8, 2020 Posted June 8, 2020 Hello, We will try to look and analyze your example. Quote
Sherzod Posted June 8, 2020 Posted June 8, 2020 17 hours ago, estrify said: No ideas about why this simple secha example doesn't wotk with UniGUI unless embedded data is used?. Have I to import a missed lib, do something in another way, ...?. Why? proxy: { type: 'ajax', //the store will get the content from the .json file url: 'files/treegrid.json', reader: { type: 'json', responseType: '', root: 'children' } }, 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.