Hello Isomorphic.
We have a requirement to make it so that when the window containing a TreeGrid inside is opened, the initial fetch does not block the whole UI.
It was possible to achieve by manually sending the fetch request with showPrompt set to false instead of the automatic one. But unfortunately we did not find any property you can set on the treegrid itself so that the fetch done automatically has this flag set to false. Is there any way to achieve this? The only things we found configurable are criteria and operationId, but not other flags. Is there any possibility we missed that can give us this configuration? Also does not make sense to do this in the datasource xml, because this would be to general and will affect other components which we don't want.
Thanks in advance for your answer.
Best regards,
Iaroslav
We have a requirement to make it so that when the window containing a TreeGrid inside is opened, the initial fetch does not block the whole UI.
It was possible to achieve by manually sending the fetch request with showPrompt set to false instead of the automatic one. But unfortunately we did not find any property you can set on the treegrid itself so that the fetch done automatically has this flag set to false. Is there any way to achieve this? The only things we found configurable are criteria and operationId, but not other flags. Is there any possibility we missed that can give us this configuration? Also does not make sense to do this in the datasource xml, because this would be to general and will affect other components which we don't want.
Thanks in advance for your answer.
Best regards,
Iaroslav
Comment