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

Loading panel does not show if button is not visible

1 Answer 77 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Nick
Top achievements
Rank 2
Nick asked on 24 Mar 2009, 09:13 PM
Hi,
I've been triggering ajax postbacks by using the ajaxRequestWithTarget that is pointed at a button as the target.    The button is sending a panel back for updating.

Sometimes I hide the button depending on how the control is done - in this case, I'm doing it on page load, so I don't want the button to show.

If the button is visible, the loading panel shows.  If I add a visible="false" to the button, the load panel no longer shows.

1 Answer, 1 is accepted

Sort by
0
Nick
Top achievements
Rank 2
answered on 24 Mar 2009, 09:14 PM
Workaround: use style="display:none" rather than visible
Tags
Ajax
Asked by
Nick
Top achievements
Rank 2
Answers by
Nick
Top achievements
Rank 2
Share this question
or