Posts: 2,261
Threads: 196
Joined: Mar 2018
Reputation:
86
Location: Auckland, New Zealand
RefreshAsyncRender is intended to be used when you want the control to be fully refreshed on the web page, i.e., instead of updating it, it will be removed and rendered again. In general it shouldn't be used unless you have a control which is not updating itself correctly during an async event. In that case, using that method might work.
In theory it can be used with any control, but I can't guarantee that all 3rd party controls will work correctly
Posts: 39
Threads: 13
Joined: Nov 2019
Reputation:
0
Location: Dominican Republic
Hi Alexandre!!
I have some good news, I managed to change the TFrame of the CRUD from submit to async.
With that and combine with the "Post" of the TQuery detail in the async way, Intraweb works smooth.
Still have the issue with the TFrame of the CRUD in submit mode and the detail in async mode; I will try to make an example.