Skip to content

Commit 38d7435

Browse files
committed
Content updated.
1 parent c984b40 commit 38d7435

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# How to retrieve the actual checkBox in a cell using rowIndex in a DataGridTemplateColumn?
2-
In this article, we will show you how to retrieve the actual checkBox in a cell using rowIndex in a DataGridTemplateColumn in [.Net Maui DataGrid](https://www.syncfusion.com/maui-controls/maui-datagrid).
1+
# How to retrieve the cell content using the rowIndex in a DataGridTemplateColumn of the .NET MAUI DataGrid?
2+
In this article, we will show you how to retrieve the cell content using the rowIndex in a DataGridTemplateColumn of the [.Net Maui DataGrid](https://www.syncfusion.com/maui-controls/maui-datagrid).
33

44
## xaml
55
```
@@ -54,7 +54,7 @@ In this article, we will show you how to retrieve the actual checkBox in a cell
5454
```
5555

5656
## C#
57-
The below code illustrates how to retrieve the actual checkBox in a cell using rowIndex in a DataGridTemplateColumn in DataGrid.
57+
The below code illustrates how to retrieve the cell content using the rowIndex and mapping name in DataGrid.
5858
```
5959
private void Button_Clicked(object sender, EventArgs e)
6060
{
@@ -87,10 +87,9 @@ Take a moment to explore this [documentation](https://help.syncfusion.com/maui/d
8787

8888
##### Conclusion
8989

90-
I hope you enjoyed learning about how to retrieve the actual checkBox in a cell using rowIndex in a DataGridTemplateColumn in .NET MAUI DataGrid (SfDataGrid).
90+
I hope you enjoyed learning about how to retrieve the cell content using the rowIndex in a DataGridTemplateColumn of the .NET MAUI DataGrid (SfDataGrid).
9191

9292
You can refer to our [.NET MAUI DataGrid’s feature tour](https://www.syncfusion.com/maui-controls/maui-datagrid) page to learn about its other groundbreaking feature representations. You can also explore our [.NET MAUI DataGrid Documentation](https://help.syncfusion.com/maui/datagrid/getting-started) to understand how to present and manipulate data.
9393
For current customers, you can check out our .NET MAUI components on the [License and Downloads](https://www.syncfusion.com/sales/teamlicense) page. If you are new to Syncfusion, you can try our 30-day [free trial](https://www.syncfusion.com/downloads/maui) to explore our .NET MAUI DataGrid and other .NET MAUI components.
9494

95-
If you have any queries or require clarifications, please let us know in the comments below. You can also contact us through our [support forums](https://www.syncfusion.com/forums), [Direct-Trac](https://support.syncfusion.com/create) or [feedback portal](https://www.syncfusion.com/feedback/maui?control=sfdatagrid), or the feedback portal. We are always happy to assist you!
96-
95+
If you have any queries or require clarifications, please let us know in the comments below. You can also contact us through our [support forums](https://www.syncfusion.com/forums), [Direct-Trac](https://support.syncfusion.com/create) or [feedback portal](https://www.syncfusion.com/feedback/maui?control=sfdatagrid), or the feedback portal. We are always happy to assist you!

0 commit comments

Comments
 (0)