How to Print Report Directly With Out Showing(using) In ReportViewer By...
Hello chaitanya, Please check the Print a report directly at client-side without displaying it in a Viewer KB article. It contains description of the print operation and how it can be done without a...
View ArticleDrag&Drop visual only works once
Hi there,just a quick question: I'm trying to implement dragging items from one RadGridView to another. I basically sticked to the example from the Telerik docs...
View ArticleProblemas con Telerik Report Q3
Hello Edgar, Please re-run the ObjectDataSource Wizard to add the required settings in the config file of the report's project. Then copy the new settings in the config file of the project where...
View ArticleOpen Property Builder Error
I checked and this is only happening in VS2015. I am able to open it in VS2013 just fine so I don't know what is causing this.
View Articlethis._contextMenuFunctionality.dispose is not a function
Hi Roman,UPDATE: R3 2016 SP2 (2016.3.1027) is released on 27 Oct 2016 and it contains a fix for this issue. This is a known regression in the RadEditor control. You can find more details and...
View ArticlePieSeries Drill Down Not Possible?
I can easily create a RadChartView drill down using the BarSeries ( following the WinForm demo provided by Telerik ) but cannot, after days of troubleshooting, create a PieSeries drill down using...
View ArticleHow To Set Position To The DetailSection In Telerik Report .trdp File
Hello Chaitanya, Please check the information about Report Sections and how each is rendered in a report. On top and bottom of a physical page you can have Page sections. Then you can place group...
View ArticleRadGridView Top Border Color
Hello Intern, Since you didn't provide a screenshot, I used your code to reproduce your GridView. From what I could tell using your code, the gray you're referring to is actually the GridLines. You can...
View ArticleSub-reports overlapping in detailsection
Hi Tomas, Please open a support ticket and send us a demo project that includes the code generating the report and test data. The only note I have regarding the provided report is to show/hide...
View ArticleBest way to combine manual test result data
Hello, I am using Test Studio Web and Desktop to author, maintain and execute manual test cases. When a tester pulls down the latest tests from source control and start to execute them, they will only...
View ArticleMediaPlayer R3 2016
Setting the Media in the player declaration for playing mp3 is quite easy :@(Html.Kendo().MediaPlayer() .Name("mediaPlayer") .AutoPlay(true) .Media(m => m .Title("this is my song")...
View ArticleRoadmap/Future plans
Thanks for the reply. Yes going by the number of posts in this forum, it seems the map has relatively low usage.Clustering is not critical for our current requirements, rather I was citing it as an...
View ArticleRadMenu MVVM style/template selectors
I have been looking through the Telerik RadMenu WPF demos and found the Customization_MVVM_WPF demo.I have a couple of questions with regard to this demo that I hope someone can help me with.Question:...
View Articlekendo.observable and html template data-source
Hi All,I has been awhile since I used kendo and I have no idea why my values are not observable. What I am missing when I'm calling a popup html template and no data are showing in the textbox or data...
View ArticlePrevent scroll on save with virtual scrolling
I've searched around a little but can't find a relevent resolution. On a grid with virtual scrolling (all data is on client), how can I stop Kendo from scrolling to the top of the page after a user...
View ArticleProblemas con Telerik Report Q3
Hey Stef thanks for helping me =), i have used your solution, and my aplication has worked.
View ArticleUpdate a single dataItem in a DataSource
Hi Grant, Another option you can use to update a dataItem is pushUpdate(). The only issue with pushUpdate is it will not mark the items as "dirty". So use the dataSource's get() method to determine...
View ArticleDynamic creation of "multiple X axis" , with Legend and Line series
Is there an example where you can have multiple axes when the series are filled in dynamically? All the examples I see have full specification of the series in the XAML.
View Article