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

Show loading over selected row with AjaxLoadingPanel -> AjaxPanel -> Grid

3 Answers 95 Views
Grid
This is a migrated thread and some comments may be shown as answers.
J
Top achievements
Rank 1
J asked on 29 May 2013, 03:14 PM
We've gotten a request to make a change to an existing application that uses a RadAjaxLoadingPanel which is used to show a loading message for a RadAjaxPanel which has a RadGrid inside of it and works as expected with the loading message covering the whole grid but we want it to only display the loading message over the row that has been selected (because a NestedViewTemplate is shown on row select which has to perform a database lookup).

All of the example projects and search results show this happening over the entire grid so I'm wondering if this is possible.  Thanks.

3 Answers, 1 is accepted

Sort by
0
J
Top achievements
Rank 1
answered on 31 May 2013, 09:28 PM
So I'm guessing since I can't find any examples of this anywhere it cannot be done?  Anyone?
0
Accepted
Maria Ilieva
Telerik team
answered on 03 Jun 2013, 07:14 AM
Hello,

The required functionality could not be achieved int he RadGrid control due t the fact you  need to perform update for the whole RadGrid control and its data set in order to update a simple item. In this case the updated control is the whole RadGrid so that the LoadingPanel will be span over it.

Regards,
Maria Ilieva
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
J
Top achievements
Rank 1
answered on 03 Jun 2013, 01:35 PM
That's what I figured.  I'll have to write my own loading panel and data loading implementation into the nested view to do it then.  Was hoping to avoid that.

Thanks anyways.
Tags
Grid
Asked by
J
Top achievements
Rank 1
Answers by
J
Top achievements
Rank 1
Maria Ilieva
Telerik team
Share this question
or