You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. To create a new key, select the **Generate New Key** button.
27
27
28
28
1. Enter a name for the NuGet Key, and then select **Generate Key**.
29
29
30
30
1. To copy the key, select **Copy and Close**. Once you close the window, you can no longer copy the generated key. For security reasons, the **NuGet Keys** page displays only a portion of the key.
|`SuggestionItemTemplate` (`DataTemplate`) with `ViewCell` inside the Template |`SuggestionItemTemplate` (`DataTemplate`) |
35
36
|`SuggestionItemLabel`|`RadHighlightLabel`|
36
37
|`ImagePath`| N/A |
37
38
|`CompletionMode` (of type `CompletionMode`) |`CompletionMode` (of type `AutoCompleteCompletionMode`) |
38
39
|`SuggestionViewPosition` (of type `PopupPosition`) |`SuggestionViewPosition` (of type `AutoCompletePopupPosition`) |
39
40
|`SuggestMode` of type(`SuggestMode`) |`SuggestMode` (of type `AutoCompleteSuggestMode`) |
41
+
|`FilteredItemsChangedEventArgs` in namespace `Telerik.XamarinForms.Input.AutoComplete`|`FilteredItemsChangedEventArgs` in namespace `Telerik.Maui.Controls.AutoComplete`|
42
+
|`SuggestionItemSelectedEventArgs` in namespace `Telerik.XamarinForms.Input.AutoComplete`|`SuggestionItemSelectedEventArgs` in namespace `Telerik.Maui.Controls.AutoComplete`|
Copy file name to clipboardExpand all lines: controls/button/overview.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,15 @@ The Telerik UI for .NET MAUI Button control enhances the functionality of the st
14
14
15
15

16
16
17
+
## .NET MAUI Button Video Tutorial
18
+
19
+
If you prefer video instructions, watch the Getting Started with the MAUI Button video tutorial. It covers the following topics:
20
+
* Installing the Telerik UI for .NET MAUI.
21
+
* Setup a sample demo project.
22
+
* Add a Button control to the project.
23
+
24
+
<iframewidth="560"height="315"src="https://www.youtube.com/embed/WQe9qcoURRk?si=3z0OPOMJZKCxZw7O"title="Getting Started with Telerik UI for .NET MAUI: Installation and First Control Demo with Button"frameborder="0"allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"referrerpolicy="strict-origin-when-cross-origin"allowfullscreen></iframe>
25
+
17
26
## Key Features of the .NET MAUI Button
18
27
19
28
*[Content alignment]({% slug button-configuration%})—The Button enables you to control the horizontal and vertical positioning of its content.
If you prefer video instructions, watch this short MAUI Chart video tutorial. It covers to following topics:
22
+
* MAUI Chart anatomy—different Chart types, series, axis, labels, and more.
23
+
* Add .NET MAUI Chart to the project.
24
+
25
+
<iframewidth="560"height="315"src="https://www.youtube.com/embed/fWsZRAb0s-8?si=3l0glUh8zOjmfr2r"title="Building Interactive Charts with Telerik UI for .NET MAUI: Setup, Categories, and Labels"frameborder="0"allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"referrerpolicy="strict-origin-when-cross-origin"allowfullscreen></iframe>
26
+
19
27
## Chart Types
20
28
21
29
The Telerik UI for .NET MAUI Chart provides the Cartesian and the Pie Charts as well as a number of series, which enable you to visualize different types of data in various ways and depending on your preferences and requirements.
Copy file name to clipboardExpand all lines: controls/combobox/keyboard-support.md
+65Lines changed: 65 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,71 @@ The following table lists the actions and keyboard combinations that are availab
26
26
27
27
>On MacOS when `IsEditable` property of the ComboBox is `True`, `Command` key should be pressed to enable the previously described hotkeys.
28
28
29
+
To enable the keyboard support when the drop-down is opened and when setting the custom item and selected item templates in ComboBox for .NET MAUI, wrap the content of the templates in a `RadComboBoxItem`. Define the necessary visual states of the `RadComboBoxItem`, specifically `MouseOver` and `Highlighted`.
Copy file name to clipboardExpand all lines: controls/combobox/templates.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,8 @@ If the default templates of the control do not suit your needs, you can define c
18
18
19
19
To customize the content inside the input area when an item is selected and the `DisplayMemberPath` property is not set, use the [`SelectionBoxTemplate`](%slug combobox-templates%). The `SelectionBoxTemplate` applies when the `SelectionMode` is `Single` and the control's `IsEditable` property is set to `false`.
20
20
21
+
To enable the [keyboard navigation support]({%slug combobox-keyboard-support%}) when the drop-down is opened and when setting the custom item and selected item templates in ComboBox for .NET MAUI, wrap the content of the templates in a `RadComboBoxItem`. Define the necessary visual states of the `RadComboBoxItem`, specifically `MouseOver` and `Highlighted`.
22
+
21
23
### Example with ItemTemplate and SelectedItemTemplate
22
24
23
25
**1.** Define the [.NET MAUI ComboBox]({%slug combobox-overview%}) in XAML:
If you prefer video instructions, watch this short MAUI DataForm video tutorial. It covers to following topics:
18
+
* Build dynamic forms for data collection in a .NET MAUI app.
19
+
* DataForm visual structure.
20
+
* Built-in Editors.
21
+
* Options to commit data.
22
+
23
+
<iframewidth="560"height="315"src="https://www.youtube.com/embed/FACbowe4Klg?si=pZmy1yAGIe04j43D"title="Working with DataForm in Telerik UI for .NET MAUI: Setup, Editors, and Commit Modes"frameborder="0"allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"referrerpolicy="strict-origin-when-cross-origin"allowfullscreen></iframe>
24
+
15
25
## Key Features of the .NET MAUI DataForm
16
26
17
27
*[Built-in editors]({%slug dataform-editors%})—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.
description: "Learn about the Telerik UI for .NET MAUI DataGrid events and how to achieve various scenarios upon user interaction such as loading content on demand, binding to data, modifying group collections, and more."
0 commit comments