can we use custom loader in wisej page and how can we use?

0
0

Hi Team,

How to show the custom loader with ajax call function. Can you please help. Now i am using showLoader property for every page .

Thanks,

Sushma

  • You must to post comments
0
0

Hi Sushma,

We don’t understand what you are trying to do:

– ajax calls are from the browser to the web server, while the loader is shown on the browser. Using ajax calls to show the loader doesn’t make sense.

– what do you mean with “custom loader”?

if you attach a small test case showing what you need to do would help.

Thanks.

 

  • sushma konda
    I want show the loader gif while fetching the data from database. what is the best way to use the loader in wisej? In my code i am using stored procedures . for processing the data it will take much time for getting the data, for that i have to show the loader gif. Please help me.
  • Frank (ITG)
    An easy way to achieve this is this.ShowLoader = true; // this can be your page / window / button etc. Application.Update(this); … run your code this.ShowLoader = false; Regards, Frank
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.