Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
73 views

Hi Telerik Team,

When I place any of RadAjax controls on my page, I can control the path of the WebResource handler via the HttpHandlerUrl property of the StyleSheetManager. This is to avoid registration of the handler in the web.config.

However this setup breaks with all the Dilaogs used in RadEditor. They are all handled by the DialogHandler type which I can extend because it is public. However the StylesheetManager filed of this type is Private and I cannot instruct it to load the web resource from a given path - it always looks for the default path for WebResource handler.

 

How can I make the dialogs in RadEditor also respect the "global" for the StyleSheetManager's HttpHandlerUrl paroperty which I have across all my pages ?

Ianko
Telerik team
 answered on 28 Jul 2015
2 answers
158 views

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.

Sergio
Top achievements
Rank 1
 answered on 28 Jul 2015
1 answer
97 views

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 ?

 

Kostadin
Telerik team
 answered on 28 Jul 2015
3 answers
551 views

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

Vessy
Telerik team
 answered on 28 Jul 2015
2 answers
57 views
Dear Sir,

When i go to Month View with Multiple resource it always Show NON Working Hour.
Day view and week view working fine.

Please help me how can i show Working Hour In Month view.


Thanks
Chandan kumar
asanka
Top achievements
Rank 1
 answered on 28 Jul 2015
3 answers
126 views

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

Ianko
Telerik team
 answered on 28 Jul 2015
1 answer
55 views

hi..
i have a mysql database. I have store image in one table in longblob.
Now i want to make one slideshow with that all database images. plz help me. 

Ianko
Telerik team
 answered on 28 Jul 2015
1 answer
84 views

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.

Andrew
Top achievements
Rank 1
 answered on 27 Jul 2015
28 answers
616 views
I am using RadEditor in a DNN module. With IE9 only I find that any postback of a page with RadEditor that all normal line breaks are being replaced with <br>vbCrLf</br>. Since this happens with each postback, simply toggling between Design and HTML mode adds more and more of these. It makes RadEditor unusable.

The only fix I have found is to add this meta tag to the Default.aspx in DNN's root folder. This forces the browser to IE8 mode if it is IE9.
<meta http-equiv="X-UA-Compatible" content="IE=8; IE=7; IE=5" />

Is there any other way to fix this?
Ianko
Telerik team
 answered on 27 Jul 2015
1 answer
283 views

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;
 }

Danail Vasilev
Telerik team
 answered on 27 Jul 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?