Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion controls/accordion/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The Telerik UI for .NET MAUI Accordion is a vertically collapsible content panel

![.NET MAUI Accordion Overview](images/accordion-overview.png)

## Key features
## Key Features of the .NET MAUI Accordion

* [Collapsed/expanded states]({%slug accordion-expand-collapse-states%})—Accordion consists of AccordionItems that can present any content. The end users can show or hide this content by interacting with the headers of the control.
* [Collapse All Items]({% slug accordion-expand-collapse-states%}#collapse-all-items)—You can allow the app users to collapse the Accordion through the `CanCollapseAllItems` Boolean property.
Expand Down
2 changes: 1 addition & 1 deletion controls/aiprompt/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The component allows you to interact with the output from the AI and execute a s

![.NET MAUI AIPrompt Overview](images/aiprompt-overview.png)

## Key Features
## Key Features of the .NET MAUI AIPrompt

* [Views]({%slug aiprompt-views-overview %})—The AIPrompt provides different views that you can include in it - Input, Output and Commands view. Through interaction with the component, the user can change the currently active view.
* [Suggestions]({%slug aiprompt-suggestions%})—This collection will allow you to populate the AIPrompt component with suggestions that will be displayed to the user prior to sending the request.
Expand Down
2 changes: 1 addition & 1 deletion controls/autocomplete/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The Telerik UI for .NET MAUI AutoComplete can automatically complete user input

![.NET MAUI AutoComplete Overview](images/autocomplete-getting-started.png "AutoComplete Overview")

## Key features
## Key Features of the .NET MAUI AutoComplete

* [Tokens Support]({%slug autocomplete-tokens-support%})—With AutoComplete you can enable users to search for and pick items in one control.
* [Filtering Options]({%slug autocomplete-filtering%})—You can define the filtering behavior to display all the matches that either `StartsWith` or `Contains` the typed symbols.
Expand Down
4 changes: 2 additions & 2 deletions controls/badgeview/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags: badge, .net maui, badgeview, notifications, indicator, marker, badge for .
slug: badgeview-overview
---

# .NET MAUI BadgeView - Overview
# .NET MAUI BadgeView Overview

The Telerik UI for .NET MAUI BadgeView allows you to display badges in your application.

Expand All @@ -16,7 +16,7 @@ Badges can be used as an additional marker for any element: to decorate avatars,
![BadgeView Overview](images/badgeview-overview.png)


## Key Features
## Key Features of the .NET MAUI BadgeView

* [Badge indicator]({% slug badge-overview %})—The BadgeView provides a number of features for customizing its Badge indicator.
* [Position]({%slug badgeview-position-alignment%}#badge-position)—The BadgeView allows you to specify the `Position` of the Badge indicator based on its content.
Expand Down
2 changes: 1 addition & 1 deletion controls/barcode/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The Telerik UI for .NET MAUI Barcode enables you to create and show barcodes. Yo

![Barcode Overview](images/barcode_overview.png)

## Key Features
## Key Features of the .NET MAUI Barcode

* [Value and symbology]({% slug barcode-valuesymbology %})—The Barcode enables you set the symbology that will be used to convert the value of the control into a visual barcode representation.
* [Sizing modes]({% slug barcode-sizingmodes %})—The Barcode provides three sizing modes that enable you to fine-tune the rendering of the barcodes.
Expand Down
2 changes: 1 addition & 1 deletion controls/border/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ It provides various border thickness types and corner-side radiuses, which can b

![Border Overview](images/border-overview.png "RadBorder Overview")

## Key Features
## Key Features of the .NET MAUI Border

* [Thickness]({% slug border-styling%}#border-thickness)—Telerik UI for .NET MAUI Border provides options for setting its thickness and enables you to visually enhance your label, image, and other views.

Expand Down
2 changes: 1 addition & 1 deletion controls/busyindicator/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The Telerik BusyIndicator for .NET MAUI allows you to display a notification whe

![BusyIndicator Overview](images/busyindicator-overview.png)

## Key Features
## Key Features of the .NET MAUI BusyIndicator

* [Built-in animations]({%slug busyindicator-animations%}#built-in-animations)—The BusyIndicator control provides a set of built-in animations, which you can use.
* [Custom animation]({%slug busyindicator-animations%}#custom-animation)—The control allows you to define custom content and animate it by using the `RadAnimation` class.
Expand Down
2 changes: 1 addition & 1 deletion controls/button/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The Telerik UI for .NET MAUI Button control enhances the functionality of the st

![.NET MAUI Button Overview](images/button-overview.png "Button for .NET MAUI")

## Key Features
## Key Features of the .NET MAUI Button

* [Content alignment]({% slug button-configuration%})—The Button enables you to control the horizontal and vertical positioning of its content.
* [Background image]({%slug button-configuration%}#background-image)—Apply an image as a background of the button.
Expand Down
2 changes: 1 addition & 1 deletion controls/calendar/blackout-dates.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ slug: calendar-blackout-dates

# .NET MAUI Calendar Blackout Dates

The Calendar component for .NET MAUI provides a simple way to disable specific dates. To take advantage of this feature, specify the `BlackoutDates`(`IEnumerable<DateTime>`) collection and the user cannot select the defined dates.
The <a href="https://www.telerik.com/maui-ui/calendar" target="_blank">.NET MAUI Calendar</a> component provides a simple way to disable specific dates. To take advantage of this feature, specify the `BlackoutDates`(`IEnumerable<DateTime>`) collection and the user cannot select the defined dates.

## Disabled (Blackout) Dates Example

Expand Down
2 changes: 1 addition & 1 deletion controls/calendar/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ slug: calendar-commands

# .NET MAUI Calendar Commands

The .NET MAUI Calendar provides various commands that allow the user to switch between the display modes and views.
The <a href="https://www.telerik.com/maui-ui/calendar" target="_blank">.NET MAUI Calendar</a> provides various commands that allow the user to switch between the display modes and views.

## Commands for Navigating the Current View

Expand Down
2 changes: 1 addition & 1 deletion controls/calendar/date-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ slug: calendar-date-properties

# .NET MAUI Calendar Date Properties

The .NET MAUI Calendar provides various date properties that allow you to configure the control by setting the display date, restricting the selectable dates, disabling the day names, and more.
The <a href="https://www.telerik.com/maui-ui/calendar" target="_blank">.NET MAUI Calendar</a> provides various date properties that allow you to configure the control by setting the display date, restricting the selectable dates, disabling the day names, and more.

## Setting the Display Date

Expand Down
2 changes: 1 addition & 1 deletion controls/calendar/display-modes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ slug: calendar-display-modes

# .NET MAUI Calendar Display Modes

The Telerik .NET MAUI Calendar is a control that allows the user to select a date from a standard view that can represent various time spans. The Calendar views define what is visible in the Calendar, for example, month, year, decade, or century.
The Telerik <a href="https://www.telerik.com/maui-ui/calendar" target="_blank">.NET MAUI Calendar</a> is a control that allows the user to select a date from a standard view that can represent various time spans. The Calendar views define what is visible in the Calendar, for example, month, year, decade, or century.

## Setting the Display Mode Programmatically

Expand Down
2 changes: 1 addition & 1 deletion controls/calendar/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ slug: calendar-events

# .NET MAUI Calendar Events

The Telerik UI for .NET MAUI Calendar component exposes a set of events that users trigger through interaction. You can handle these events and customize the configuration of the UI component.
The Telerik UI for <a href="https://www.telerik.com/maui-ui/calendar" target="_blank">.NET MAUI Calendar</a> component exposes a set of events that users trigger through interaction. You can handle these events and customize the configuration of the UI component.

The Calendar for .NET MAUI exposes the [`DisplayDateChanged`](#displaydatechanged) and the [`SelectionChanged`](#selectionchanged) events.

Expand Down
2 changes: 1 addition & 1 deletion controls/calendar/formatting.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ slug: calendar-date-formatting

# .NET MAUI Calendar Header Text Formatting

The .NET MAUI Calendar allows you to specify the format of the header label text in the different display modes. The format must be a valid date format. The available options for the header label text formatting are:
The <a href="https://www.telerik.com/maui-ui/calendar" target="_blank">.NET MAUI Calendar</a> allows you to specify the format of the header label text in the different display modes. The format must be a valid date format. The available options for the header label text formatting are:

* `MonthHeaderTextFormat`(`string`)&mdash;Specifies the format of the header text when the Calendar `DisplayMode` is `Month`.
* `YearHeaderTextFormat`(`string`)&mdash;Specifies the format of the header text when the Calendar `DisplayMode` is `Year`.
Expand Down
2 changes: 1 addition & 1 deletion controls/calendar/globalization.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ slug: calendar-globalization

Globalization refers to developing an application in such a way that it works on the target device culture. This includes changes in the Calendar day names and first day of week.

The Telerik UI for .NET MAUI Calendar control supports globalization through the `Culture` property (of type `System.Globalization.CultureInfo`).
The Telerik UI for <a href="https://www.telerik.com/maui-ui/calendar" target="_blank">.NET MAUI Calendar</a> control supports globalization through the `Culture` property (of type `System.Globalization.CultureInfo`).

The following example demonstrates how to set the desired culture in the `RadCalendar`:

Expand Down
2 changes: 1 addition & 1 deletion controls/calendar/navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ slug: calendar-navigation

# .NET MAUI Calendar Navigation

You can navigate between the different views of the Calendar programmatically or let the user change the views from the UI.
You can navigate between the different views of the <a href="https://www.telerik.com/maui-ui/calendar" target="_blank">.NET MAUI Calendar</a> programmatically or let the user change the views from the UI.

## Navigating through Buttons

Expand Down
2 changes: 1 addition & 1 deletion controls/calendar/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The Telerik UI for .NET MAUI Calendar allows you to select single or multiple da

![.NET MAUI Calendar Overview](images/calendar-getting-started.png "Calendar Overview")

## Key Features
## Key Features of the .NET MAUI Calendar

* [Different display modes]({%slug calendar-display-modes%})&mdash;The Calendar features year, month, decade, and century display modes.
* [Date ranges]({%slug calendar-date-properties%})&mdash;Restrict the visible/selectable dates in the Calendar by utilizing the `MinDate` and `MaxDate` properties.
Expand Down
2 changes: 1 addition & 1 deletion controls/calendar/selection.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ slug: calendar-selection

# .NET MAUI Calendar Selection

Calendar for .NET MAUI provides three different types of selection: Single, Multiple, and Range. The selected dates can be changed programmatically or by tapping a calendar cell.
The <a href="https://www.telerik.com/maui-ui/calendar" target="_blank">.NET MAUI Calendar</a> provides three different types of selection: Single, Multiple, and Range. The selected dates can be changed programmatically or by tapping a calendar cell.

## Changing the Selection Mode

Expand Down
2 changes: 1 addition & 1 deletion controls/calendar/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ slug: calendar-templates-overview

# .NET MAUI Calendar Templates

If the default look how the days, months, years and decades are presented do not match your use case, you can define custom templates. The available templates for customizing are:
If the default look how the days, months, years and decades are presented in the <a href="https://www.telerik.com/maui-ui/calendar" target="_blank">.NET MAUI Calendar</a> do not match your use case, you can define custom templates. The available templates for customizing are:

* `DayTemplate `(`DataTemplate`)&mdash;Specifies the content templates for the days in the month view of the Calendar.
* `MonthTemplate `(`DataTemplate`)&mdash;Specifies the content templates for the months in the year view of the Calendar.
Expand Down
2 changes: 1 addition & 1 deletion controls/calendar/visual-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ slug: calendar-visual-structure

# .NET MAUI Calendar Visual Structure

The visual structure of the .NET MAUI Calendar represents the anatomy of the UI component. Being familiar with the visual elements of the Calendar allows you to quickly find the information required to configure them.
The visual structure of the <a href="https://www.telerik.com/maui-ui/calendar" target="_blank">.NET MAUI Calendar</a> represents the anatomy of the UI component. Being familiar with the visual elements of the Calendar allows you to quickly find the information required to configure them.

The following image shows the anatomy of the Calendar.

Expand Down
2 changes: 1 addition & 1 deletion controls/chart/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The [Pie Chart]({% slug chart-types-pie-chart %}) visualizes its data points by
* [Donut Series]({% slug chart-series-donut-series %})
* [Pie Series]({% slug chart-series-pie-series %})

## Key Features
## Key Features of the .NET MAUI Chart

Each Telerik UI for .NET MAUI Chart delivers a range of handy and developer-friendly features whose number and further development are not limited by the list in this section. The team constantly invests efforts to improve the performance and add more value to the existing Charts library as well as develop new features and controls to it.

Expand Down
2 changes: 1 addition & 1 deletion controls/chat/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The Telerik UI for .NET MAUI Chat is a UI component that enables the implementat

![.NET MAUI Chat Overview](images/chat-overview.png)

## Key Features
## Key Features of the .NET MAUI Chat

* [A variety of chat items for great user experience]({%slug chat-items-overview %})&mdash;You can choose between simple text messages, various pickers, such as list view, calendar, date and time pickers, and cards.
* [Typing indicator]({%slug chat-typing-indicator%})&mdash;Use the typing indicator to let the users that other Chat participants are currently typing.
Expand Down
2 changes: 1 addition & 1 deletion controls/checkbox/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Telerik UI for .NET MAUI CheckBox is a control, which enables users to make a ch

![.NET MAUI CheckBox Overview](images/checkbox-overview.png "CheckBox Overview")

## Key Features
## Key Features of the .NET MAUI CheckBox

* [Checked states]({% slug checkbox-checked-states %})&mdash;The CheckBox delivers options for setting its state to checked and unchecked, and provides an additional indeterminate state which indicates the control is neither checked nor unchecked.
* [Size]({% slug checkbox-configuration%}#size)&mdash;You can set the width and height of the CheckBox by adjusting only a single CheckBox property.
Expand Down
2 changes: 1 addition & 1 deletion controls/collectionview/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The Telerik .NET MAUI CollectionView is a virtualizing view component that provi

![.NET MAUI CollectionView Overview](images/collectionview-overview.png "Telerik .NET MAUI CollectionView")

## Key Features
## Key Features of the .NET MAUI CollectionView

* [Selection]({%slug collectionview-selection%})&mdash;The .NET MAUI CollectionView supports both single and multiple selections. It also allows you to select items by using the tap gesture.

Expand Down
4 changes: 2 additions & 2 deletions controls/combobox/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ slug: combobox-overview

# .NET MAUI ComboBox Overview

The Telerik UI for .NET MAUI ComboBox allows users to select item/items from a drop down list of items. The control has a number of features such as searching, single and multiple selection, flexible styling API, dropdown customizations and more.
The Telerik UI for .NET MAUI ComboBox enables users to select one or more items from a dropdown list. It offers various features, including search functionality, options for single and multiple selections, a flexible styling API, and customizable dropdowns, among others.

![.NET MAUI ComboBox Overview](images/combobox-overview.png "ComboBox Overview")

## .NET MAUI ComboBox Key Features
## Key Features of the .NET MAUI ComboBox

* [Editable and NonEditable mode]({%slug combobox-editmode-and-search%})&mdash;The .NET MAUI ComboBox supports both editable and noneditable state. When the control is in edit mode searching can be performed.
* [Searching Support]({%slug combobox-editmode-and-search%})&mdash;The ComboBox provides both case-sensitive and case-insensitive searching modes. The available options are: `Contains`, `StartsWith`, `ContainsCaseSensitive` and `StartsWithCaseSensitive`.
Expand Down
2 changes: 1 addition & 1 deletion controls/dataform/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The Telerik UI for .NET MAUI DataForm is a customizable component allowing you t

![.NET MAUI DataForm Overview](images/dataform-overview.png)

## Key Features
## Key Features of the .NET MAUI DataForm

* [Built-in editors]({%slug dataform-editors%})&mdash;DataForm provides a set of built-in editors for the available primitive types such as `numeric`, `string`, `boolean`, `enumerations`, `DateTime`, `TimeSpan`. The control detects the types of the data object’s properties and automatically displays the proper editor.

Expand Down
2 changes: 1 addition & 1 deletion controls/datagrid/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The optimized data layer of the DataGrid enables fast grouping, sorting, and fil

![Telerik .NET MAUI DataGrid](images/datagrid-overview.png "Telerik .NET MAUI DataGrid")

## Key Features of the Telerik .NET MAUI Grid
## Key Features of the .NET MAUI DataGrid

* [Different column types]({%slug datagrid-columns-overview %})&mdash;The MAUI DataGrid provides a set of built-in columns such as Text, Boolean, Numeric, ComboBox, Date, Time, and Template. These predefined templates allow you to handle different data types and user scenarios, each with its specific editor.

Expand Down
2 changes: 1 addition & 1 deletion controls/datapager/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The Telerik UI for .NET MAUI DataPager provides users with a navigation interfac

![Telerik UI for .NET MAUI DataPager overview](images/datapager-overview.png)

## Key Features
## Key Features of the .NET MAUI DataPager

* [Data Binding]({%slug datapager-data-binding%})&mdash;You can bind the DataPager to any collection that implements the `IEnumerable` interface, making it suitable for paging any collection.
* [Display modes]({%slug datapager-display-mode%})&mdash;You can use different modes to define which of the visual elements in the DataPager will be visible, for example, the first/last/next page buttons and more.
Expand Down
2 changes: 1 addition & 1 deletion controls/datepicker/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The Telerik UI for .NET MAUI DatePicker allows you to select a date and visualiz

![Telerik UI for .NET MAUI DatePicker overview](images/date_picker_overview.png)

## Key Features
## Key Features of the .NET MAUI DatePicker

* [Spinner format]({%slug datepicker-formatting%}#setting-the-spinner-format)&mdash;The DatePicker for .NET MAUI allows you to use a standard or custom date format string through its `SpinnerFormat` property. Depending on the type of format, the picker visualizes spinner controls with the pre-populated values.
* [Picker mode]({%slug datepicker-picker-mode%})&mdash;You can choose between the popup and drop-down UI for showing the spinner controls with the available date values. For desktop apps, the default picker mode is `DropDown` while for mobile it's `Popup`.
Expand Down
2 changes: 1 addition & 1 deletion controls/datetimepicker/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The Telerik UI for .NET MAUI DateTimePicker provides a way to pick a date, time

![.NET MAUI DateTime Picker Overview](images/datetime_picker_overview.png)

## Key Features
## Key Features of the .NET MAUI DateTimePicker

* [Spinner format]({%slug datetimepicker-formatting%}#setting-the-spinner-format)&mdash;The DateTimePicker for .NET MAUI allows you to use a standard or custom date format string through its `SpinnerFormat` property. Depending on what format is set, the picker visualizes spinner controls with the prepopulated values ready to be picked.

Expand Down
2 changes: 1 addition & 1 deletion controls/docklayout/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The Telerik UI for .NET MAUI DockLayout is a layout control that provides a mech

![.NET MAUI DockLayout Overview](images/docklayout_overview.png)

## Key Features
## Key Features of the .NET MAUI DockLayout

* [Docking functionality]({% slug docklayout-docking %})&mdash;You can set the position of each child element inside the layout as well as render multiple child elements to one side.
* [Adaptable docking]({% slug docklayout-docking %}#setting-the-position-of-the-last-child-element)&mdash;The DockLayout enables you to overwrite the default behavior of the last docked element, which stretches over the remaining space that is unoccupied by the other child elements.
Expand Down
2 changes: 1 addition & 1 deletion controls/entry/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The Telerik UI for .NET MAUI Entry is a text input control that accepts string i

![.NET MAUI Entry Overview](images/entry_overview.png "Entry Overview")

## Key Features
## Key Features of the .NET MAUI Entry

* [Placeholder]({%slug entry-text-appearance%}#adding-watermarks)&mdash;The Entry allows you to add a hint text as a placeholder to guide the users what is the expected input. In addition you can style the Placeholder.

Expand Down
Loading