In Ext js, there is a Ext.Ajax.Request to get communicate with server and to get value, but in my application as it is async true, by the time it gets response from server, other code in the js is executing. I tried with async: false, it is impacting other functionality.
Please let me know if there is any other ext class to communicate and get value from server/ any way to handle this scenario.
Thanks in Advance
Loading
Kiran MohantyPosted Oct 13, 2020, 11:32 AM
Sachin SinghPosted Oct 13, 2020, 9:32 AM
AniPosted Oct 13, 2020, 9:05 AM
AniPosted Oct 13, 2020, 8:08 AM
Mageshwaran RPosted Oct 12, 2020, 9:34 AM
Kiran MohantyPosted Oct 12, 2020, 6:30 AM
AniPosted Oct 12, 2020, 4:30 AM
Kiran MohantyPosted Oct 10, 2020, 1:38 AM