DevTools for .NET

  • Products Dropdown menu

    DevCraft: The Ultimate toolbox for developers

    WEB UI CONTROLS & COMPONENTS

    • ASP.NET AJAX
    • ASP.NET MVC
    • Silverlight

    DESKTOP UI CONTROLS & COMPONENTS

    • WPF
    • WinForms

    VISUAL STUDIO PRODUCTIVITY TOOLS

    • JustCode
    • JustTrace
    • JustDecompile

    HTML5 / JavaScript Widgets

    • Kendo UI Web
    • Kendo UI Mobile
    • Kendo UI DataViz

    DATA TOOLS

    • Reporting
    • OpenAccess ORM

    MOBILE UI CONTROLS

    • Windows Phone
    • Windows 8

    Unit Testing

    • JustMock
    Download Free Trial With dedicated support.
  • Online demos
  • Free trials
  • Buy Now Dropdown menu

    Buy the Ultimate toolbox for developers

    Buy Online
    • Get a quote
    • Purchase Orders
    • Renewals & Upgrades
    • Volume Discounts
    • Support Plans
    • License Agreement
    • FAQ

    Contact us

    • emailsales@telerik.com
    • uk+44‒20‒7291‒0580
    • usa+1‒888‒365‒2779
    • au+61‒2‒8090‒1465
  • Community & Support Dropdown menu

    Welcome to the Telerik community

    • Support Center
    • Announcements
    • Forums
    • Documentation
    • Videos
    • Webinars
    • Knowledge Base
    • Issue Tracker
    • Code Library
    • Skins

    Community programs

    • Evangelists
    • Insiders
    • MVPs
    Like us on facebook Follow us on twitter
  • Services
  • Blogs
Toggle search

The Telerik Blogs

  • Meet Telerik’s ASP.NET AJAX ODataDataSource Control

    Thursday, June 14, 2012 by ASP.NET AJAX Team | Go comment!

    It has been a while since we introduced the initial version of the OData binding API for our controls. Despite providing robust OData binding, the old API had one major drawback – it was tedious to configure. A lot of markup was required and there was no design time in order to make developers life easier. Well, this is no longer! I am glad to announce that with Q2 2012 we are shipping our newly baked ODataDataSource control which is intended to replace the old API and provide more robust and straightforward way to consume OData services.

    Visual OData Binding

     Its goal...

    Email to a friend
  • Codeless OData Binding for Telerik's Scheduler Control ASP.NET AJAX

    Monday, February 27, 2012 by ASP.NET AJAX Team | Comments 4

    In the previous series of OData binding related posts we introduced OData support for our Grid, ListView and navigation controls. Well, it is time for a new control to utilize such binding. I am happy to announce that forth from Q2 2012 one can easily bind the Telerik's ASP.NET Ajax Scheduler to OData exposed feed using simple markup.

    Why OData

    One may ask why OData when it is possible to expose AppointmentData objects via simple ASMX/WCF service and have the Scheduler directly bound? Well, the OData binding gives you the freedom to bind against any JSON structure, as long as the core scheduler Data...

    Email to a friend
  • New Sample Application for ASP.NET AJAX - Telerik Store

    Monday, December 05, 2011 by ASP.NET AJAX Team | Comments 2

    As a follow up to the webinar hosted by our colleague Carl Bergenhem "Build an E-Commerce ASP.NET AJAX Application", we decided to pick up from where he left the example and extend it to a fully working application incorporating RadControls and the EBay's OData feed.

    Telerik Store home page

    We loved the idea of a MetroUI based layout and introduced the new Metro Skin for RadControls, which fit the initial design with almost no customizations.

    Metro Skin

    This was also a great opportunity to demonstrate the new OData Client-Side binding feature of RadGrid. So we rolled up our sleeves and set to work.

     

    After playing around with the...

    Email to a friend
  • Client-Side Hierarchical DataBinding to OData with RadGrid for ASP.NET AJAX

    Monday, October 03, 2011 by ASP.NET AJAX Team | Comments 4

    If you haven't heard, Odata is a Web protocol that exposes your data to the Web, allowing consumers to make queries through a set of URI parameters. RadGrid, Telerik's ASP.NET AJAX Grid control features a rich client-side API that enables you to easily bind to OData services and have all the paging, sorting and filtering done without ever posting the page to the server. That is all fine if your data is flat. Binding to hierarchical data, however, is another story. RadGrid officially supports hierarchical databinding on the server only. But let's go unofficial for a while. In this blog post we'll demonstrate an approach for detail table databinding...

    Email to a friend
  • AJAX Series Part 3: Advanced Techniques – Performance, Theming, Cloud Deployment

    Wednesday, August 31, 2011 by ASP.NET AJAX Team | Comments 4

    The third, and final, episode of the ASP.NET AJAX webinar series took place yesterday. Much like with the first to webinars I wanted to make sure that I followed the webinar with a blog post containing all of the questions asked during the presentation, as well as a link to all of the recorded webinars. You can find a list of the questions asked below, and as always if your exact question is not found here then it’s due to a duplicate (or very similar) question.

    Q&A

    • Can the RadAjaxManager support partial post back that appends new controls to the page?
      ...
    Email to a friend
  • AJAX Series Part 2: Moving to the Client – Using jQuery and OData with Third-party Controls

    Wednesday, August 24, 2011 by ASP.NET AJAX Team | Comments 2

    Part two of the webinar series occurred yesterday and, just like with the first one, I wanted to follow up with a blog post answering all of the questions that came up. I also wanted to thank everyone that attended, you guys were great and were very attentive (as I saw after reading the chat logs regarding my initial Eval statement!). Your exact question might not be included here, but that’s just due to a duplicate (or very similar) question. You can find all the answers to the questions below:

    • Will this code be made available for download the webinar? ...
    Email to a friend
  • OData support in RadGridView for Silverlight and WPF: The Netflix Catalog

    Saturday, December 11, 2010 by XAML Team | Comment 1

    The Open Data Protocol – the other Microsoft data access strategy along with WCF RIA Services, did not gain as much as popularity as its RIA cousin (yet!). But here in Telerik we want to give you as much freedom and power as possible and this means making it extremely easy for our clients to access and manipulate their data in applications built with our components. Our RadDomainDataSource is coming soon, but is only one piece in the puzzle of enhanced data support in our controls – starting with RadControls for Silverlight and RadControls for WPF Q3 2010 it’s as simple as pie...

    Email to a friend
  • RadGrid for ASP.NET AJAX client-side databinding to OData services

    Tuesday, October 26, 2010 by ASP.NET AJAX Team | Comments 6

    RadGrid's client-side databinding capabilities got boosted to a new level with the Q3 2010 release of Telerik RadControls for ASP.NET AJAX. RadGrid now supports automatic databinding to OData web services. For those of you who have never heard, OData (short for Open Data) is a data exchange protocol that enables data transactions to be carried over standard web protocols (HTTP, Atom, and JSON). OData exposes your data over the web to a variety of consumers, building on technology that is widely adopted.

    With the Q3 2010 release, we have added automatic client-side databinding support for OData services. To configure RadGrid for binding to an OData service, you...

    Email to a friend
  • How To: Hierarchy Load On Demand With RadTreeView for Silverlight, MVVM and OData

    Tuesday, October 26, 2010 by XAML Team | Go comment!

    Similar to this post, I’ve made a similar example on how to load on demand RadTreeView for Silverlight three level hierarchy using MVVM and OData service: 

    XAML 

    <UserControl.Resources>
        <DataTemplate x:Key="OrderDetailsTemplate">
            <Grid>
               ...
            </Grid>
        </DataTemplate>
        <telerik:HierarchicalDataTemplate x:Key="OrderTemplate"
                ItemsSource="{Binding OrderDetailsCollection}"
                ItemTemplate="{StaticResource...
    Email to a friend
Subscribe for updates
Bloggers Archive Tags
  • Just* Team (155)
  • Telerik Marketing Blog (378)
  • Carey Payette (11)
  • Support Department Blog (23)
  • Michael Crump's Blog (78)
  • Phil Japikse (53)
  • Mehfuz Hossain (2)
  • WinForms Team (180)
  • Windows Phone Team (77)
  • OpenAccess ORM Team (169)
  • Chris Eargle (17)
  • ASP.NET AJAX Team (471)
  • XAML Team (375)
  • JesseLiberty (77)
  • Vladimir Enchev (115)
  • Georgi Atanasov (38)
  • Windows 8 Team (28)
  • Jeff Fritz (8)
  • Miro Miroslavov (18)
  • Reporting Team (148)
  • Telerik Services (7)
  • Todd Anglin (65)
  • Evan Hutnick (97)
  • Valentin Stoychev (64)
  • Vesselin Vassilev (6)
  • Hristo Kosev (42)
  • Vassil Terziev (87)
  • Nikolay Atanasov (60)
  • The Telerik VSXTeam Blog (25)
  • Chris Sells (6)
  • ASP.NET MVC Team (70)
  • Vladimir Milev (34)
  • Developer Community's Blog (33)
  • 2013 May (14)
  • 2013 April (48)
  • 2013 March (55)
  • 2013 February (52)
  • 2013 January (42)
  • 2012 December (43)
  • 2012 November (40)
  • 2012 October (63)
  • 2012 September (45)
  • 2012 August (45)
  • 2012 July (37)
  • 2012 June (57)
  • 2012 May (42)
  • 2012 April (40)
  • 2012 March (43)
  • 2012 February (68)
  • 2012 January (21)
  • 2011 December (34)
  • 2011 November (61)
  • 2011 October (36)
  • 2011 September (57)
  • 2011 August (41)
  • 2011 July (55)
  • 2011 June (48)
  • 2011 May (53)
  • 2011 April (51)
  • 2011 March (76)
  • 2011 February (39)
  • 2011 January (29)
  • 2010 December (50)
  • 2010 November (58)
  • 2010 October (33)
  • 2010 September (36)
  • 2010 August (33)
  • 2010 July (57)
  • 2010 June (48)
  • 2010 May (42)
  • 2010 April (68)
  • 2010 March (50)
  • 2010 February (42)
  • 2010 January (46)
  • 2009 December (48)
  • 2009 November (49)
  • 2009 October (28)
  • 2009 September (38)
  • 2009 August (32)
  • 2009 July (40)
  • 2009 June (30)
  • 2009 May (46)
  • 2009 April (51)
  • 2009 March (39)
  • 2009 February (59)
  • 2009 January (54)
  • 2008 December (39)
  • 2008 November (41)
  • 2008 October (56)
  • 2008 September (57)
  • 2008 August (38)
  • 2008 July (48)
  • 2008 June (46)
  • 2008 May (20)
  • 2008 April (18)
  • 2008 March (16)
  • 2008 February (17)
  • 2008 January (8)
  • 2007 December (9)
  • 2007 November (11)
  • 2007 October (4)
  • 2007 September (17)
  • 2007 August (12)
  • 2007 July (16)
  • 2007 June (13)
  • 2007 May (19)
  • 2007 April (13)
  • 2007 March (11)
  • 2007 February (4)
  • 2007 January (6)
  • 2006 December (4)
  • 2006 November (11)
  • 2006 October (9)
  • 2006 August (1)
  • 2006 July (2)
  • 2006 June (3)
  • 2006 May (6)
  • 2006 April (6)
  • 2006 March (5)
  • 2006 February (8)
  • 2006 January (6)
  • 2005 December (9)
  • 2005 November (8)
  • 2005 October (10)
  • 2005 September (6)
  • 2005 August (3)
  • 2005 July (2)
  • 2005 May (1)
    silverlight winforms telerik windows-phone aspnet radcontrols-for-silverlight reporting aspnet-mvc silverlight-4 xaml radcontrols openaccess-orm net windows-forms winrt howto justtrace wp7 win8 radeditor release metro radtips wp7dev themes visual-studio styling winjs taskit servicepack javascript optimization performance roadmap mocking skin mvc Windows-Phone-8 radtreeview q1-2012 q2-2012 client-side radcontrols-for-windows-phone-showcase wpf wcf-ria-services q1-2010 service-pack events metro-ui q1-2011 getting-started telerik-ajax-grid windowsclient conference webinars 2011 c silverlight-3 linq treeview databinding accessibility aspnet-45 web-ui ui vsextensions wp8 chartview odata q2-2011 teched visual-studio-11 net-tools client-side-databinding wcf radpivotgrid contextmenu combobox theme justcode refactoring code-analysis design telerik-openaccess-orm pdf coverflow prism radrichtextbox visual-studio-2012 q3-2012 justmock-lite radwebinar aspnet-ajax data components support-resources mvc3 crm radgridview-for-silverlight sample-applications example rss radcoverflow editor design-time application grid html diagram raddatepicker agile Q1-2013 customization radmap ria-services web-service localization radrotator visual-style-builder memory-profiler template reporting-parameters contest sql-server warehouse features mobile-devices vs11 webapi jquery radfileexplorer browsers optimization-tips windows-store build gauge navigation rich-ui menu video visual-studio-2010 vs-2010 scheduler virtualization drop n-tier dragdrop installation radmenu xml testing-framework falafel code-camp radcalendar windows-7 reporting-crosstab services wcf-data-services helpdesk radajax free radjumplist awards testing radchartview radupload mvvm-light test-studio raddatapager silverligh radribbonbar videos resources radslider visualization q3 tips silverlight-editor grouping vs2012 courseware messagebox office2010 windowsclientnet extensibility refactor gallio mbunit-3 decompile test-runner qunit radimageeditor case-studies microsoft prizes sharepoint-2010 q3-2010 connections css3 developer-tools migration orgchart barcode blogs reduce-assembly-size radajaxloadingpanel radrating radcaptcha internet-explorer web-api best-practices raddiagram gallery help 2009 licensing wai-aria devconnections msdn M-V-VM memory-profiling OLAP series dependencyproperty layout vs2008 appearance mvvm map filtering raddomaindatasource radtileview windows gridview docking transition blend radbook persistence workarounds hristo-borisov hierarchy word localizationmanager control-panel coded-ui-tests raddock carousel propertygrid paging listview sp1 upgrade internal-build formatter justteam plugins subreport minneapolis orm pdc2008 survey report-items twitter interactivity keyboard-navigation qr-code radasyncupload web-developer-tools console canvas support-lifecycle firefox dev-tools rtm drill-down load-on-demand radinput validation collaboration ajax wcf-web-service general web-site digital-media organizational-chart radtreelist declarative-binding radnotification radsocialshare client-side-api routing opera wcf-plain-services mvc4 silverlight-5 openaccess-sdk assembly-minifier optimizer minify kendoui-for-aspnet-mvc mvc-grid upload conversationview radpickerbox wrap-layout ui-virtualization dashboard mix httpmodule radtabstrip dotnetregister stephen-forte aspnetpro-magazine mix-08 telerik-insiders website competition devproconnections mix-11 radtimeline radsparklines raduploaddroppanel rx reactive-extensions windows-phone-wednesdays just-plain-cool profiling RadDataForm new-control dropdownlist lightweight Searchbox Persistence-Framework Model-binding less Graph improvements Windows-RT software-testing annotations empty-values openaccess pixel-snapping extension-methods pointmark snapshot ria implicit-styles gantt radcontrols-for-wpf radcontrols-for-winforms vista routed-events webinar treev easing panelbar cookies htmlplaceholder color beta effects image-processing ziplibrary row-reorder groupbox label copypaste clipboard ironpython calculated-column dlr sorting data-engine virtualqueryablecollectionview netflix ribbonwindow outlookbar radmediaplayer editing silverlight-html richtext richtextbox q2-2010 gids silverlight-themes compass wpf-telerik-raddocking telerik-raddocking wpf-raddocking toolbar sandcastle totals csv financial trackball demo touch radmessagebox dialog start right-to-left project tpf gmail codeplex typing-assistance c5 await appx keyboard-shortcuts colorization solid dependency-inversion refactorings q2-2012-service-pack-2 net-memory-profiling net-performance-profiling justmock-unit-testing-mocking-nunit-mocking-tdd-test-driven-development technical-debt sl-oob-profiling live-data stubs fakes clr arrange-act-assert visual-aid async vbnet telerik-license-winner ten-year-anniversary report-designer service boston free-software bizspark john-kellar gabe-sumner sql-server-management-studio bugs linq-to-xml forward-mapping mysql devlink report-group page-number crosstab calendar objectdatasource open-xml-formats powerpoint viewer radcontrols-for-aspnet-ajax zoom markdown format autocompletebox 2d-rendering q2-2012-sp2 htmlchart discontinued radeditor-for-moss scripts ie9 aspnet-button client-templates htmlchart-radhtmlchart-chart-aspnet-ajax-radcontrols-comparison-radchart ebook qamp htmlchart-radhtmlchart-chart-aspnet-ajax-radcontrols multicolumn-headers track-changes web-forms strongly-typed-controls tag q1-2012-sp1 dimitar-raykov internship page-inspector trial designer drag-and-drop biff treelist qa data-source-engine reordering google navigation-controls organizational radticker radtextbox telerik-support tsak roadmaps toolbox web-parts scroll extender tooltip animation reorder seo items futures xmldatasource mathml radcolorpicker as radformdecorator-webkit-safari-chrome-scrollbar-styling radformdecorator-accessibility-radio-buttons-checkboxes-khtml-appearance-focus css-form-decorator-webkit-safari-chrome safari radslideview spatial-data add-openaccess-service sql-server-2012 adonet-data-services advanced tegra ray-gun-navigator stored-procedures linqpad stored-procedure xap-minifier radribbontab cag telerik-extensions-for-aspnet-mvc scatter-line scatter web dataform popup compiler radtrialreminder application-building-blocks radrateapplicationreminder ctp lob sp2 fast tree web-mail architecture radajaxmanagerproxy linq-to-m m comparison-and-migration-tool mono new-year vanatec surprise books powershell mind-mapping forms izoofari red-herring europe-top-100 radpony agile-myths project-management las-vegas devconnections-2012 open-source freiburg starwest xbox office2007 game moonlight linux team-productivity webui-test-studio alm radtreemap upload-parameters upload-filters esri-shapefiles kml-data radbulletgraph backstage-view q12012 custom-gantttask highlighting custom-timeline-items advanced-tooltips trackball-behavior pan-and-zoom-behavior radcartesianchart resource-grouping resource-filtering radentityframeworkdatasource radcalculator radcoloreditor radpdf radbarcode patterns-practices epic raduniformgrid modularity behaviors source-code repository-pattern telerik-rocks precon lightswitch radphoneapplicationframe live-tiles caliburnmicro push-notifications drag-cue raddraganddropmanager radanimation radwrappanel user-group mvp firestarter new-england-code-camp designer-developer-experience inotifydataerrorinfo dashboards application-library-caching northeast-roadshow software-craftsmanship wireframes WP RadAutoCompleteBox Token legacy-code Login Redirect Authorization Unexpected-redirect Page-Lifecycle .NET3 .NET2 2008 2005 Telerik-Academy Corporate-Social-Responsibility BAIT RadTreeList-for-ASP.NET-AJAX RadGrid-for-ASP.NET-AJAX RadPivotGrid-for-ASP.NET-AJAX RadControls-forAccess-ASP.NET-Ajax RadconQ1-2013 asp.netASP.NETQ1-AJAX Conference-Buddy Telerik-ASP.NET-AJAX SharePoint-2013 DropDownTree Zip-Library PdfViewer RadDropDownTree webfarm webgarden web-garden web-farm client-side-binding custom-colors RadPdfViewer Design-Time Designers decompilation future code-templates diagrams Nokia Hackaton RadPanorama RadLiveTileElement request server callback postback webservice comparison Wallet supp drawing Image-filters Report-Viewer AppMock aspnet-ajax scss sass QUnitMetro DevCraft Q2-2013 Silk Glow BlackMetroTouch serializer storage-provider persistencemanagerproxy persistencemanager settings save-settings CodeProject startup paste-from-word Intune range-bar-series multi-axes multiple-axes CJK sup extension hackathon Drag-and-Drop tip-of-the-day anti-aliasing radchart debugging expression-blend chart integration exporting ux row-details radgridview radwindow entity-framework radscheduler radgauge community radribbonform radexpander support animations breadcrumb routed-commands mef radtransitioncontrol adrotator slider tileview official-release drag-amp fixes windows-phone-7 image-editor zip radribbonview data-templates visual-studio-tips sql-server-2008 vertical-coverflow control radscheduleview rating backstage intellisense circle half quarter bindablelinq word-processor age-pyramid silverlight-word-processor silverlight-coverflow silverlight-richtext sqldatasource india wpf-docking raddocking drag-drop radtoolbar extensions export excel print touch-support panorama pivotgrid printing windows-8 coded-tests windows8 facebook autocomplete outlook css radcarousel telerik-reporting cab immersive expressions dialogs load msaa win radwizard automation wizard coversion visual-studio-extensions radconrolspy demos test-driven-development tdd unit-testing vs-2012 mocking-tool automocking justdecompile winmd api profiler performance-profiling memory-leaks bdd naming-conventions jasmine largest-memory-retainers camel-case-searcher lazy-programming file-system justmock search razor productivity ultimate-collection devcraft-complete community-team teched-europe teampulse developercommunity sql-azure ireportresolver telerik-tv silverlight-foundations hdc evangelists radgrid picturebox report-parameters send-email adobe-acrobat training radcombobox telerik-trainer page-aggregate sharepoint azure rendering cloud self-hosted-service case-study filter medium-trust radtagcloud keyboard-support telerik-ajax-pivotgrid skins new ribbonbar import format-painter configurationpanel mobile graphics radhtmlchart moss sharepoint-2007 ribbon chrome radbutton controls a whats-new clientitemtemplate web-development radformdecorator data-binding xhtml support-tickets style radlistview json resizing column-show-hide thumbnail q3-2011 social-network html5 web-resources radorgchart scrolling radspell overview headercontextmenu aria prometheus revert column dotnetnuke wiris caching dynamic-data troubleshooting tutorial code-generation spatial typeconverter project-templates nuget metrics kendoui database or nvidia stored-procedure-editor reverse-engineering generic-data-access minifier svg unobtrusive-validation how-to hub-tile flickr hubtile raddataboundlistbox radtimepicker data-visualization csc named-arguments context-menu radtooltip radpaginationcontrol raddiagnostics radbusyindicator radchart-for-wp7 sample q1 documentation radinputmanager compression oslo phone-support consulting-express secret-project new-product avaxo peter-blum show-off company readers-choice-awards pdc ideas-and-feedback-portal speaking announcement q3-release webinar-week sitefinity smashing-conference chris-sells award xamlflix radpivotmap raddatabars radtimebar radbreadcrumb contextual-tabs icon-viewmodel radganttview-ctp radpolarchart custom-appointments radvirtualizedwrappanel event-to-command lob-chronicles crm-demo infrastructure attributes hands-on-lab q1-2011-sp1 telerik-eastern-canada-user-group-tour silverlightrecruit bi net-user-group q2-2009 application-design PivotOverview RadControls-for-Windows-Phone RadListPicker Forbes NUnit Authentication Bulgarian-Association-of-Information-Technologies OLAP-BROWSER sdk web-farm load-balancing load-balancing load-balanced Access-Data asp plu
  • .NET Developer Tools DevTools

    UI controls for ASP.NET AJAX, MVC, WPF,
    Silverlight, Windows 8 and Windows Phone

  • Hybrid Mobile Development Icenium

    Cross-platform Mobile Development Tool
    with cloud-based architecture

  • HTML5 / JavaScript Development Kendo UI

    Everything you need to build sites and
    mobile apps with JavaScript and HTML5

  • Testing Tools Test Studio

    One easy tool for Functional, Performance,
    Load and Mobile software testing

  • Online Business Platform Sitefinity CMS

    Everything for your online business - content
    management, ecommerce, emarketing

  • Agile Project Management TeamPulse

    Simple and intuitive project management
    and collaboration software

Contact us

We are here for you.
  • usa+1‒888‒365‒2779
  • uk+44‒20‒7291‒0580
  • bg+359‒2‒8099850
  • de+49‒89‒2441642‒70
  • au+61‒2‒8090‒1465
  • emailsales@telerik.com
Your account Access to your products, updates and support
Telerik Product Families
  • Anonymous

    • Account Overview
    • Support Tickets
    • Edit Profile
    • Log out

    Your Bookmarks

    It seems you haven't bookmarked any pages. Fix that by clicking the button below

      Bookmark this page
    • ABOUT US

      About Telerik

      • Company
      • Press Center
      • Customers
      • Community
      • Careers
      • Contacts
    • shopping cart

    Products

    .NET Developer Tools

    • ASP.NET AJAX Controls
    • ASP.NET MVC Extensions
    • Silverlight Controls
    • Windows 8 Controls
    • WPF Controls
    • WinForms Controls
    • Windows Phone
    • Telerik Reporting
    • Telerik OpenAccess ORM
    • JustCode
    • JustMock
    • JustTrace
    • JustDecompile

    SharePoint

    Controls and Web parts

    Agile Project Management

    • TeamPulse
    • Ideas & Feedback Portal

    HTML5 JavaScript Framework

    • Kendo UI Web
    • Kendo UI Mobile
    • Kendo UI DataViz

    Hybrid Mobile Development

    • Icenium

    Software Testing

    • Test Studio
    • Test Studio for iOS
    • Testing Framework

    Web Content Management

    • Sitefinity ASP.NET CMS
    • Add-ons Marketplace

    Value Bundles

    • DevCraft Ultimate

    Services

    • Software Development
    • Training & Mentoring
    • UX & Design
    • Assessments
    • Enterprise Solutions

    Demos

    • Developer Tools
    • Agile Project Management
    • Software Testing
    • Web Content Management

    Free Trials

    Purchase

    • Request a Quote
    • Contact Sales
    • Purchase Orders
    • Renewals & Upgrades
    • Volume Discounts
    • Support Plans
    • License Agreement
    • FAQ

    Free Tools

    • Telerik Minifier
    • Code Converter
    • Razor Converter
    • JustMock Lite
    • JustDecompile

    Community & Support

    • Support Center
    • Announcements
    • Documentation
    • Forums
    • Webinars
    • Videos
    • Code Library
    • Issue Tracker
    • Knowledge Base
    • Skins

    Blogs

    About Us

    • About Us
    • The Telerik Difference
    • Customers & Testimonials
    • Awards
    • Press Center
    • Events
    • Follow Us
    • Career Opportunities
    • Management
    Telerik - deliver more than expected
    • Contact Us
    • Site Feedback
    • Terms of Use
    • Privacy Policy

    Copyright © 2002-2013 Telerik. All rights reserved.

    • USA: +1‒888‒365‒2779
    • Germany: +49‒89-2441642-70
    • UK: +44‒20‒7291‒0580
    • Bulgaria: +359‒2‒8099850
    • Australia: +61‒2‒8090‒1465
    • mail: sales@telerik.com
    • Telerik fanpage on Facebook
    • Telerik updates on Twitter
    • Telerik company page on LinkedIn
    • Telerik on Google+
    Powered by Sitefinity ASP.NET CMS