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

RadAjaxLoadingPanel now showing

1 Answer 38 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Shane
Top achievements
Rank 1
Shane asked on 27 Jun 2013, 05:41 PM
I have a RadGrid inside a Panel, inside a User Control. In the RadGrid is a RadComboBox in a GridTemplateColumn. When the user selects a value from the RadComboBox it fires a postback to automatically populate the next column. The problem here is that although it fires an Ajax Request, the loading panel doesn't display. The page appears ready to use the entire time. I've tryed configuring the AjaxSettings every way I can think of. I've set the combo box as the ajax control with the grid as the updated control, the grid and the panel, the panel and the panel, every possible combination; but the loading panel will not show up. Here's the current Ajax Settings:

<telerik:AjaxSetting AjaxControlID="radGridGovernanceWithin">
      <UpdatedControls>
         <telerik:AjaxUpdatedControl ControlID="radGridGovernanceWithin"   LoadingPanelID="RadAjaxLoadingPanel1" />
      </UpdatedControls>
   </telerik:AjaxSetting>

1 Answer, 1 is accepted

Sort by
0
Shane
Top achievements
Rank 1
answered on 28 Jun 2013, 07:04 PM
This was supposed to say NOT showing. But it's fixed now.
Tags
General Discussions
Asked by
Shane
Top achievements
Rank 1
Answers by
Shane
Top achievements
Rank 1
Share this question
or