Failed to clear temp storage
Getting the following error message in my debug window console: "Failed to clear temp storage: It was determined that certain files are unsafe for access within a Web application, or that too many...
View Articlefiltering a field for nulls
How would I set up a filter that looked for null values in a numberic field?filter currently looks like this:'$and': [ { 'CompanyId': null }, { 'IsActive': true }...
View ArticleHosting
Update: I *have* finally managed to migrate our TeamPulse database from SQLServer to Azure as follows: I eventually managed (using SQL Database Migration Wizard and editing the intermediate script it...
View ArticleSuddenly "Portal is unlicensed" after move to another server?
We have just moved Team Pulse from one windows server to another. I installed TeamPulse on the new server, and then when requested, I deactivated the license from the old server and all seemed to be...
View ArticleRadDatePicker Style templete
Can you please provide style template as per my requirement i need to change the styleRadDatePicker Style templete. Thanks Chandra
View ArticleCordova Hybrid And NativeScript
Hi! Trying to understand What is the difference between develop an app with Cordova Hybrid and develop with NativeScript. What are the implications, both in terms of the development process itself,...
View ArticleSetting value after form[0].reset()
And here is a snippet, just paste it into kendo dojo to see, that after form.reset neither select() nor value() affect the dropDownList<script> var resetForm; var myDropDown;...
View ArticleRadEditor-editor tool controls are getting freezed
In telerik:RadEditor the below editor tool controls are getting freezed at times and become unusable.<telerik:EditorToolGroup> <telerik:EditorTool Name="FormatBlock" />...
View ArticleGet row index of bottom most row
But I don't know if there have been new records added or not, so get_dataItems[0] may works sometimes but not others.Anyway, I got this code check from elsewhere, so I'm hoping it does the trick. So...
View ArticleData-driven tests. Run initial steps once?
I basically have this in my test: LogonDo other stuff (with data) How can i run Logon once, then run the "Do other stuff" step with each of the data rows?
View Articletable - full width and add x-scroll
Hi, In order to add horizontal scrollbar set larger column widths and apply a (min-)width style to the Grid table. Further details on the matter are available in the Grid...
View ArticleNew version wont load
When I logged into Telerik Control Panel this morning, it indicated that I had an older version and would need a new one. When I click the link to load the new version, I get a screen with Your Account...
View ArticleCustomKeyboardCommandProvider and Ctrl-Modifier
Hi,I am having the following issue with my Custom KeyboadCommandProvider for RadGridView: If the user presses Ctrl+Down key, i want to select the third column of the next row. Therefore i move down...
View ArticleTelerik Control Panel
Hi David, Please accept our apologies for the inconvenience caused. We have made some changes that blocked the update of Telerik Control Panel but now everything should work as expected. Based on the...
View ArticleWhy is the controller being repeatedly called?
I set a break point in the constructor of my controller and I noticed that the controller is getting called several times on the startup of my project.In my _Layout I have a menu control setup like:...
View Articleaccess to Graph Data Points
Hi Ghayth, As your data is not grouped by the series, ColorPalette property will not be in use as it assigns colors to different series but not to different data point values. In order to set a custom...
View ArticleBanded Rows in a Table???
Hi Joe, If your table is a static table (does not have any dynamic data) = RowNumber()%2expression will be executed only once and the result will be 1. Therefore, the color will be applied to the whole...
View ArticleConditional Formatting
Hi Vladimir, We do our best to test all the features we include in each product and provide stable, ready-to-use functionalities. I’m afraid introducing a similar property could cause unstable...
View Article