Hi
I would to like the export the datasource of the HTMLChart to Excel (XLS) format.
Can you someone help me in exporting to Excel(.xls)?
Thanks in Advance
I finally figured it out it was radformdecorator causing this issue.
Adding ControlsToSkip="Scrollbars" now results in the pages I was having an issue with the browser scroll bars missing in chrome showing up.
If I were to "view page source" or "inspect element" the scroll bars would show up (without the fix above).
I don't have a lot of time to go figure out what CSS is causing this but for now the ControlsToSkip="Scrollbars" is a quick fix for anybody else with this issue.
I'm betting it's something in the rfdScrollBars css and/or a bug in chrome as this isn't a problem in IE or Firefox.
I have this issue on 3 different computers, all running the latest version of chrome 43.0.2357.81
If I figure out what's happening (even if it's a mistake on our end) I'll be sure post here again.
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 ?
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