You wanted it β we delivered it! One of the most voted requests in our Feedback portal is now available in Telerik UI for WPF. RadWebCam allows you to easily capture photo or video and use it within your WPF application.
Here are the features of the initial version of controls:
For more info check the WebCam documentation here or give it a spin through our WPF Demos! We need all of your feedback about the control, so we can better shape it (per your needs). Make sure to drop me a line here or in our Feedback portal β I will appreciate it.
Happy selfying π€³!
Introducing the brand new RadTabbedWindow control. It will allow you to easily create browser-like user interface within your WPF application. You would be able to benefit from all the features of RadTabControl and RadWindow when using RadTabbedWindow.
Here are the key features of the control:
For more details please check this section of our online help documentation.
RadRibbonView now supports the modern look of the latest MS office application. Using this smaller more compact layout you could show only the common/important commands and have more space for the actual content of the application. With this modern appearance you will impress your customers and at the same time provide better user experience.
So in order to get it working just take your already built Ribbon UI and define the desired simplified UI by setting the SimplifiedItems property of RibbonTab. For more details on how to setup the Ribbon please refer to this help article.
As promised, we continue to develop the charting functionality and with this release you can use two more chart types: Bubble and Scatter. The Scatter charts allow you to easily compare the relationship between two variables visually using two value axes. The bubbles are a different way to represent the Scatter charts and enable you to add a third value to the plotted data: the size of the bubbles.
For more info how to display charts in Spreadsheet check this article and for SpreadProcessing this article.
Have you ever wanted to change the default focused button of RadConfirm? If so β I know your pain. This is now possible without extracting and modifying its ControlTemplate β just set the DefaultFocusedButton property of the DialogParameters as shown below:
1.
var dialogParams =
new
DialogParameters
2.
{
3.
Content =
"Are you sure?"
,
4.
DefaultFocusedButton = ResponseButton.Cancel
5.
};
6.
7.
RadWindow.Confirm(dialogParams);
And here is the result:
Check out the Predefined Dialogs article for more info.
Happy to announce that all of our Visual Studio project templates are available now as .Net Core project templates! Now with just a few clicks you could implement a rich Windows inspired application using the .Net Core version of Telerik UI for WPF. You would be able to choose from the following templates, they are available for Xaml and No Xaml binaries:
Happy coding! π©βπ»
To see the new release in action, please join us on the Telerik UI R2 2019 webinar, on Wednesday, May 29th @ 11:00 am - 12 pm EST.
Feel free to drop us a comment below sharing your thoughts. Or visit our Feedback portals about UI for WPF, Silverlight and Document Processing Libraries and let us know if you have any suggestions or if you need any particular features/controls.
Try out the latest:
In case you missed it, here are some of the updates from our last release.