ASP.NET Ajax Controls and jQuery
.csharpcode { overflow:auto; } .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: consolas, "Courier New", courier, monospace; background-color: #ffffff; } .csharpcode pre {...
View ArticleHow To: Display Hierarchical Data with Row Details (RadGridView for Silverlight)
The main goal of the Row Details feature is to let you present additional information about a row. This makes row details the perfect candidate for presenting hierarchical data. My sample uses two...
View ArticleHow To: Easy print and print preview with RadGridView for WPF
Using FixedDocument, DocumentViewer and PrintDialog you can easily create your own print and/or print preview for RadGridView for WPF. I’ve made two extension methods Print() and PrintPreview() to...
View ArticleCommands in Task-It - Part 2
Download Source CodeTask-It SeriesThis post is part of a series of blog posts and videos about the Task-It (task management) application that I have been building with Silverlight 4 and Telerik's...
View ArticlePlaying with aspx page cycle using JustMock
In this post , I will cover a test code that will mock the various elements needed to complete a HTTP page request and assert the expected page cycle steps. To begin, i have a simple enumeration that...
View ArticleWhat's new with TeamPulse?
It’s been two full months since we announced TeamPulse to the world! Since the launch of our first public beta, the TeamPulse team has been extremely busy consuming the amazing feedback we’ve received...
View ArticleShields Up! Web Service abstraction with Kendo UI
When we last looked at the Kendo UI Data Source, we discovered that it could help simplify the process of talking to OData web service end points. By simply setting the "type" property to "odata," the...
View ArticleSee the early bits in action – Try Telerik’s AJAX Q2’12 Beta
I am happy to share with you that the Q2 2012 Beta of Telerik’s ASP.NET AJAX controls is here and you can try it right away. Just as the Q1 2012 SP1 was full of fixes, today’s Beta is full of new...
View ArticlePortland, Oregon, October 2012–Let’s Meet at PNSQC!
I’ll be at PNSQC in Portland, Oregon from 8-10 October, 2012. I’m very excited to be attending – my paper on “Are We Failing at UI Automation?” was selected by the conference, so I’ll be hosting a...
View ArticleThe JavaScript Bat Belt
The Dark KnightThis weekend, I finally did what so many developers have already done several times in the past month. I saw the new Batman movie. I decided for this post, that I would do a complete...
View ArticleEasily create a Modern UI with RadControls for WPF using RadTileList – Part 2
IntroductionIn Part 1 of “Easily Create a Modern UI with Radcontrols for WPF using RadTileList”, we discussed how to get started using RadTileList to achieve a Modern UI Style for your XAML...
View ArticleRequireJS Fundamentals
If you have been following JavaScript development, you might have seen a lot of posts on modules. It's a hot topic in JavaScript and it's easy to jump on a bandwagon. The truth is that the problem that...
View ArticleWeekly Dose of Telerik Support Resources 11/17/2014
Telerik UI for WinFormsNEW help articlesRadTreeViewDrag and drop in bound mode When the RadTreeView is in bound mode, it supports drag-and-drop behavior. In order to enable this functionality, you...
View Article30 Days of TDD: The Complete Journey
At the end of last year, we released a series of technical blog posts aimed at explaining Test Driven Development, starting with the fundamentals and going into some more advanced topics. The 30 Days...
View ArticlePerformance Tip: Use Web Service Load On Demand with RadTreeView
A common scenario for a treeview control is to populate it with lots of nodes. Adding a few thousand nodes initially is not a good idea though. Think of all the rendered HTML. Even rendering a few...
View ArticleSurvey: What do you want to see in upcoming RadTips episodes?
It's been a while since I posted my last RadTips episode. In fact, with recent conference travel, the new Telerik.com web site, and preparations for the Q3 2008 release I've hardly had time to get...
View ArticleWebAii v2.0: Let Your Tests Share the Same Browser Instance
One of the features I really enjoy in WebAii v2.0 is the RecycleBrowser option. It changes the behavior of your tests, i.e. they keep running in the same browser instance (when set to ‘true’) instead...
View ArticleMyTweets demo is now available for download
Telerik MyTweets demo has been updated and now it uses the latest official release of RadControls for Silverlight 4. The source code of the demo is available under your accounts at:MyTweets Source Code...
View ArticleTelerik @ TechEd Europe 2010
Back in Berlin again after a year: more products, more people.It's almost impossible to keep up with all the new products, so we had basically to double our staff to make sure that attendees find an...
View ArticleRadChart for Windows 8 WinRT – A Prelude
This is part one of the RadChart for WinRT blog series. For more information please refer to the other parts of the series:Part two - The CompilationPart three - Taking its First Breath Now that the...
View Article