Using Linq.Any() in a ternary, cause a sql bug
I simplified the model to provide an understandable repro. Real world is far more complicated with 4 successives conditions.Anyway, I've throw away the linq approach for this query, and written a...
View ArticleInsert appointment client side
Fast-forward to today...Is there a way to achieve adding/editing/deleting appointments on Client-Side without the dreaded post-backs or service calls?In some cases all we want is the pretty picture -...
View ArticleAsync FileUpload in ImageManager not working when using DBContentProvider
Hi I have put in place the DBContentProvider as per following link - http://www.telerik.com/support/code-library/connect-radfileexplorer-or-radeditor-to-a-sql-databse .I can get the demo example shown...
View ArticleLoad test will only run locally
I have a scheduling server set up which also serves as the storage server. There are 5 execution servers (including my local computer) all connected to the scheduling server and I am able to run test...
View ArticleReplaying SAZ files from the command line
Hello,I am trying to find a way to use the command line to replay SAZ files with Fiddler as well and am glad to find this post.Being very new to Fiddler, I am looking for some help writing the app...
View Article.setDataSource in Internet Explorer Issue
For anyone searching for answers to something similar - IE caches ajax responses if the parameters have not changed. Therefore you need to place an [OutputCache] attribute on the controller action to...
View ArticleError with HTTPS traffic due to certs with Xbox360
I downgraded to Fiddler2 with no change. Time to check the xbox360 to see if it requires a specific type of cert.
View ArticleData Validation on Kendo Grid with Editor Template on Date field
Hello,I'm having some problems with data validation with the kendo grid. I've set up the Grid to use a model that has several fields. I'm most interested in the DateTime field for which I've set up...
View ArticleError with HTTPS traffic due to certs with Xbox360
"Unfortunately, the same error in the log happened. " I assume you mean to say "a similar error" occurred; if "the same error" occurred, it means your change to disable wildcard certificates was not...
View ArticleGrid in Cordova Application: All rows in a single Line
Hi,I try to use a Kendo UI Grid in a Cordova application. If I open the HTML file in browser it looks good. If I open the Cordova application the header and the footer of the Grid looks good too, but...
View ArticleTimer on modal radwindow causes postback on Parent
How? First rule of looking for answers on the internet. If you figure it out, you post your solution.
View Articlesplash screen / icon overlay
In the head add this:<script type="text/javascript" charset="utf-8"> // Wait for device API Libraries to load function onBodyLoad() {...
View ArticleScripts not appearing in the project
Hello Mike, If you open up your settings.aiis file in a text editor, do you see a section similar to this?"ExcludedFiles": [ "ManualTest (1).tstest", "WebTest(3).tstest", "aWeb Test.tstest",...
View ArticleThe most basic newbie question ever! (lesson 1)
thanks for your response and links they're really helpful !
View ArticleGridViewMultiCheckBoxColumn
I'm trying to create GridViewComboBoxColumn that works like a RadComboBox with the CheckBoxes property set to True.Reading through this post, I cannot find the RadGridView_RowLoaded event. Under the...
View ArticleLoad test will only run locally
Hi Chad,How do I get a load test to run on multiple execution machines? Can this only be done through a test list? In short, that is correct. The "Run this test" button, as shown at the bottom of this...
View ArticleCalendar Crashing in iOS
Telerik version: 2015.3.1016 Xamarin Version: 1.5.0.6447 Here's the code. Just put in App.css and runusing System; using Telerik.XamarinForms.Input; using Telerik.XamarinForms.Common; using...
View ArticleIsDependent Not Changing DDL
Hello, I have used IsDependent on a collection in my parent class to attempt to get a cascade delete, but no matter what I do, the constraint does not appear in the DDL. I have specified that...
View Articleshared remote json datasource?
Say i have three kendoDropDownList's. Each should populate their list using a different part of the response from a single remote json datasource. So say the datasource is this json object:{...
View Article