Hello everyone,
Here are the highlights of the new online resources we published this week from 10 Nov 2025 to 17 Nov 2025:
Article: https://www.telerik.com/maui-ui/documentation/ai/changelog
Summary: Use this changelog to track versioned updates to the Telerik UI for .NET MAUI AI features, including new functionality, bug fixes, API changes, and breaking changes across AI components and integrations. Refer to it to plan upgrades, verify .NET MAUI and platform compatibility, and adjust your code for updated properties, methods, and configuration options.
Article: https://www.telerik.com/maui-ui/documentation/controls/chat/events
Summary: The article documents the RadChat events in Telerik UI for .NET MAUI, including their signatures and EventArgs, and shows how to wire them up. You will use these events to handle user interactions such as sending a message, tapping a message item, and selecting suggestions, enabling custom message processing and UI updates.
Article: https://www.telerik.com/maui-ui/documentation/controls/scheduler/date
Summary: Learn how the Scheduler Date property in Telerik UI for .NET MAUI controls the displayed range per view—day shows the specified date, week shows the week containing it, and month shows the corresponding month. The article covers setting and binding Date to navigate programmatically, and explains how the control normalizes the value to the view’s start (for example, the first visible day of the week or month).
Article: https://www.telerik.com/maui-ui/documentation/controls/skeleton/styling
Summary: You can style the Telerik RadSkeleton for .NET MAUI by defining XAML Styles and overriding the control’s theme resource keys to customize brushes, corner radius, and shimmer animation. The article lists the relevant properties and resource keys and shows how to apply per-control or app-wide changes via ResourceDictionary for consistent light/dark theming.
Article: https://www.telerik.com/maui-ui/documentation/controls/skeleton/overview
Summary: Use the Skeleton control in Telerik UI for .NET MAUI to display placeholder shapes with optional shimmer animation while your views load data. Define skeleton items yourself or wrap existing content in a SkeletonContainer to auto-generate placeholders, and configure animation, colors, layout, and visibility through the available properties. The article covers setup, key APIs, and examples for pages and item templates to help you add predictable loading skeletons to your UI.
Article: https://www.telerik.com/maui-ui/documentation/controls/chat/styling/entry
Summary: This article shows you how to style the message input Entry in the Telerik UI for .NET MAUI Chat (RadChat) using XAML Styles. You’ll target the chat’s Entry to set placeholder text, font, text and placeholder colors, background, border thickness, corner radius, and padding, with sample XAML demonstrating the applied style.
Article: https://www.telerik.com/maui-ui/documentation/controls/skeleton/animation
Summary: This article shows you how to enable and configure animation for the Telerik .NET MAUI Skeleton control, including choosing a built-in animation type, adjusting duration/speed, and toggling animation on or off. It provides XAML and C# examples for starting and stopping the animation at runtime and setting repeat behavior and related options.
Article: https://www.telerik.com/maui-ui/documentation/controls/chat/styling/buttons
Summary: Learn how to style the buttons in Telerik RadChat for .NET MAUI, including the composer’s Send and Attachment buttons and the Suggested Action buttons. The article covers setting the chat’s button style properties, applying XAML styles through resource dictionaries, customizing icons, colors, size, and typography, and using VisualStateManager to define Normal, Pressed, and Disabled states.
Article: https://www.telerik.com/maui-ui/documentation/controls/skeleton/custom-view
Summary: This article shows how to provide a custom view for the Telerik UI for .NET MAUI RadSkeleton, letting you define the exact placeholders displayed while data loads. You’ll learn the XAML setup to wrap your content, build a skeleton layout that mirrors your view, control the loading state from your view model, and adjust shapes, sizes, colors, and animation.
Article: https://www.telerik.com/maui-ui/documentation/controls/chat/styling/messages
Summary: Learn how to style messages in Telerik RadChat for .NET MAUI, including distinct appearance for incoming vs outgoing and system messages, avatars, and timestamps. You will use XAML styles and templates to customize bubble colors, typography, corner radius, spacing, and alignment, applying global styles or conditionally varying per-message appearance based on message metadata or selectors.
Feel free to check them out and share your thoughts!
The Telerik Team
---------------------------------------------------------------------------------------------------------------------------------------------------------
Hello everyone,
Here are the highlights of the new online resources we published this week from 29 Oct 2025 to 05 Nov 2025:
Article: https://www.telerik.com/blogs/crypto-financial-charts-net-maui-apps
Summary: You’ll implement crypto and financial charts in .NET MAUI using the Telerik UI for .NET MAUI Chart by configuring candlestick and OHLC series, binding time-series price/volume data with MVVM, and adding indicators (SMA/EMA), DateTime axes, trackball tooltips, and pan/zoom behaviors. The article walks you through fetching market data, mapping models, enabling real-time updates, and provides XAML/C# examples for series, axes, behaviors, and indicator configuration.
Feel free to check them out and share your thoughts!
The Telerik Team
---------------------------------------------------------------------------------------------------------------------------------------------------------
Hello everyone,
Here are the highlights of the new online resources we published this week from 20 Oct 2025 to 27 Oct 2025:
Article: https://www.telerik.com/blogs/net-maui-masked-entry-secure-input-credit-cards-pins-account-numbers
Summary: Learn how to use Telerik UI for .NET MAUI RadMaskedEntry to capture sensitive numeric input—credit cards, PINs, and account numbers—with masking, obfuscation, and validation. The article shows how to define mask patterns and tokens, configure password and prompt characters, control literals in the bound value, handle paste and keyboard input, and react to events like ValueChanged and MaskCompleted with XAML and C# examples. After reading, you can enforce formats (e.g., 0000 0000 0000 0000), hide entered characters, and reliably validate and parse the underlying value in an MVVM setup.
Feel free to check them out and share your thoughts!
The Telerik Team