Skip to content
Open
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 grid-sdk/maui/data-grid/empty-view.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ this.Content = dataGrid;

## Display a DataTemplate when DataGrid has no items

#### Using EmptyViewTemplate with Custom Binding
### Using EmptyViewTemplate with Custom Binding

For advanced scenarios such as filtered or searched data, you can set the `EmptyView` to a custom type that will be displayed when the `ItemsSource` is null or the collection that the `ItemsSource` parameter specifies is empty or null. The `EmptyViewTemplate` can be used to modify the `EmptyView`'s appearance and behavior based on dynamic properties.

Expand Down
2 changes: 1 addition & 1 deletion grid-sdk/maui/data-grid/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ The following table summarizes the globalization support available in this contr
<th align="center">Keyboard navigation</th>
</tr>
<tr>
<td><a href="/maui/datagrid/overview">DataGrid</a></td>
<td><a href="/maui/datagrid/overview" aria-label="Navigate to DataGrid documentation">DataGrid</a></td>
<td align="center"><img src="../Images/full-support.svg" alt="full-support" width="16" /></td>
<td align="center"><img src="../Images/full-support.svg" alt="full-support" width="16" /></td>
<td align="center"><img src="../Images/not-applicable.svg" alt="not-applicable" width="16" /></td>
Expand Down
246 changes: 123 additions & 123 deletions grid-sdk/maui/data-grid/properties.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion grid-sdk/maui/data-grid/summaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -1718,7 +1718,7 @@ Each summary has a specific key using which the custom summary renderer can be r

<tr>
<td>Table summary</td>
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataGrid.DataGridTableSummaryCellRenderer.html">DataGridTableSummaryCellRenderer </a> </td>
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataGrid.DataGridTableSummaryCellRenderer.html" aria-label="DataGridTableSummaryCellRenderer class documentation">DataGridTableSummaryCellRenderer </a> </td>
<td>TableSummary</td>
</tr>

Expand Down
2 changes: 1 addition & 1 deletion grid-sdk/maui/smartdatagrid/ai-powered-features.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: AI-Powered Features in .NET MAUI Smart Data Grid control | Syncfusion®
description: Learn how to use AI-powered natural language commands in Syncfusion® .NET MAUI Smart Data Grid to interact, analyze, and manipulate data using everyday language.
description: Learn to use AI-powered natural language commands in in Syncfusion® .NET MAUI Smart Data Grid to analyze, interact with, and manage data effortlessly.
platform: MAUI
control: SfSmartDataGrid
documentation: UG
Expand Down
2 changes: 1 addition & 1 deletion grid-sdk/maui/smartdatagrid/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ The following table summarizes the globalization support available in this contr
<th align="center">Keyboard navigation</th>
</tr>
<tr>
<td><a href="/maui/smartdatagrid/overview">Smart DataGrid</a></td>
<td><a href="/maui/smartdatagrid/overview" aria-label="Navigate to Smart DataGrid documentation">Smart DataGrid</a></td>
<td align="center"><img src="../Images/full-support.svg" alt="full-support" width="16" /></td>
<td align="center"><img src="../Images/full-support.svg" alt="full-support" width="16" /></td>
<td align="center"><img src="../Images/not-applicable.svg" alt="not-applicable" width="16" /></td>
Expand Down
1 change: 1 addition & 0 deletions grid-toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -3549,6 +3549,7 @@
<ul>
<li><a href="/grid-sdk/maui/data-grid/overview">Overview</a></li>
<li><a href="/grid-sdk/maui/data-grid/getting-started">Getting Started</a></li>
<li><a href="/grid-sdk/maui/data-grid/properties">Properties</a></li>
<li><a href="/grid-sdk/maui/data-grid/migration">Migrate from Xamarin.Forms</a></li>
<li><a href="/grid-sdk/maui/data-grid/data-binding">Data Binding</a></li>
<li><a href="/grid-sdk/maui/data-grid/columns">Columns</a></li>
Expand Down