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

Elusive Ajax Status Panel

3 Answers 94 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Reid
Top achievements
Rank 2
Reid asked on 18 Apr 2011, 04:09 PM
I have a webform with many RadGrids on it.  There are two of the grids that display an animated wheel located in a panel in the lower left footer that displays a waiting or working status when operations occur like the user hitting the "Update" or "Insert" buttons in the grid rows.  This is the default animation for Ajax I believe.

I want to maintain that style across all the RadGrids.  I have compared all the properties of the grids in question that have that behaviour to the grids that do not display that feature right and cannot find the properties to alter on the non participating RadGrids.  Each RadGrid is wrapped in it's own UpdatePanel.

Any suggestions would be appreciated.

Thanks

3 Answers, 1 is accepted

Sort by
0
Tsvetina
Telerik team
answered on 21 Apr 2011, 12:12 PM
Hi Reid,

This feature is enabled by setting ShowStatusBar="true" in the RadGrid declaration. The default property value is false.

Regards,
Tsvetina
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Reid
Top achievements
Rank 2
answered on 21 Apr 2011, 02:27 PM
Ok,

I have confirmed that for every grid in question *all* the RadGrid.Properties are the same.  And that includes the ShowStatusBar="true", ShowFooter="true" and EnableAjax="true" properties. 

Where it is happening is in grids that only have a few records and as such the footer does not show.

I set the PagerStyle-AlwaysVisible property to "true" and it solved it.

Thanks!
Reid
0
Reid
Top achievements
Rank 2
answered on 21 Apr 2011, 02:27 PM
As mentioned above this issue is resolved.
Tags
Grid
Asked by
Reid
Top achievements
Rank 2
Answers by
Tsvetina
Telerik team
Reid
Top achievements
Rank 2
Share this question
or