how to display default loader while insert

Hi

       I have configured 

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

docs.dhtmlx.com/api__dataprocess … event.html
docs.dhtmlx.com/api__dataprocess … event.html