What to Look for When Choosing a React Data Grid Component
Selecting a React grid is something a lot of us will eventually be required to do as an enterprise level developer. In this article I try to give some insight into what features I look for in a data...
View Article3 Questions to Ask When Migrating from Desktop to Web
With modern web frameworks cropping up more and more frequently, development and product managers are struggling to know when to jump in and update their legacy applications, what the right reasons are...
View ArticleHow to Use a Vue Area Chart UI Component in Your Web App
Area charts make it easy to visualize a trend over time. Learn how to easily add an area chart to your web app.In the last article, we learned about the pie and the donut chart in Kendo UI for Vue. In...
View ArticleReact Hooks and Component Composition
In the first article in this series we covered a number of advanced patterns in React. This time we’re going to learn more about how we can use React Hooks to replace some of these patterns to increase...
View ArticlePromisifying Legacy Web APIs Just for Fun
We'll go through the basics of Promises and callbacks, and demonstrate the simplicity of promisifying the old XMLHttpRequest API.It is no longer news that new JavaScript development patterns since the...
View ArticlePassing Variables to CSS on a Vue Component
In this article, I will share with you the process of discovering one of the not-so-common features of Vue.js, the injection of CSS variables from the component's script. Let's get a headache together...
View ArticleThe Journey of JavaScript From Downloading Scripts to Execution – Part III
In this article, you’ll learn how JavaScript is executed in the browser. The browser uses JavaScript runtime (like V8 in case of Google Chrome), CallStack, Memory Heap, Callback Queue and Event Loop...
View ArticleYour First Look at GraphQL Queries, Mutations, and Subscriptions
In this post, we give you insight into GraphQL features covering queries, mutations, and subscriptions.GraphQL is an open-source data query and manipulation language for APIs, and a runtime for...
View ArticleWhat's New in the Telerik UI for WinForms R2 2019 Service Pack
Check out the latest features and fixes just released in the service pack for Telerik UI for WinForms, including improved dialogs and searching. Along with several new features, we've introduced 40...
View ArticleImproved DesktopAlert, Map & More in Telerik UI for WPF R2 2019 SP
The R2 2019 Service Pack is live today and brings new features in the DesktopAlert, Map and DiagramRibbon controls, in the VisualStudio2013 theme, as well as many improvements in our major controls....
View ArticleInnovative Technology in the Latest Test Studio Release Revolutionizes UI...
An industry-first combination between attribute-based and image-based element identification drastically reduces test failures and lets you focus on the real bugs instead of tedious test maintenance....
View ArticleTelerik UI for Xamarin R2 2019 SP Brings Hardware Acceleration for...
The R2 2019 Service Pack is live today and brings new features in the PdfViewer, Calendar, TabView, and AutoCompleteView controls, and more improvements across the Telerik UI for Xamarin suite as well...
View ArticleSupport for ASP.NET Preview 6 and More in UI for Blazor 1.2.0
Telerik UI for Blazor 1.2.0 is here, and it brings official support for ASP.NET Core 3.0 Preview 6!Seems like nowadays we can confidently say “another day, another Blazor release!” While maybe not that...
View ArticleKendo UI R2 2019 Release Webinar Recap
The R2 2019 release of Kendo UI shipped on May 15, 2019. Shortly afterward, we hosted a release webinar that walked through the latest features. This blog post is a summary of the webinar and provides...
View ArticleUnleash the Power of the KendoReact DatePicker Component
The KendoReact DatePicker is a flexible React UI component that lets you customize every aspect of it with a custom renderer. In this blog post we cover how to customize the Calendar component of the...
View ArticleSupporting CORS by Proxying Requests with Express
When our frontend makes requests to a backend that lives in a different domain, we'll have to deal with Cross-Origin Resource Sharing (CORS). In this article we'll build an Express proxy that will...
View ArticleHow to Use a Vue Stock Chart UI Component in Your Web App
A candlestick chart is a stock chart that helps visualize the performance of a stock, including the high, low and close. See how you can easily add it to your web apps.In the previous article, we...
View ArticleSave for Later Feature in Forms Using LocalStorage
Forms are an integral part of the web, but filling them can be strenuous - especially with long forms. Let's learn how to build a "save for later" feature for forms using HTML5 LocalStorage. Users will...
View ArticleBuilding a Blog with Vue and Markdown Using Gridsome
Enter the world of static site generation and the JAMstack using Gridsome. Learn to build a blog using Markdown and GraphQL, and then deploy it to Netlify.The web is ever evolving and the need to stay...
View ArticleCreating a Music Player Application Using Kendo UI and Angular
In this music player tutorial, we see how easy it is to get started using Kendo UI components for Angular, and how easy it is to define the structure of your application using the Splitter component....
View Article