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
This demo shows how to add an SVG image column in .NET MAUI DataGrid (SfDataGrid)
1
+
# How to add an SVG image column in .NET MAUI DataGrid (SfDataGrid) ?
2
+
In this article, we will show you how to add an SVG image column in [.NET MAUI DataGrid](https://www.syncfusion.com/maui-controls/maui-datagrid).
3
+
4
+
## Xaml
5
+
The code below demonstrates how to set up a .NET MAUI ContentPage with a SfDataGrid to display employee information, linking to an EmployeeViewModel and configuring columns for ID, Name, Title, and an SVG image.
[View sample in GitHub](https://github.com/SyncfusionExamples/How-to-add-an-SVG-image-column-in-.NET-MAUI-DataGrid-SfDataGrid)
36
+
37
+
Take a moment to explore this [documentation](https://help.syncfusion.com/maui/datagrid/overview), where you can find more information about Syncfusion .NET MAUI DataGrid (SfDataGrid) with code examples. Please refer to this [link](https://www.syncfusion.com/maui-controls/maui-datagrid) to learn about the essential features of Syncfusion .NET MAUI DataGrid (SfDataGrid).
38
+
39
+
##### Conclusion
40
+
41
+
I hope you enjoyed learning about how to add an SVG image column in SfDataGrid.
42
+
43
+
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.
44
+
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.
45
+
46
+
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