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

Help with Telerik controls for ASP.NET

1 Answer 53 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Sabit
Top achievements
Rank 1
Sabit asked on 01 Feb 2012, 08:51 AM

                I have Telerik controls for ASP.NET used in a web page in my project. There is a RadAjaxPanel, which has a RadComboBox. This combo box has a RadTreeView placed inside it. When a node is clicked in the RadTreeView, the NodeClick event for the RadTreeView is fired which populates data in a RadGrid placed inside the same RadAjaxPanel. The requirement is when the data is getting fetched, a progress bar should appear to indicate a background processing. It is working fine.  But, once the grid is loaded, the RadComboBox is disabled and is not available again for selection. Kindly advice me on how to make the RadComboBox available for selection even after the first node click has taken place.

1 Answer, 1 is accepted

Sort by
0
Tsvetina
Telerik team
answered on 06 Feb 2012, 09:29 AM
Hello Sabit,

This is not how the controls would behave if the scenario is setup correctly. Can you paste your controls declaration and the AJAX settings? We will look for any possible mistakes in the ajax setup.
Also, do you have code that explicitly shows the RadAjaxLoadingPanel? If so, make sure that it does not conflict with the loading panel shown by RadAjaxPanel (if there is such).

Kind regards,
Tsvetina
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
General Discussions
Asked by
Sabit
Top achievements
Rank 1
Answers by
Tsvetina
Telerik team
Share this question
or