Dear
i have JQXGrid with JQXDataAdapter that bind data to XML
using ASP.NEt WebMethod
Data Type is “XML”
my question is how can i display progress bar that shows percentage of loaded data to users so they can know how long they should wait
for example at some point progress bar should display 65% so user will know that there is 35% left till binding complete.
i know how to display loading gif but i need to give real estimated waiting time instead of just loading image
with normal $.ajax call we can achieve that by overriding xhr, but with data adapter i don’t know how to do it, and i really want to get use of benefits that data adapter provides
thank you in advance