|
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). |
3 | 3 |
|
4 | 4 | ## xaml |
5 | 5 | ``` |
@@ -54,7 +54,7 @@ In this article, we will show you how to retrieve the actual checkBox in a cell |
54 | 54 | ``` |
55 | 55 |
|
56 | 56 | ## 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. |
58 | 58 | ``` |
59 | 59 | private void Button_Clicked(object sender, EventArgs e) |
60 | 60 | { |
@@ -87,10 +87,9 @@ Take a moment to explore this [documentation](https://help.syncfusion.com/maui/d |
87 | 87 |
|
88 | 88 | ##### Conclusion |
89 | 89 |
|
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). |
91 | 91 |
|
92 | 92 | 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. |
93 | 93 | 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. |
94 | 94 |
|
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