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

Telerik Grid Refresh Issue

2 Answers 49 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Saima
Top achievements
Rank 1
Saima asked on 03 Aug 2012, 01:52 PM
Hi,
I am having grid refresh issue. I am using telerik grid and i use a timer to auto refresh it after 5  minutes but when a pop window is open and auto refresh start for grid it overlay on the pop window and mess the layout. Can somebody help me to do the auto refresh behind the popup window and not to overlay on it. I am also sending the screenshot of my screen that shows how the overlay occurs.
Thanks!
Saima

2 Answers, 1 is accepted

Sort by
0
Galin
Telerik team
answered on 08 Aug 2012, 08:40 AM
Hello Saima,

By default the z-index of the RadAjaxLoadingPanel is set to 90000, otherwise the RadWindow has 3000.

Therefore, you should increase the CSS property z-index of the window, e.g.
<telerik:RadWindow ID="RadWindow1" runat="server" style="z-index: 90001" />

I hope this helps.

All the best,
Galin
the Telerik team
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
Saima
Top achievements
Rank 1
answered on 10 Aug 2012, 02:56 PM
Thanks it works!
Saima
Tags
Grid
Asked by
Saima
Top achievements
Rank 1
Answers by
Galin
Telerik team
Saima
Top achievements
Rank 1
Share this question
or