Hi Isomorphic,
Can you please provide me some guidance on controlling the fetch operation id used when expanding a folder?
Setting the fetch operation doesn't appear to change what SmartGWT uses.
Even though I set the fetchOperation on the TreeGrid, the default openFolder handler uses the default fetch operation.
I don't see the fetch using the specified operationId.
SmartClient Version: v10.1p_2017-08-10/Pro Deployment (built 2017-08-10)
Thanks
Can you please provide me some guidance on controlling the fetch operation id used when expanding a folder?
Setting the fetch operation doesn't appear to change what SmartGWT uses.
Even though I set the fetchOperation on the TreeGrid, the default openFolder handler uses the default fetch operation.
Code:
{ dataSource:"task", operationType:"fetch", data:{ parentId:"b45ade654838491a8c8ac62da3b3460d:d335e0aaf61f409ea4673d3997250d51:2" }, ... }
SmartClient Version: v10.1p_2017-08-10/Pro Deployment (built 2017-08-10)
Thanks
Comment