Hello,
I've been searching for a while now, but I cant find out how I can make a RadNotification part of the RadAjaxPanel. In my scenario, the notification is shown, but when I click a button in the contentTemplate of the RadNotification, a full postback is created in stead of the partial one with the loadingPanel.
Any ideas on this?
Kind regards,
Erik
I've been searching for a while now, but I cant find out how I can make a RadNotification part of the RadAjaxPanel. In my scenario, the notification is shown, but when I click a button in the contentTemplate of the RadNotification, a full postback is created in stead of the partial one with the loadingPanel.
<
telerik:RadAjaxLoadingPanel
ID
=
"RadAjaxLoadingPanel_App"
runat
=
"server"
></
telerik:RadAjaxLoadingPanel
>
<
telerik:RadAjaxPanel
ID
=
"RadAjaxPanel_App"
LoadingPanelID
=
"RadAjaxLoadingPanel_App"
runat
=
"server"
>
<
telerik:RadNotification
ID
=
"RadNotification_ExitWithoutSave"
Position
=
"Center"
Width
=
"350px"
Height
=
"160px"
LoadContentOn
=
"FirstShow"
AutoCloseDelay
=
"0"
Title
=
"Please Confirm"
TitleIcon
=
"~/style/img/help2_16.png"
EnableRoundedCorners
=
"true"
Animation
=
"Fade"
ShowCloseButton
=
"False"
Overlay
=
"True"
Opacity
=
"95"
KeepOnMouseOver
=
"False"
runat
=
"server"
RenderMode
=
"Auto"
>
<
ContentTemplate
>
<
telerik:RadButton
ID
=
"rbt_Yes"
Text
=
"Yes"
CommandName
=
"Yes"
ButtonType
=
"StandardButton"
width
=
"100px"
Font-Bold
=
"true"
Icon-PrimaryIconCssClass
=
"rbOk"
Icon-PrimaryIconTop
=
"6px"
runat
=
"server"
RenderMode
=
"Auto"
/>
</
ContentTemplate
>
</
telerik:RadNotification
>
......
Any ideas on this?
Kind regards,
Erik