<telerik:RadEditor Runat="server" id="FCKeditorThai" Width="100%"
AutoResizeHeight="true" AllowScripts="True" EnableResize="false"
BorderStyle="None" Visible="false" OnClientPasteHtml="OnClientPasteHtml"
ToolbarMode="PageTop" onclientload="OnClientLoadEdit"
ToolsFile="~/upload/toolFile.xml" Skin="Office2010Blue" >
<ExportSettings OpenInNewWindow="True">
</ExportSettings>
<mediamanager deletepaths="~/upload/images/Media/"
searchpatterns="*.asf,*.asx,*.wm,*.wmx,*.wmp,*.wma,*.wax,*.wmv,*.wvx,*.avi,*.wav,*.mpeg,*.mpg,*.mpe,*.mov,*.m1v,*.mp2,*.mpv2,*.mp2v,*.mpa,*.mp3,*.m3u,*.mid,*.midi,*.rm,*.rma,*.rmi,*.rmv,*.aif,*.aifc,*.aiff,*.au,*.snd"
uploadpaths="~/upload/images/Media/" viewpaths="~/upload/images/Media/"
maxuploadfilesize="20480000"
/>
<silverlightmanager deletepaths="~/upload/images/Silverlight/"
maxuploadfilesize="20480000" searchpatterns="*.*"
uploadpaths="~/upload/images/Silverlight/"
viewpaths="~/upload/images/Silverlight/" />
<templatemanager deletepaths="~/Template/"
searchpatterns="*.htm,*.html" uploadpaths="~/Template/"
viewpaths="~/Template/" />
<documentmanager deletepaths="~/upload/images/Document/"
maxuploadfilesize="20480000" searchpatterns="*.*"
uploadpaths="~/upload/images/Document/" viewpaths="~/upload/images/Document/" />
<content></content>
<flashmanager deletepaths="~/upload/images/Flash/"
maxuploadfilesize="20480000"
searchpatterns="*.swf" uploadpaths="~/upload/images/Flash/"
viewpaths="~/upload/images/Flash/" />
<imagemanager deletepaths="~/upload/images/Image/"
maxuploadfilesize="20480000"
searchpatterns="*.gif,*.xbm,*.xpm,*.png,*.ief,*.jpg,*.jpe,*.jpeg,*.tiff,*.tif,*.rgb,*.g3f,*.xwd,*.pict,*.ppm,*.pgm,*.pbm,*.pnm,*.bmp,*.ras,*.pcd,*.cgm,*.mil,*.cal,*.fif,*.dsf,*.cmx,*.wi,*.dwg,*.dxf,*.svf"
uploadpaths="~/upload/images/Image/" viewpaths="~/upload/images/Image/" />
</telerik:RadEditor>
editorScheduleText.Content = scheduleDetail.ScheduleText
I set content to : Problème avec les accents même si ca marche pas
When I try to get content like this :
editorScheduleText.Content
I lost all accent, content is now : Probl&easpme avec les accents m&ahdfme si ca marche pas
Why I lost accent ?
RadChart1.ClientSettings.EnableZoom =
True
RadChart1.ClientSettings.ScrollMode = Telerik.Web.UI.ChartClientScrollMode.Both
I also tried to enable other properties like:
So, please if anybody knows solution regarding this, then please send me reply ASAP
Please let me know if you need any input from me.
Thanks in advance,
Ajmal C
This seems like a rather trivial issue and I must have some properties incorrect. I’ve done the obligatory search and get well over 200 entries for my trouble, but nothing yet has worked. Here is my code…
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="Splitter.WebForm2" %>
<%@ 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
runat
=
"server"
>
<
title
></
title
>
</
head
>
<
body
>
<
form
id
=
"form1"
runat
=
"server"
>
<
div
>
<
asp:ScriptManager
ID
=
"ScriptManager1"
runat
=
"server"
>
</
asp:ScriptManager
>
<
telerik:RadSplitter
ID
=
"RadSplitter1"
runat
=
"server"
Width
=
"600px"
>
<
telerik:RadPane
ID
=
"RadPane1"
runat
=
"server"
MinWidth
=
"100"
>
</
telerik:RadPane
>
<
telerik:RadSplitBar
ID
=
"RadSplitBar1"
runat
=
"server"
CollapseMode
=
"Backward"
>
</
telerik:RadSplitBar
>
<
telerik:RadPane
ID
=
"RadPane2"
runat
=
"server"
MinWidth
=
"100"
>
</
telerik:RadPane
>
<
telerik:RadSplitBar
ID
=
"RadSplitBar2"
runat
=
"server"
CollapseMode
=
"Both"
>
</
telerik:RadSplitBar
>
<
telerik:RadPane
ID
=
"RadPane3"
runat
=
"server"
MinWidth
=
"100"
>
</
telerik:RadPane
>
</
telerik:RadSplitter
>
</
div
>
</
form
>
</
body
>
</
html
>
There are three panes. The problem occurs only if you follow the steps below…
Step 1 – Collapse the left RadSplitBar. Result – Both RadSplitBar’s are located at 66% of the parent RadSplitter’s width as expected.
Step 2 – Collapse the right RadSplitBar, to the right. Result – Both RadSplitBar’s are on the right border of the parent RadSplitter control as expected.
Step 3 – Expand the left RadSplitBar. Result – The left RadSplitBar is at 66% of the width and the right RadSplitBar is still attached to the right border of the parent RadSplitter as expected.
Step 4 – Expand the right RadSplitBar. Result – It won’t expand. I am expecting it to expand to the 66% position while the left one moves to the 33% position as it started.
Note: If you expand the right RadSplitBar in step 3 and then the left RadSplitBar, it does respond as I would expect.
Thanks for any help.
Same behavior on IE9, FF7, Chrome14, Telerik