Virus Download BlockedDownload of the virus has been blocked in accordance with company policy. Please contact your system administrator if you believe this is in error.File name: TelerikControlPanelSetup_Windows_Phone8_2014_3_1201.exe
The same with other files like http://www.telerik.com/downloads/productfiles/bmamg/Telerik_UI_for_ASP.NET_AJAX_ControlPanel_2014_3_1209.exe
What's happening? Also some month ago i had the same problems... :-(
The firewall is Paloalto 3050 discovering wgeneric.ekslj.
Is it possible to assign static colors across the pie chart. For example, i have 2 pie charts, on each chart the data corresponds to a user. However in each chart the color is seemingly randomly assigned. I would like to make it static in such a way that user1 will have the same color between the two pie charts, the particular color does not matter.
We're doing server side validation/updating and I need something to indicate that a RadGrid has been updated so I can skip some processes.
I've tried to identify an event that I can fire on to set an update indicator but I can't figure out which one. I'd rather not loop thru all the dataitems
looking for changes.
I've tried ItemEvent, ItemUpdated, but they don't fire when a dropdown is changed.
A common way of interacting with other lightbox libraries is to have a snippet of jquery that applies
the lightbox to all image links on a page. This makes for nice unobtrusive javascript.
Is there a nice clean equivalent of this example using the jquery fancybox library?
I need to change the file name based on a parameter passed by url but the class does not allow me to access the request. how can I get access to session variables or passed in the url within the parameters Telerik.Web.UI.CloudUploadHandler class?
see my code below.
Imports System Imports System.Web Imports System.Web.Services
Public Class vendedores_img : Inherits Telerik.Web.UI.CloudUploadHandler
Public Overrides Sub SetKeyName(sender As Object, e As Telerik.Web.UI.CloudUpload.SetKeyNameEventArgs)
End Sub Public Overloads Sub ProcessRequest(context As System.Web.HttpContext) ' *** Not that performing this procedure *** Dim vID As String = context.Request.QueryString("ContaID") e.KeyName = vID ' *** Not that performing this procedure *** End Sub
How can I download and install an older version of Telerik.Web.UI.dll 2012.2.912.40. I tried using the Telerik Control Panel but don't see the product I purchased long ago for download.
We use Telerik UI library for ASP.NET AJAX (version 2012.2.815.35) in VS2013. After migrating from Framework 3.5 to 4.5 we have an issue with RadGrid rendering (see picture attached). The grid is actually working: we can see a correct EditItem when we click "Edit" link, although JavaScript exceptions sometimes happen.
What a reason might it be for the issue and how to fix it? We cannot upgrade to a newer version of Telerik due to some reasons.
If you use the RadEditorHtmlInspector module and compare its HTML to the HTML view they are not consistent. Font styling is not consistent. In HTML view a span tag with style attributes is presented. However, the HTML module shows <FONT> tags. It almost seems like the module does not use the content filters.
I believe this is a bug and just looking for confirmation.
Problem to using the comma in the file name in Google Chrome. I have "ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_DISPOSITION"
How can I solve it?
No problem using the comma in Explorer, Firefox or Safari......