I am getting the following error when I try and copy and paste into Editor. I am using 2018.3.910
Uncaught TypeError: Cannot read property 'cleanUp' of undefined
at c.RadEditor._cleanUpAfterDelete (telerik.web.ui.webresource.axd?_TSM_HiddenField_=RadScriptManager2_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d4.0.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3ac7c66246-7597-47ee-87ae-ac254004a457%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2018.3.910.45%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3af82d27b2-2e24-4637-ab87-c64fb8588ccb%3a16e4e7cd%3af7645509%3a24ee1bba%3ab2e06756%3a874f8ea2%3a63b115ed%3a1569bb5f%3a4877f69a%3ac128760b%3a92fe8ea0%3afa31b949%3a3856fd9f%3a33715776%3adc7e0bd%3a30f1f089%3a19620875%3af46195d3%3a490a9d4e:14741)
at c.RadEditor._onKeyUp (telerik.web.ui.webresource.axd?_TSM_HiddenField_=RadScriptManager2_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d4.0.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3ac7c66246-7597-47ee-87ae-ac254004a457%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2018.3.910.45%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3af82d27b2-2e24-4637-ab87-c64fb8588ccb%3a16e4e7cd%3af7645509%3a24ee1bba%3ab2e06756%3a874f8ea2%3a63b115ed%3a1569bb5f%3a4877f69a%3ac128760b%3a92fe8ea0%3afa31b949%3a3856fd9f%3a33715776%3adc7e0bd%3a30f1f089%3a19620875%3af46195d3%3a490a9d4e:14889)
at HTMLDivElement.<anonymous> (telerik.web.ui.webresource.axd?_TSM_HiddenField_=RadScriptManager2_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d4.0.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3ac7c66246-7597-47ee-87ae-ac254004a457%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2018.3.910.45%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3af82d27b2-2e24-4637-ab87-c64fb8588ccb%3a16e4e7cd%3af7645509%3a24ee1bba%3ab2e06756%3a874f8ea2%3a63b115ed%3a1569bb5f%3a4877f69a%3ac128760b%3a92fe8ea0%3afa31b949%3a3856fd9f%3a33715776%3adc7e0bd%3a30f1f089%3a19620875%3af46195d3%3a490a9d4e:6)
I'm using the advanced data binding technique from https://demos.telerik.com/aspnet-ajax/grid/examples/data-binding/simple-vs-advanced/defaultvb.aspx . However, I need to use GridTemplateColumns to format some of the columns ( <%#String.Format("{0} - {1}", Eval("user"), Eval("name")) %> ) and because I'm using these, nothing comes up. Is there a way to do this? If not, is there a better solution? I did copy the example exactly, but used my datatable instead and it came up, but gave me every single column. I know I can remove columns, but this doesn't allow me to format columns like I do with GridTemplateColumns.
It seems some heatmap support exist for WPF.
Is anything available for us?
<html>
<head>
<title>This type of page is not served.</title>
</head>
<body bgcolor="white">
<span><H1>Server Error in '/' Application.<hr width=100% size=1 color=silver></H1>
<h2> <i>This type of page is not served.</i> </h2></span>
<font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">
<b> Description: </b>The type of page you have requested is not served because it has been explicitly forbidden. The extension '.axd' may be incorrect. Please review the URL below and make sure that it is spelled correctly.
<br><br>
<b> Requested URL: </b>/Telerik.Web.UI.WebResource.axd<br><br>
<hr width=100% size=1 color=silver>
<b>Version Information:</b> Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053
</font>
</body>
</html>
<!--
[UnauthorizedAccessException]: Access to the path 'D:\Inetpub\virtualservers\fasttest\bin\Telerik.Web.UI.DLL' is denied.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.File.GetLastWriteTimeUtc(String path)
at Telerik.Web.UI.CombinedScriptWriter.ScriptAssemblyInfo.get_ModifiedTime()
at Telerik.Web.UI.CombinedScriptWriter.GetLastAssemblyModificationTime()
at Telerik.Web.UI.CombinedScriptWriter.WriteCombinedScriptFile()
at Telerik.Web.UI.WebResource.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
--><!--
Firefox 63 introduces a change that affects the checkbox and radio buttons styled by RadFormDecorator in Classic rendering. We are working on resolving the problem, meanwhile you can workaround it in one of the ways provided in the bug's public item:
https://feedback.telerik.com/Project/108/Feedback/Details/258566
I have a RadDiagram that changes colours of its nodes based on selections and settings in a RadGrid.
The RadGrid "updates" the diagram by writing a JSON to a textbox that the diagram reads.
My question is how to get the RadDiagram to refresh to reflect the updated colours without refreshing the entire page.
I am using Visual Studio 2017, and I'd like to change the color of the point track as shown here: https://docs.telerik.com/devtools/aspnet-ajax/controls/gauge/structure.
What I've tried:
1. <telerik:RadLinearGauge ID="gauge" runat="server" Height="280" Pointer-Track-Color="#5ca038" Pointer-Track-Opacity="0.5" Pointer-Track-Size="30" Pointer-Track-Visible="true">
2. <Pointer Shape="BarIndicator" Value="15" Size="30" Color="#5ca038">
<Track Opacity="0.2" Size="30" Color="Black" />
</Pointer>
3. <Pointer Track-Visible="true" Track-Color="Green" Track-Size="30" Track-Opacity="0.6"></Pointer>
However, none of the above had any effect on the point track. Could you suggest? Thank you.
Gary,
This issue just started to happen yesterday. It should be very easy to reproduce. It only happens in firefox v63, which was just updated on my PC yesterday.
Please click to view video demonstration that displays the issue (YouTube). I've posted this sample page online so it can be viewed here: https://demoqa.eadoptonline.com/checkboxtest.aspx
If you use firefox < v63 it will display normally, if you have firefox v63 (current latest release as of this posting) each checkbox is duplicated.
Relevant code to reproduce the issue:
<
asp:Repeater
runat
=
"server"
ID
=
"Repeater1"
>
<
HeaderTemplate
>
<
table
>
</
HeaderTemplate
>
<
ItemTemplate
>
<
tr
>
<
td
id
=
"row"
runat
=
"server"
class
=
"bodycopy"
>
<
asp:Checkbox
ID
=
"chkApproved"
runat
=
"server"
/> how many times does the checkbox appear on each row?
</
td
>
</
tr
>
</
ItemTemplate
>
<
FooterTemplate
>
</
table
>
</
FooterTemplate
>
</
asp:Repeater
>
Code behind is unimportant
protected void Page_Load(object sender, EventArgs e)
{
List<
string
> datasource = new List<
string
>();
datasource.Add("asdfda");
datasource.Add("asdfdaadsf");
datasource.Add("asdfdadsfa");
datasource.Add("asdfdaadf");
datasource.Add("asdfdaafad");
Repeater1.DataSource = datasource;
Repeater1.DataBind();
}
The form decorator in my master page is as follows. The skin comes from web.config but it doesn't matter what i use the problem appears tied to the render mode, not the skin.
<
telerik:RadFormDecorator
ID
=
"RadFormDecorator1"
runat
=
"server"
RenderMode
=
"Classic"
/>
Thanks!
-Mark
Hi,
I wanted to check on this before I start this project. I want to create a blog utilizing the Telerik ASP.NET AJAX components. Is this okay with Telerik terms (wasn't sure if a blog would be considered a content management system)?
The blog is for my own use and not going to be sold.
Thanks,
Jacob
Hi,
As a long term Telerik user our company is now in the progress of applying some more industry standards.
Maybe someone can shed some light on following questions:
Are there plans to let RadEditor work with multi class from the UI?
Are there plans to make the editor more Bootstrap compatible?
Thanks, Marc