Hello Telerik,
I am using the RadWindow for displaying some RadConfirms, but the coding doesn't seem to support \r or \n.
The "alert" shows fine, with "myName" being a spaced below the "myPrompt", but not the RadWindow the "myName" value appears after the "...program?", no linefeeds. Does it have to be coded some different way?
Thanks!
SDI
I am using the RadWindow for displaying some RadConfirms, but the coding doesn't seem to support \r or \n.
<telerik:RadWindowManagerrunat="server"ID="RadWindowManager1"EnableShadow="true"/>
<telerik:RadScriptBlock ID="RadScriptBlock1" runat="server"><script type="text/javascript">//![CDATA[var myName = myMasterTable.get_selectedItems()[0].getDataKeyValue( 'Name' );var myPrompt = "Are you sure you want to delete this program?\r\n\r\n";alert( myPrompt + myName );radconfirm(myPrompt + myName, ConfirmProgramDeleteCallBackFn, 330, 100, null, 'Delete Program?' );
The "alert" shows fine, with "myName" being a spaced below the "myPrompt", but not the RadWindow the "myName" value appears after the "...program?", no linefeeds. Does it have to be coded some different way?
Thanks!
SDI