Skip to content

Commit a74bb85

Browse files
Addressed the review corrections.
1 parent 9f2ffb0 commit a74bb85

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

MAUI/SmartDataGrid/getting-started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ namespace GettingStarted
292292
}
293293
{% endhighlight %}
294294

295-
## Step 4: Add a Basic Smart DataGrid
295+
## Step 5: Add a Basic Smart DataGrid
296296

297297
1. Import the control namespace `Syncfusion.Maui.SmartComponents` in XAML or C# code.
298298
2. Initialize the [SfSmartDataGrid](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.SmartComponents.SfSmartDataGrid.html) control.
@@ -328,7 +328,7 @@ public partial class MainPage : ContentPage
328328
{% endtabcontent %}
329329
{% endtabcontents %}
330330

331-
## Step 5: Define the View Model
331+
## Step 6: Define the View Model
332332

333333
### Data Model
334334

@@ -474,7 +474,7 @@ dataGrid.ItemsSource = viewModel.OrderInfoCollection;
474474
{% endhighlight %}
475475
{% endtabs %}
476476

477-
## Step 6: Enabling AI-Assisted Operations
477+
## Step 7: Enabling AI-Assisted Operations
478478

479479
The Smart DataGrid supports natural language operations for enhanced data interaction. These features require configuring an AI provider in your application.
480480

@@ -487,7 +487,7 @@ Once configured, leverage AI-assisted features such as:
487487
- **Smart Grouping**: Group data with prompts like “Group by ship country, then by customer”.
488488
- **Row and Cell Highlighting**: Highlight critical information, e.g., “Highlight orders where quantity is greater than 10”.
489489

490-
## Step 7: Running the Application
490+
## Step 8: Running the Application
491491

492492
Press **F5** to build and run the application. Once compiled, the smart datagrid will be displayed with the data provided, and AI features will be available after configuration.
493493

MAUI/SmartDataGrid/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords: maui smart datagrid, ai datagrid maui, smart grid maui, ai gridview ma
1212

1313
The .NET MAUI Smart DataGrid is an AI-assisted data grid control that enhances how users interact with data. It enables natural language–driven operations for sorting, filtering, grouping, and highlighting, helping users perform complex tasks more intuitively and efficiently.
1414

15-
<img src="Images\getting-started\maui-smart-datagrid.png" width="600" alt="Getting started with .NET MAUI Smart DataGrid." />
15+
<img src="Images\getting-started\maui-smart-datagrid.png" width="600" alt=".NET MAUI Smart DataGrid." />
1616

1717
**Key Features**
1818

0 commit comments

Comments
 (0)