Client-side data-binding with RadGrid for ASP.NET AJAX, WebServices and LINQ
As a TRUEASP.NET AJAX Controlyou have almost unlimited possibilities with RadGrid for ASP.NET AJAXclient-side API. I've spent ~ 30 minutes to create small and powerful demo with client-side...
View ArticleDetail row for your WPF DataGrid with ADO.NET DataService binding
Using GridViewRow template and simple trigger you can define, style and show details for every data row in your RadGridView very easily: <Style TargetType="{x:Type telerik:GridViewRow}">...
View ArticleHow To: Save and load settings with RadGridView for WPF
I’ve made small demo on how to save and restore various RadGridView settings using ApplicationSettingsBase. To turn on this for your grid you can simply set RadGridViewSettings.IsEnabled attached...
View ArticleLightweight DataTable for your Silverlight applications
UPDATE: Please visit this post for more info about dynamic objects binding! Since there is no DataTable in Silverlight I’ve created small class that can be used to generate columns and rows in runtime...
View ArticleHow To: Twitter search with RadGridView for Silverlight and Twitter REST API
I’ve made small demo application on how to search Twitter using Twitter REST API and RadGridView for Silverlight: To download Twitter ATOM response you can use simple WebClient: if...
View ArticleDynamic binding for your Silverlight applications
In the early days of Silverlight binding support for advanced dynamic scenarios was very limited (remember my DataTable?). Since then, however, the platform has evolved greatly – so did our tools!...
View ArticleGet Started with ASP.Net AJAX Controls: Project Introduction and Navigation
In order to introduce ASP.Net developers who may have spent more time with MVC or have not used the ASP.Net AJAX controls from Telerik, we are going to document the creation of a sample project for...
View ArticleAre Roaming Settings Coming in Visual Studio vNext?
Visual Studio Settings in the Cloud is the star feature of the Q3 2012 release of JustCode, and it appears that Microsoft has taken notice. The Microsoft Visual Studio Core IDE Team kicked off the New...
View ArticleWindows Phone 8 - Persisting Conference Buddy to a JSON File
Welcome back again to the series on “Conference Buddy” an app being written in Windows Phone 8 as well as Windows 8, in this blog post we will specifically target Windows Phone 8. Let’s take a look at...
View ArticleDeveloper Resolutions for 2013
My friend and coworker Chris Eargle wrote a great post on some resolutions for the New Year. It made me think about how lucky we were to avoid this particular apocalypse (along with all of the others...
View Article