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
Copy file name to clipboardExpand all lines: controls/button/getting-started.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ slug: button-getting-started
8
8
9
9
# Getting Started with the .NET MAUI Button
10
10
11
-
This guide provides the information you need to start using the Telerik UI for .NET MAUI Button by adding the control to your project.
11
+
This guide provides the information you need to start using the Telerik UI for [.NET MAUI Button]({%slug button-overview%}) by adding the control to your project.
Copy file name to clipboardExpand all lines: controls/datagrid/aggregates/delegate-aggregate-descriptor.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ To set up the `DelegateAggregateDescriptor`, use the following properties:
19
19
20
20
The following example uses the `DelegateAggregateDescriptor` and a custom implementation for a `SumIf` function which sums the values in a range that meet a certain criteria:
21
21
22
-
**1.** Create a class that inherits from the `IKeyLookup` interface. It will return the values of a `Price` property declared in our business model that is of type `double`.
22
+
**1.** Create a class that inherits from the `IKeyLookup` interface. It returns the values of a `Price` property declared in the business model that is of type `double`.
23
23
24
24
<snippetid='datagrid-delegate-aggregate-key'/>
25
25
@@ -35,7 +35,7 @@ The following example uses the `DelegateAggregateDescriptor` and a custom implem
35
35
36
36
<snippetid='datagrid-aggregates-model'/>
37
37
38
-
**5.** Set a source to the `RadDataGrid.ItemsSource`proeprty:
38
+
**5.** Set a source to the `RadDataGrid.ItemsSource`property:
Copy file name to clipboardExpand all lines: controls/datagrid/aggregates/overview.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ To show the Aggregates in the group header, set the `ShowGroupHeaderAggregates`
42
42
43
43

44
44
45
-
To align the aggregates in the group according to its header set the `GroupAggregatesAlignment` (`enum` of type `Telerik.Maui.Controls.DataGrid.DataGridGroupAggregatesAlignment`) property. The available options are:
45
+
To align the aggregates in the group according to its header, set the `GroupAggregatesAlignment` (`enum` of type `Telerik.Maui.Controls.DataGrid.DataGridGroupAggregatesAlignment`) property. The available options are:
46
46
47
47
* (default)`None`—Aggregates are not aligned to the DataGrid columns. The aggregates results are displayed after the text displayed for the group key.
48
48
*`NextToHeader`—Aggregate results are aligned to the DataGrid columns and placed next to the header of the group.
@@ -60,4 +60,4 @@ To visualize the group footer, set the `ShowGroupFooters` property to `True`. Th
Copy file name to clipboardExpand all lines: controls/datagrid/aggregates/property-aggregate-descriptor.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ The `PropertyAggregateDescriptor` supports the following `KnownFunction` aggrega
32
32
33
33
The following example shows how to add a `PropertyAggregateDescriptor` to the DataGrid's columns.
34
34
35
-
The DataGrid will take the values from the `Name`, `Price`, `DeliveryPrice` and `Quantity` properties of the row model and the result will be the `Min`, `Max`, and `Average` delivery prices, as well as the `Count` of the listed items.
35
+
The DataGrid takes the values from the `Name`, `Price`, `DeliveryPrice` and `Quantity` properties of the row model and the result will be the `Min`, `Max`, and `Average` delivery prices, as well as the `Count` of the listed items.
Copy file name to clipboardExpand all lines: controls/datagrid/overview.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ slug: datagrid-overview
10
10
11
11
# .NET MAUI DataGrid Overview
12
12
13
-
The Telerik UI for .NET MAUI DataGrid is a powerful control that allows you to visualize and edit tabular represented data in your .NET MAUI applications.
13
+
The Telerik UI for [.NET MAUI DataGrid](https://www.telerik.com/maui-ui/datagrid) is a powerful control that allows you to visualize and edit tabular represented data in your .NET MAUI applications.
14
14
15
15
Most of the data on the Internet is stored in tables within a database. The Telerik UI for .NET MAUI DataGrid provides the same abstraction over the data—It has columns and rows, and the intersection of a row and a column is called a cell.
16
16
@@ -109,3 +109,18 @@ The Telerik UI for .NET MAUI DataGrid provides [localization support]({%slug glo
109
109
-[.NET MAUI DataGrid Forum Page](https://www.telerik.com/forums/maui?tagId=1801)
"name":"Mastering the DataGrid in Telerik UI for .NET MAUI: Setup, Columns, Sorting, and More | Chapter 4",
119
+
"description":"Take your .NET MAUI skills to the next level with Chapter 4 of the Telerik UI for .NET MAUI course! This video provides a comprehensive guide to .NET MAUI Grid control. Learn about its features, setup process, column configuration, and creating custom column templates. Discover how to enable sorting, filtering, and selection for a dynamic and powerful data presentation in your apps. Watch now and become a DataGrid expert!",
Copy file name to clipboardExpand all lines: controls/datepicker/styling/styling.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ slug: datepicker-styling
8
8
9
9
# Styling the .NET MAUI DatePicker
10
10
11
-
The DatePicker control for .NET MAUI provides styling options for customizing its appearance. You can style the DatePicker itself, as well as its popup or drop-down depending on the configuration of the [picker mode]({%slug datepicker-picker-mode%}).
11
+
The DatePicker control for .NET MAUI provides styling options for customizing its appearance. You can style the .NET MAUI DatePicker, as well as its popup or drop-down depending on the configuration of the [picker mode]({%slug datepicker-picker-mode%}).
Copy file name to clipboardExpand all lines: controls/imageeditor/saving-image.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ position: 5
6
6
slug: imageeditor-saving-image
7
7
---
8
8
9
-
##Saving Images with .NET MAUI ImageEditor
9
+
# Saving Images with .NET MAUI ImageEditor
10
10
11
11
`RadImageEditor` control gives you the option to save the currently edited image using the `SaveAsync` method. The `SaveAsync` method has the following overloads:
0 commit comments