How to open links to sub-reports in new windows
Hi,I have a report with fields that can be clicked to open a sub-report. I implemented this functionality by selecting the field that I wanted to be "clickable" and then specifying "navigate to...
View ArticleRadGrid batchedit load drop down dynamically
Hi, I have a RadGrid with batch edit. Edititemtemplate has drodownlist that needs to have different values based on the datakey value of the row. I have tried: 1. Grid Prerender, but cannot access...
View Articlegrid-column "format" documentation
Hi Kervin, It is in the JSP/Grid section of the API reference:http://docs.telerik.com/kendo-ui/api/jsp/grid/column Regards, Dimiter Topalov Telerik Join us on our journey to create the world's most...
View ArticleRadPieChart label not positioned correctly when printing
Hi Adrien, This looks like a timing issue -- as if there has not been enough time for the printed page to arrange correctly. A simple test on my end does not show such issues, I have attached a...
View ArticleRadTabStrip OnTabClick
I have a RadTabStrip containing many RadTab and the RadMultiplePage with many RadPageView. I need that when I click on RadTab "A" show me RadPageView "Description" and when I click on RadTab "B" show...
View ArticleSetting editor to adjustable by user
Hi Marin,i tried to clicked the live demo link. but i got an "Error 500"
View Articledsgfdsgdsga
Also, my problem was this code. It seems by using filter in this way, it prevents the row from being added.filter: { field: "LogId", operator: "equal", value: dataItem.LogId}
View ArticleDataType json 2 calls
Asking for clarification on dataType: "json". In an example I created at http://dojo.telerik.com/AQEpe, when I run the code the debugger will display only one call to the customers api if I just list...
View ArticleFiddler stops all internet traffic
Hi guys, The normal workflow in your scenario is to let Fiddler handle the authentication to your company proxy. To achieve this click on Rules -> Automatically Authenticate menu entry. This will...
View ArticleExporting 2 Levels of Details Including Original Grid
I am following the example at http://docs.telerik.com/kendo-ui/controls/data-management/grid/how-to/excel/detail-grid-export to export data to an Excel spreadsheet. The customer would like 2 levels of...
View ArticleDrop preview line in ListBox
Hi, I need to implement DragDrop feature between listBoxes and also re-order within ListBox. I know there is one good sample from Demo, see attachment screenshot. But What I am missing here is the Drop...
View ArticleAppending SelectedValue when used on page with AjaxManager
It works!! thanks!!The CheckBoxes="None" option doesn't work. <telerik:RadDropDownTree runat="server" ID="cmbDueno" Width="700px"...
View ArticleDropdown issue/questions
Figured out a fix: open: function () { $('.k-list-optionlabel').hide(); },
View ArticleWhat's causing the filter menu container to drop all the way down.
It's a little tough since I don't know what causes it. It does seem like the grid calculates the size of the window and populates in the the DIV container with class "k-animation-container". In the...
View Articledsgfdsgdsga
Is it not possible to call "add New Record" on the detail data source when "filter" is being used?
View ArticleJustMock with NUnit and OpenCover - ElevatedMockingException
I'm unable to get JustMock working with NUnit and OpenCover. JustMock works just fine without OpenCover in the mix, and OpenCover works fine without a JustMock test involved.I'm explicitly setting all...
View ArticleSupport for C# 6 in Coded Step
Thanks Nikolay -It looks like Actipro is waiting for the C# team to publish the new grammar spec. See this thread for progress: https://github.com/dotnet/roslyn/issues/3169
View Articlechange the content of tab in SettingsPane depending on the Shape
Hi Martin,I am doing the same as above with a DataTemplateSelector to populate my SettingsPane for each shape. The only difference is I have created UserControls as the ContentControl for each...
View Article