This is a migrated thread and some comments may be shown as answers.

[Solved] Login form - loading panel does not show

1 Answer 218 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Clive Hoggar
Top achievements
Rank 1
Clive Hoggar asked on 16 Apr 2009, 03:13 PM
Hi

I have a simple login form inside a radajaxpanel, plus a separate button and a loading panel.
These are all within another main radajax panel which declares the loading panel.
On button click, the sub to check the database fires and the login proceeds OK.
There is no sign of the loading panel though, at least while it runs on my local machine.

I set the loading panel to run after min delay of 10 and to run for 1000 .   Should this run
or might the event be all over in 10 msecs (but it is the same if delay is 0)?

I tried inserting a 3 second sleep in the button click sub, but it still doesn't show.

Also added an Ajax manager and set button to trigger the main panel and the loading panel
but it didn't change anything

I am puzzled because I have a similar set up working, althought it writes to the database so it takes
a bit longer.

Can you give me some ideas on how to find out why it the loading panel doesn't show. There are no error messages.

Is there an event that i could add some delay to, to check that it will show when running on the production
server?

Thanks

Clive


1 Answer, 1 is accepted

Sort by
0
Yavor
Telerik team
answered on 22 Apr 2009, 06:17 AM
Hi Clive,

One possible option in this case would be to set a MinDisplayTime for the Loading panel to a value like 2000 or 3000, to check whether it is shown correctly. If it does not show, it may be due to improper ajax settings. In this case, you can open a formal support ticket, and send us the problematic code, in the form of a small working project, for additional testing.

Best wishes,
Yavor
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
General Discussions
Asked by
Clive Hoggar
Top achievements
Rank 1
Answers by
Yavor
Telerik team
Share this question
or