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

Stop AutoRefresh when radwindow opens

0 Answers 63 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
karunakar
Top achievements
Rank 1
karunakar asked on 27 Jun 2014, 04:21 AM
Hi,

Description: Some of our webpages having "AutoRefresh" option, as per our requirement we have implemented radWindow Popups when clicking a specified column on the grid.Problem: Whenever webpage refreshing, with that web page our called radWindow popup is also closing.
Either we should stop refreshing parent page until popup is in active (or) even parent page refreshing, but still want to display popup page.

help me either of the ways

Details (Way of implementation):

1. Parent Page AutoRefresh:  Response.AddHeader("Refresh", rsi.dispatchesRefresh.ToString());
2. Code for RadWindow open : <a  class="HyperlinkValue" href='Javascript: AddAction("<%# DataBinder.Eval(Container.DataItem, "RequestNumber") %>....</a>function AddAction(requestNumber) {
---
---
var oWnd1 = window.radopen('ActionCreate.aspx?para=' + strData, 'List');
                oWnd1.setSize(800, 490); //set as per req
                oWnd1.set_modal(true);
                oWnd1.set_behaviors(4 + 32);
}


Thanks in Advance

Regards,
Venu


No answers yet. Maybe you can help?

Tags
General Discussions
Asked by
karunakar
Top achievements
Rank 1
Share this question
or