Dear Telerik,
My report on production is not function. I guess load balancer is involved.
I dont know what i could do. I'm totally stuck.
We have ongoing horrible issues with the Telerik reporting whereby textboxes will not resize to fit the content. Multi-line etc. is set as required and the field will ~90% of the time work and resize however the rest of the time it will not resize at all.
For example you may have text of:
Line 1
Line 2
Line 3
The textbox in the report will only show Line1 and then nothing, even though auto grow etc. are turned on.
This has been a massive problem for us and we get no end of support calls relating to this. We've tried to reproduce it however it depends on both the text content and the position on the page and other elements in the report. Understandbly clients are not happy if their report misses the description on an invoice or work order. We've lost countless hours on this now and are transitioning to a different reporting solution for most elements as we just can't take it any more!
I'm assuming the response from Telerik is the same as the other private tickets we've raised which is we cannot reproduce. I would encourage Telerik to take a look at the actual code and see what may cause the resize action to fail.
I would encourage anyone looking for a reporting solution that shows a dynamic amount of text, ie. 1 line at times or 2 or more lines other times, PLEASE DO NOT USE TELERIK REPORTING!!!! USE ANYTHING ELSE IF YOU WANT TO PRESERVE YOUR SANITY!
how can i change my data to camel-case or proper-case (like first word of each letter to be capital) in text box, something like
this is example -> This Is Example
Hi,
We have a requirement to set the NoHeader parameter value to true in some reports and false in others. Is there a way to do it from the code behind of the report? I have found a way for window forms application (https://www.telerik.com/forums/programmatically-set-noheader). But our requirement is for web application
Regards,
I have enabled interactive sorting in the Telerik reporting but I now want to style the header of the table(reduce the size between button and the heading text) and the sort button. Is it possible to do this in the report viewer
Regards,
Majar
In the html5 report viewer, we are using a jquery selector
$("reportViewer").telerik_ReportViewer({...});
But what if we want to use vanila javascript selector for it like,
document.getElementById("reportViewer").telerik_ReportViewer({...});
but when I am using this it is showing me an error: Uncaught TypeError: reportViewer1.telerik_ReportViewer is not a function
We are using the Telerik for MVC, and we have an MVC application we wish to actually add a report to. But when we do, we get the following error:
Error CS0012 The type 'ApiController' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Web.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
I cannot seem to find a System.Web.Http.dll that is earlier than the v 5.2 on my system. I tried adding it via NuGet, but it won;t add it, giving me the following error:
PM> Install-Package System.Web.Http -Version 4.0.0
Attempting to gather dependency information for package 'System.Web.Http.4.0.0' with respect to project 'ReportTest', targeting '.NETFramework,Version=v4.6.1'
Attempting to resolve dependencies for package 'System.Web.Http.4.0.0' with DependencyBehavior 'Lowest'
Resolving actions to install package 'System.Web.Http.4.0.0'
Resolved actions to install package 'System.Web.Http.4.0.0'
Install failed. Rolling back...
Package 'System.Web.Http.4.0.0' does not exist in project 'ReportTest'
Package 'System.Web.Http.4.0.0' does not exist in folder 'C:\VensureApplications\ReportTest\packages'
Install-Package : Could not install package 'System.Web.Http 4.0.0'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.6.1', but the package does not c
ontain any assembly references or content files that are compatible with that framework. For more information, contact the package author.
At line:1 char:16
+ Install-Package <<<< System.Web.Http -Version 4.0.0
+ CategoryInfo : NotSpecified: (:) [Install-Package], Exception
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
So how do I get this thing to work?
Using VisualStudio 2015
Telerik v2018.1.117.545 (Kendo.mvc.dll)