Hello,
I have the following problem. I have a RadAlert with a custom template. This radalert is called serverside and I want to add a button that when pressed calls a method serverside. For example:
<%@ control language="C#" classname="AlertTemplate" %>
<div class="rwDialogPopup radalert">
<div class="rwDialogText">
{1}
</div>
<div>
</br>
<asp:Button ID="Button1" runat="server" Text="Button" OnClick="Button1_Click" />
OR
<telerik:Button ID="Button1" runat="server" Text="Button" OnClick="Button1_Click"/>
</br>
<div>
<a onclick="$find('{0}').close();" class="rwPopupButton" href="javascript:void(0);">
<span class="rwOuterSpan"><span class="rwInnerSpan">##LOC[OK]##</span> </span>
</a>
</div>
</div>
Is this possible at all?
Thanks in advance.
Hi,
I just downloaded the free trial of your product in order to use RadPersistenceFramework (and especially RadPersistenceManager in order to save and load RadGrids in our system).
We have our own implementation (extension) of RadGrid. When I open the Smart Tag and choose Open PersistenceManager configuration wizard I don't see our grid but I assume that the RadPersistenceManager should know how to work with anything that inherits from it (and obviously save only the base classes settings).
Can I work with our component and manually adjust the RadPersistenceManager to work with it ?
Hi All,
I have used the RadWindow in my code for showing data into pop up. I have used the RadGrid in the RadWindow.
Now I want to popup another RadWindow popup.
Can anyone please tell me how to use RadWindow inside RadWindow.
Thanks,
Harish Patil

Hi,
My client has been using the RadEditor for Sharepoint 2010 for a number of years now and since they have updated their browsers to IE 11 there are a few issues with the editor. These are when highlighting text, it copies the text to left of the highlighted text and double clicking text to highlight it has the same issue.
Currently i have changed the X-UA-Compatible tag to IE=10 as a workaround at the moment but would like to know if there is another fix for this issue, i have attached a link to a video for you to see the problem.
http://www.irw.co.uk/media/252068/ie11_radeditor_issue_in_sharepoint_2010.swf
I upgraded the RadEditorSharepoint.dll to version 6.12.1.0 but the problem still persists.
Regards
Darren

i have a Telerik RadEditor control. I have input that will include single quote ' characters. When the content is inserted, the single quotes remain. When the content is updated, the editor replaces them with "%20".
Is there a way to change the Regex that happens on submission? I've tried changing editing the StripFormattingOptions to "None". But it still strips out single quotes and inserts "%20" instead.

Hi,
I have problem in opening radwindow, postback occurs on everytime when i open the radwindow.
i used button click for opening radwindow. i pasted the code below, which i have used.
<telerik:RadButton ID="create" Text="New meeting" runat="server" OnClientClicking="Open" AutoPostBack="false" CausesValidation="false" Skin="WebBlue" Font-Bold="true" Height="22px" Width="97px" ToolTip="Click here to Create a new meeting"></telerik:RadButton> <telerik:RadWindowManager ID="RadWindowManager1" runat="server" EnableShadow="true" EnableViewState="false"></telerik:RadWindowManager><telerik:RadWindow id="radCreatePopup" NavigateUrl="CreateMeeting.aspx" Top="30" OnClientShow="OnClientshow" Left="100" VisibleStatusbar="false" Modal="true" CenterIfModal="true" OnClientClose="Close" runat="server" Width="770px" Height="390px" Skin="WebBlue" Behaviors="Resize, Close, Move, Reload" ReloadOnShow="True" />and javascript function ..
(function (global, undefined) { var button = null; function OnClientshow(sender, eventArgs) { } function Open() { var oWnd = $find("<%= radCreatePopup.ClientID %>").show(); } global.OnClientshow = OnClientshow; global.Open = Open; })(window);function Close() { var oWnd = $find("<%= radCreatePopup.ClientID %>").Close(); return false; }Hi,
I am copying text from notepad and pasting it in Editor in design mode and when i try to see it in HTML mode, a paragraph tag is inserted around the text.
Could you please advise me some solution for this issue?
Thank you​
