Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
157 views
Hi,

I have been trying to get RadChart working on Mono but no luck yet.

I am using a virtual machine which I downloaded from mono. For the most part all the controls work fine, just RadChart that doesn't. I get the following error:

The Chart http handler is not registered. Please, manually add the following line to your Web.config httpHandlers section:
<addpath="ChartImage.axd" verb="*" type="Telerik.Web.UI.ChartHttpHandler,Telerik.Web.UI, Version=2009.2.826.20, Culture=neutral,PublicKeyToken=121fae78165ba3d4" validate="false" />

Then I tried runnig it on another machine with Mono installed on Apache and I get the following:

gdiplus.dll

Description: HTTP 500. Error processing request.

Stack Trace:

System.DllNotFoundException: gdiplus.dll  at (wrapper managed-to-native) System.Drawing.GDIPlus:GdiplusStartup (ulong&,System.Drawing.GdiplusStartupInput&,System.Drawing.GdiplusStartupOutput&)  at System.Drawing.GDIPlus..cctor () [0x00000] 

Version information: Mono Version: 2.0.50727.1433; ASP.NET Version: 2.0.50727.1433


Has anyone been able to get RadChart working on Mono?




Ves
Telerik team
 answered on 08 Sep 2009
1 answer
115 views
Hi,
 I use the AdvancedInsertTemplate on radscheduler to insert new appointments now my question is, is it possible to show the default recurring controls and saving with the AdvancedInsertTemplate?
If yes how is this be done?

Wim
Axe
Top achievements
Rank 1
 answered on 08 Sep 2009
3 answers
107 views
Hi
I am using the excellent form decorator control in default skin on a page which has a
stone coloured background.
The result is white corners around buttons where the rounding has been done. Is there
any way to set the background colour of the button so that the square corners are effectively invisible?

Thanks

Clive
Martin
Telerik team
 answered on 08 Sep 2009
3 answers
119 views
hi everyone.
my teacher give me a problem. he want me to make a hotkey for radgrid when press this hot key, a radwindow will show up and then this radwindow will return a result for radgird. but a do'nt know how to do that, plz give me away to solve that problem .
thank you .
lang dinh thien
Top achievements
Rank 1
 answered on 08 Sep 2009
3 answers
173 views
Hi,
I'm having fun with the grid and I can make it work fine.
I have a  GridButtonColum with CommandName that I can pick up in MyRadGrid_ItemCommand. Thats good. But the command I'm running is a file download and I need PostBack. I have seached the forum and the documentation but nothing I try seems to work.

So how can I make the button do a full Postback ? If I disable Ajax completely the button works as expected.

Atle
Atle
Top achievements
Rank 1
 answered on 08 Sep 2009
6 answers
212 views
I'm going out of my mind. I have been trying all day to get the upload control to work following the getting started section in the help.
I am not doing anything special at this point other than trying to get it to work. Below is my aspx, followed by the .vb, followed by my master page. I stripped out all the crud so that only the bare minimum is shown. I added the lines I was supposed to to the web.config.
No matter what I do, RadUpload1.UploadedFiles.Count is always 0.
Any help would be greatly appreciated!
Thanks ... Ed


<%

@ Page Title="" Language="VB" MasterPageFile="~/MasterPages/Default.master" AutoEventWireup="false" CodeFile="UploadActuals.aspx.vb" Inherits="Admin_UploadActuals" %>

 

 

 <%

@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>

 

 

 

<asp:Content ID="Content1" ContentPlaceHolderID="cntPageBody" Runat="Server">

 

 

 

<telerik:RadProgressManager ID="RadProgressManager1" runat="server" />

 

 

 

<telerik:RadUpload ID="RadUpload1" runat="server"  ControlObjectsVisibility="None" Skin="Vista" MaxFileInputsCount="1"

 

 

 

TargetFolder="~/Uploads" InputSize="85" OverwriteExistingFiles="True"

 

 

 

MaxFileSize="1000000" Width="396px" AllowedFileExtensions=".xls,.XLS">

 

 

 

</telerik:RadUpload>

 

 

 

 <hr />

 

 

 

 <asp:ImageButton ID="cmdUpload" runat="server"  ImageUrl="~/Images/buttonSubmit.gif" />

 

 

 

<telerik:RadProgressArea ID="RadProgressArea1" runat="server"  DisplayCancelButton="True"  

 

 

 

ProgressIndicators="TotalProgressBar, TotalProgress, RequestSize, FilesCount, FilesCountPercent, SelectedFilesCount, CurrentFileName, TimeElapsed, TimeEstimated, TransferSpeed" Skin="Vista">

 

 <

Localization Uploaded="Uploaded"></Localization>

 

 

 

</telerik:RadProgressArea>

 

 

</asp:Content>

<%
@ Page Title="" Language="VB" MasterPageFile="~/MasterPages/Default.master" AutoEventWireup="false" CodeFile="UploadActuals.aspx.vb" Inherits="Admin_UploadActuals" %>

 

 

 

 

<%

@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>

 

 

<asp:Content ID="Content1" ContentPlaceHolderID="cntPageBody" Runat="Server">

 

 

<telerik:RadProgressManager ID="RadProgressManager1" runat="server" />

 

 

<telerik:RadUpload ID="RadUpload1" runat="server" ControlObjectsVisibility="None" Skin="Vista" MaxFileInputsCount="1"

 

 

TargetFolder="~/Uploads" InputSize="85" OverwriteExistingFiles="True"

 

 

MaxFileSize="1000000" Width="396px" AllowedFileExtensions=".xls,.XLS">

 

 

</telerik:RadUpload>

 

 

<hr />

 

 

<asp:ImageButton ID="cmdUpload" runat="server"  ImageUrl="~/Images/buttonSubmit.gif" />

 

 

<telerik:RadProgressArea ID="RadProgressArea1" runat="server" DisplayCancelButton="True"

 

 

ProgressIndicators="TotalProgressBar, TotalProgress, RequestSize, FilesCount, FilesCountPercent, SelectedFilesCount, CurrentFileName, TimeElapsed, TimeEstimated, TransferSpeed" Skin="Vista">

 

 <

Localization Uploaded="Uploaded"></Localization>

 

 

</telerik:RadProgressArea>

 

 

</asp:Content>

 

 

 

<%

@ Master Language="VB" CodeFile="Default.master.vb" Inherits="MasterPages_Default" %>

 

 <%

@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>

 

 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

 

 <

html xmlns="http://www.w3.org/1999/xhtml" >

 

 <

head id="Head1" runat="server">

 

 <

title>LLCFin</title>

 

 </

head>

 

 <

body>

 

 

<form id="form1" runat="server">

 

 

<telerik:RadScriptManager ID="ScriptManager1" runat="server" EnableTheming="True">

 

 

</telerik:RadScriptManager>

 

 

<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">

 

 

</telerik:RadAjaxManager>

 

 

<telerik:RadSplitter ID="RadSplitter1" runat="server" LiveResize="True" Skin="Web20" Width="100%" Height="500px">

 

 

<telerik:RadPane ID="RadPane1" Runat="server" Height="" Width="210px">

 

 

<telerik:RadTreeView ID="MainMenu" runat="server" Skin="WebBlue">

 

 

<CollapseAnimation Type="OutQuint" Duration="100">

 

 <

/CollapseAnimation>

 

 

<ExpandAnimation Duration="100">

 

 

</ExpandAnimation>

 

 

</telerik:RadTreeView>

 

 

</telerik:RadPane>

 

 

 

 

<telerik:RadSplitBar ID="RadSplitBar1" Runat="server" CollapseMode="Forward" />

 

 

 

<telerik:RadPane ID="RadPane2" Runat="server">

 

 

 

<asp:ContentPlaceHolder ID="cntPageBody" runat="server">

 

 

 

</asp:ContentPlaceHolder>

 

 

 

</telerik:RadPane>

 

 

 

</telerik:RadSplitter>

 

 

 

</form>

 </

body>

 

 </

html>

 

 

 

 

 

 

gustavo poveda
Top achievements
Rank 1
 answered on 07 Sep 2009
4 answers
158 views
Hi I want to use nestedview like in the "Grid / Hierarchy with Templates",

but I am using RadGrid.Net2.dll, then when I try  to put the tag . <NestedViewTemplate> it not work and said something like that : "validation (Internet explorer 6): element NestedViewTemplate is not supporter".

There are other way or i need something special?

In advance thanks
maria
Top achievements
Rank 1
 answered on 07 Sep 2009
1 answer
167 views
hello,

Is there any way to view many months in RadScheduler ? I need in my system to show all 12 months of the year in one view (with there appointments)  not to navigate between them. If there is any way to do this please help me with.

Thanks
Ban Shareef
Peter
Telerik team
 answered on 07 Sep 2009
3 answers
134 views
Is it possible to programmatically create a RecurrenceRule such that the event recurs on:

  • Jan 31
  • Feb 28 (or 29)
  • Mar 31
  • April 30

(for example)?

Thank you,

Michael
Peter
Telerik team
 answered on 07 Sep 2009
1 answer
123 views
Hi,

I wonder if it is possible to configure the RadEditor to apply CSS stylesheets in inline style?

Kind Regards
Cecilia
Rumen
Telerik team
 answered on 07 Sep 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?