Cancel a Form save what about the grid ?
I have a form that consist of textboxes AND a grid The model that I use for the form has properties for the textboxes and a List<MyGridmodel> for the grid. What is the best way to implement the...
View Articleprint report in c# winforms not working anymore since the latest telerik update
Hello Danilo, The following code snippet works as expected on my machine which is connected to the network printer specified by name:IReportDocument repDocList = new Report1(); // set printer settings...
View ArticleJob runner refused this job!
Hello Dhaval, Thank you for contacting us. I checked the log file you provided and what I saw in it is that probably you didn't manage to set up the TFS connection correct. Test Studio is trying to...
View ArticleDatePicker parameter not working when published
Hello Gerry, Please test the following:Add a report parameter with tyep DateTime;On configuring the SqlDataSource map the @ARDATE parameter to the added report parameter, and specify the type of the...
View ArticleCustomReportResolver, where are the parameters?
Hi Rick, Thank you for the additional information. Items and sections visibility can be controlled via bindings and conditional formatting based on report parameters. Report parameters can be visible...
View ArticleShow all report data without paging
Hi Avinash, Please test using the VS item template to add an HTML5 Viewer in your application. The item template contains a wizard allowing you to add a project with reports. The Report Wizard will...
View ArticleHow to publish .trdx(Report Designer report) in report server
Hi Narender, Create a user that have access to read and modify reports and connections. Then user can use the Standalone Report Designer tool to create reports, where the designer tool must be...
View Articleemail not rendering correctly in outlook email client
Hi Saru, The HTML Rendering is updated and does not use the Table tag. Details about the HTML rendering are available in Design Considerations for HTML Rendering. The recommended approach to send...
View Articlehow to create Daily ,Weekly,monthly report in report designer (standalone)
Hello Narender, If you refer to the Creating a Calendar Report with Telerik Reporting blog post, the sample user functions and data-retrieval methods can be built in an external assembly (DLL). Then...
View ArticleExpose ScrollState event to list
Hello Elad, Thank you for your question.RadListView for Xamarin.Android extends the Android's RecyclerView and this is why it doesn't have the mentioned event of AbsListView. However RecyclerView...
View ArticleRadGridView Hierarchy: Child table hiding columns in its template
Hello , I have programmatically generated a radgrid with a hierarchy, see screenshot below of the result, its working well.ReportID is the linking column, My problem is, changes i make in the child...
View ArticleGraph logarithmyc
Hi Benjamin, The illustrated Line chart can be created via Graph item. Please follow the steps in the How to: Create Line Chart article. You can change the XAxis.Scale to be LogarithmicScale, and then...
View ArticleGraph SpacingSlotCount category scale dinamyc
Hi Benjamin, Please check my post in your forum thread on the same question - Graph logarithmyc. If you need further help, please let us continue the discussion there. Thus we can keep a better track...
View ArticleNeed to dblclick OpenRecord in a *new* window
Hello Sean, You can use either the template option of the Kendo UI TreeView and embed an anchor element that can have a target="_blank" attribute in it, or the window.open() method. I hope this helps....
View ArticleCreate graphs programmatically
Hi Hin,Please note, that the Chart item is obsolete as of Telerik Reporting Q2 2013 and was replaced by the more advanced Graph item. Thus, if you are using the newer version of the product you will...
View ArticleKendo AutoComplete Get Index
Hello Whey, You can get the currently selected data item and store it in a global variable in the Kendo UI AutoComplete's select event handler. Then the variable can be used in the button click...
View ArticleSorting Grid Columns with some null values issue in Chrome
Hello Lich, The described issue is a caused by the fact that the implementation of the built-in sorting algorithm in Google Chrome is not guaranteed to be stable. You can find a workaround in the...
View ArticleRichTextBox Formatting Not Work
Hello Kevin, I am afraid that I do not understand what exactly you mean by saying that the text formatting does not work. Is it that the cursor is not visible? If this is the case, you could set the...
View ArticleDisable scroll of listview
Hi Vipol, Thank you for clarifying the desired result! Unfortunately, the observed behavior is a result from a restriction the Android API 21 (the one currently supported by Xamarin Forms) and we...
View ArticleProblem with same ListView with different orientation
Hello,I defined 2 same ListView with different orientation. In vertical is all ok, but in horizontal orientation I have different size of items. I tried to define the size of the item, but it's still...
View Article