or
rdChart2.Series(0).Clear()
rdChart2.Series(0).DataXColumn =
"Compliance"
rdChart2.Series(0).DataYColumn =
"Report"
rdChart2.DataSource = dailDataSet
rdChart2.DataBind()
rdChart2.PlotArea.XAxis.AutoScale =
False
function OpenRadWindowAddRecurrencePopup(isConflict, startDate, endDate, startTime, EndTime, SessionID, recordid, LOCATIONname, roomNo) {
var Url = "./AddRecurrence.aspx?ISCONFLICT=" + isConflict + "&STARTDATE=" + startDate + "&ENDDATE=" + endDate + "&STARTTIME=" + startTime + "&ENDTIME=" + EndTime + "&SESSIONID=" + SessionID + "&CODE=" + recordid + "&LOCATIONID=" + LOCATIONname + "&roomNo=" + roomNo;
var oWnd = radopen(Url, "radWindowAddRecurrencePopup");
//oWnd.SetUrl(oWnd.GetUrl());
return false;
}
<
telerik:RadAjaxPanel
>
// some controls here
<
telerik:RadWindowManager
ID
=
"RadWindowManager2"
runat
=
"server"
MinWidth
=
"500"
ReloadOnShow
=
"false"
>
<
Windows
>
<
telerik:RadWindow
ID
=
"radWindowAccountCodePopup"
OnClientClose
=
"CallBackFunctionAccountCode"
Behavior
=
"Close"
VisibleTitlebar
=
"false"
Modal
=
"true"
Width
=
"650px"
runat
=
"server"
Height
=
"530px"
NavigateUrl
=
"~\Admin\AccountCodePopup.aspx"
VisibleStatusbar
=
"false"
>
</
telerik:RadWindow
>
<
telerik:RadWindow
ID
=
"radWindowAddRecurrencePopup"
Modal
=
"true"
Width
=
"750px"
runat
=
"server"
Height
=
"650px"
OnClientClose
=
"CallBackFunctionRecurrence"
InitialBehaviors
=
"None"
>
<%--OnClientClose="CallBackFunctionRecurrence"--%>
</
telerik:RadWindow
>
<
telerik:RadWindow
ID
=
"radWindowViewEditRecurremcePopup"
OnClientClose
=
"CallBackFunctionRecurrence"
Behaviors
=
"None"
VisibleTitlebar
=
"false"
Modal
=
"true"
Width
=
"700px"
runat
=
"server"
Height
=
"450px"
VisibleStatusbar
=
"false"
>
</
telerik:RadWindow
>
<
telerik:RadWindow
ID
=
"radWindowLocationPopup"
OnClientClose
=
"CallBackFunctionService"
OpenerElementID
=
""
OffsetElementID
=
""
Behavior
=
"Close"
VisibleTitlebar
=
"false"
Modal
=
"true"
Width
=
"578px"
runat
=
"server"
Height
=
"450px"
NavigateUrl
=
"~\Admin\LocationPopup.aspx"
VisibleStatusbar
=
"false"
>
</
telerik:RadWindow
>
</
Windows
>
</
telerik:RadWindowManager
>
</
telerik:RadAjaxPanel
>
thx
esther
S.No | FirstName, LastName | DOB | City |
1 | XXX, X | 11/11/1111 | NJ |
2 | YYY, Y | 11/11/1111 | NJ |
3 | ZZZ, Z | 11/11/1111 | NJ |
ExcelFile efE = new ExcelFile(); |
ExcelWorksheet wsE = efE.Worksheets.Add("email"); |
Response.Clear(); |
Response.ContentType = "application/vnd.ms-excel"; |
Response.AddHeader("Content-Disposition", "attachment; filename=" + e.Row["rowno"] + "_Email.xls"); |
efE.SaveXls(Response.OutputStream); |
Response.End(); |
<
telerik:RadWindowManager
ID
=
"RadWindowManager2"
runat
=
"server"
>
<
Windows
>
<
telerik:RadWindow
ID
=
"radWindowAddRecurrencePopup"
OnClientClose
=
"CallBackFunctionRecurrence"
Behavior
=
"Close"
VisibleTitlebar
=
"false"
Modal
=
"true"
Width
=
"750px"
runat
=
"server"
Height
=
"650px"
VisibleStatusbar
=
"false"
>
</
telerik:RadWindow
>
</
Windows
>
</
telerik:RadWindowManager
>
function OpenRadWindowViewEditRecurrencePopup(isConflict, startDate, endDate, startTime, EndTime, SessionID, recordid, LOCATIONname, roomNo) {
var Url = "./ViewEditSchedulePopUp.aspx?ISCONFLICT=" + isConflict + "&STARTDATE=" + startDate + "&ENDDATE=" + endDate + "&STARTTIME=" + startTime + "&ENDTIME=" + EndTime + "&SESSIONID=" + SessionID + "&CODE=" + recordid + "&LOCATIONID=" + LOCATIONname + "&roomNo=" + roomNo;
var oWnd = radopen(Url, "radWindowViewEditRecurremcePopup");
//oWnd.SetUrl(oWnd.GetUrl());
return false;
}
this problem is only with IE. it works in other browsers..
Is their any fixes for this issue?
Thx
Esther
<
telerik:RadWindow
ID
=
"radWinAccountSearch"
runat
=
"server"
Title
=
"Account Search"
Behaviors
=
"Move, Reload"
VisibleStatusbar
=
"false"
>
<
ContentTemplate
>
<
ucAccountSearch:AccountSearch
ID
=
"AccountSearchControl"
runat
=
"server"
OnAccountsSelected
=
"AccountSearchControl_AccountsSelected"
/>
</
ContentTemplate
>
</
telerik:RadWindow
>