Atozed Forums
iwSelect list update in async - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: iwSelect list update in async (/thread-3971.html)



iwSelect list update in async - joelcc - 03-20-2024

I am updating an iwSelect list in an async call.   How do I refresh the list?

I have tried iwSelect.RefreshAsyncRender but my list is not updated.


RE: iwSelect list update in async - Alexandre Machado - 04-03-2024

Just adding new elements to the IWSelect component (via items property) should update the list both in sync and async.

If it is not working for you something else is going on, I suspect. Can you recreate it in a simple test case?