We are pleased to announce that one of Microsoft’s top partners, Telerik, (now a part of Progress) has released their UI for UWP suite of offerings as an Open Source project under Apache license through the .NET foundation. This makes 20+ high-quality controls, including premier Line of Business (LOB) controls like Charts, Grid and DataForm available immediately for free and open source for UWP development.
Other interesting controls that were released include:
- Gauge
- BulletGraph
- Expander
- NumericBox
- RadialMenu
- HexView
- SideDrawer
- HubTile, and several more.
You can now access and include these controls from Telerik, which are already Visual Studio 2017 RC compatible, in your UWP app by installing the Telerik UI for Universal Windows Platform nuget package.
You can install the package via two options:
- In Visual Studio, right-click on your UWP project. Select “Manage NuGet Packages.” Search for and install ”Telerik.UI.for.UniversalWindowsPlatform” package
- Use the Package Manager Console with command : Install-Package Telerik.UI.for.UniversalWindowsPlatform
On Windows Dev Center, you can take a look at the UWP sample app, Customer order database, for pointers on how to access and incorporate these controls in your UWP project. It has been updated to use Telerik’s advanced Grid control.