scheduler.config.show_loading = true; in my scheduler its working fine.
I am running one ajax call manually (In background )while inserting record into event table.I want to display that default loader while that ajax running on scheduler.
Hi,
‘show_loading’ config works only for data loading with scheduler.load method. In case of insert/update/delete operations you’ll have to use API of the data processor to trace start and end of ajax operation, and to show loader manually