HTML5 Report Viewer json data source
Hello Kelvin, Reports are processed and rendered on the server, where the Reporting RESt service is running. The HTML5 viewer is only a client that can reside in any web application. the viewer loads...
View ArticleHow to set PDF password in reporting manually in code
Hello Senthil, The PDf security settings can be applied through the deviceInfo parameters passed to the reportProcessor.Renderreport method - Password Protection. All PDF device settings are listed...
View ArticleMailMerge with ExpandoObject
Hello Tomasz, Yes, I can confirm that the merge operation is not working. It appears that the example only shows how you can replace the insert merge field button. So to make this work you need to...
View ArticleMaster page - Content Page radajaxpanel postback problem
Hello, I went through the provide code and noticed that you have RadAjaxPanel and RadAjaxManagerProxy in the ContentPage which is not recommended. Could you try adding RadAjaxManager control in the...
View ArticleUndo/Redo in GridView
Hello Abhinav, There is no out-of-the-box functionality for satisfying this requirement. A possible solution might be to adopt the approach demonstrated in the Undo Functionality in Grid forum thread....
View ArticleThe assembly "xxx" is not permitted to be used in an ObjectDataSource
Hello Scott, Custom configuration settings cannot be read from an XML config file, and JSON config files are not yet supported. Please modify the ReportsControllerBase implementation (the Reporting...
View ArticleFiltering a bootstrap table
Hi Angel, The grid is populated using the mvc structure. In the Alerts controller, the service layer for alerts is called and this gets the relevant data from the database. What I guess I am trying to...
View ArticleReporting WCF in Console App
Hello Shilpi, If you are using a Silverlight ReportViewer and Reporting WCF service, reports should be hosted in the Reporting WCF service's project. At the client you can get rendered report by using...
View ArticleClient side events in Gantt
Great, now it's working !I think that this line was the key:var $ = $telerik.$; Thank you very much :) !
View ArticleSet scheduler resources dataSource after initialization
Hi,I want to initialize the scheduler in the beginning like http://demos.telerik.com/kendo-ui/scheduler/timelineit will also have two level of grouping but that will be dynamically fetched at runtime...
View Articlehow to create event for child grid template
Hi Team,Please suggest the way to access HeaderRows in the child templates of the Gridview in the GridView_ValueChanged event, or If I am wrong Please tell the name of the event in which we can access...
View ArticleChart animation speed
Hello Chase, I am afraid this functionality is not available in Kendo UI Chart yet. If you have a minute, you could cast a vote / leave a comment for it in this UserVoice item:...
View Articlecolor the states in USA map
Hi, Note that KML is an XML but using a specific tags and attributes. The UsaSimplified.xml is actually in KML format but it is saved under the .XML extension. The UkSimplified.kml file is in the...
View Article[Pre-Sales] How to handle click event of Column Headers of UWP RadDataGrid
Hi, I am developing a UWP app and evaluating your RadDataGrid for the same. However, I wish to implement the following behaviors in your RadDataGrid.1) How to handle click event of Column Headers of...
View ArticleGrid filtering issue after updating from R2 to R3
I have a page that opens up a KendoWindow with a Grid. I have a Kendo DDL outside of my Grid that calls a method to filter the contents of the grid from the Ajax datasource. The Grid is wrapped inside...
View ArticleNeed to show pop up list control when click button
Hi Everyone,I want similar control as shown in attached image. I want to populate pop up window with list control when we click on button. Similar to test studio recorder control.Is there single to...
View ArticleDatasource generated via SQL to local database
Thanks for the input, unfortunately the examples weren't too useful and to craft up a fully functioning example would be too time consuming at this point. When I'm done with the project I'll do so....
View ArticleWPF RadGridView header row double click
Hello, May I ask you to specify what do you mean by "header row"? If you are referring to the GridViewIndentCell of GridViewRow element, I would suggest you topredefine the template of the GridViewRow...
View Article[Bug] Grid Commands are not shown in Scrollmode
Hi,when you have a grid with a scrollbar, then the command Buttons are not shown example: http://dojo.telerik.com/utoFA/2 when you change the "2000px" width to "200px" then you see the details and...
View Article