Calendar crashes on selecting date and changing of page
Hi Joe, Thank you for sharing this code snippet! We can confirm that the described behavior is bug from our side. I have logged it in our system and we will resolve it in our next official version....
View ArticleExport Report to Excel. Excel Skipping Every Other Row Around Row 120
Hello Tim, We weren't able to reproduce the missing Excel file rows on our end. In order to investigate the issue further we will need to review the generated XLSX file and a sample report definition...
View ArticleField Naming rules for whole context
Hi Jonah, You can easily set FieldNamingRules to all your configurations with a simple loop:protected override IList<MappingConfiguration> PrepareMapping(){ List<MappingConfiguration>...
View ArticleGrid with ServerAggregates Example
Hello Keith,Please find below the required information in order to enable the server aggregates. schema.aggreates defines the field in the server response which contains the calculated...
View ArticleScheduleview change view definitions time format programmatically
Hello Shalin, In order to set that desired format for the TimerulerMajorTickStringFormat you need to use the string value shown below:this.dayViewDefinition.TimerulerMajorTickStringFormat =...
View ArticleSystem.Configuration.ConfigurationErrorsException
Hello, This error usually occurs when there is a mismatch in version numbers between the actual server version and the one in the config file. I am glad to hear that you have managed to resolve this...
View ArticlePinDialog plugin not loading
Hello Giancarlo, AppBuilder doesn't build the applications as Companion apps for Debug mode and all custom Cordova plugins should work there just as in Release builds. This said, I would suggest you to...
View ArticleQuery limit
Hello SI, Thank you for your answer. From this additional information I now see you are using SQL SERVER 2000, which does not support the TOP clause. As you can check on this link, the TOP clause is...
View ArticleBreak line in cell table
Hello Thien, You can use a text function to replace comas with new lines in the field. For example:= Replace("Example 1, Example 2, Example 3",", ","") You can also format the string via custom...
View ArticleInstall Internal Release JustCode on Windows 10
Hello Paul, Thank you for your cooperation. Please let us know if you experience any other issues. Regards, Steliyan Telerik Do you want to have your say when we set our development plans? Do you want...
View ArticleClient Template in grid column
Hi Everybody, I have a problem using the grid in asp.net mvc and Telerik for asp.net mvc. The Client template works fine when entering information and fine display a DateTimePicker. But when I...
View ArticleHow to select/highlight an item in a RadToolBarSplitButton dropdown on client
Hmmm. If all I'm doing is handling the toolbar button's click event and dynamically setting it's imageUrl property, then why do the "CheckOnClick" and "AllowSelfUnCheck" properties even exist. They...
View ArticleSilverlight Reporting Nuget Package
Hello Ronald, We do not offer the Silverlight Report Viewer assemblies as a NuGet package and due to some limitations we do not have plans to add such support. Our suggestion is to continue using your...
View ArticleConverting from ZipPackage to ZipArchive
I am trying to incorporate the latest build with ZipArchive rather than ZipPackage and am having difficulty getting it to create a valid zip file. Here is what works using the ZipPackage:DimVehicleID...
View ArticleRadGrid Custom Filter OnTextChanged event got triggered twice
Hi There,I am using a custom filter in my RadGrid, but when debugging I noticed that the OnTextChanged event got triggered twice. However, if I remove the AjaxSetting section, everything works fine....
View Articleproblem drag on firefox
I have on treview, i select one node to drag to asp text box but dosent work on firefox, in IE and Crome works fine.can any one suggest me something? thanks in advance.
View ArticleReusing test steps in multiple tests
Thank you, Cody. I'm not understanding what I'm supposed to use for a BaseURL?
View ArticleDynamically assign/change datakeynames to RadGrid
Any Ideas, simple way of changing datakeynames to the grid, Please..Thank you
View ArticleOracle Fluent Model FK Name is too long
Hi, we have just update our application to Q2 2015 and this error persists. ¿It's necesary to add any configuration in order to generate names of 30 characters less for foreign keys? Thanks in advance
View Article