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 display a tail truncated text in a DataGridCell in .NET MAUI DataGrid (SfDataGrid) ?
1
+
# How to display a tail-truncated text in .NET MAUI DataGrid (SfDataGrid)?
2
+
In this article, we will show you how to display a tail-truncated text in [.NET MAUI DataGrid](https://www.syncfusion.com/maui-controls/maui-datagrid).
3
+
4
+
## Xaml
5
+
The code below demonstrates how to display a tail-truncated text in SfDataGrid. The text wrapping and truncation of a column’s cell values can be customized by setting the [DataGridColumn.LineBreakMode](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataGrid.DataGridColumn.html#Syncfusion_Maui_DataGrid_DataGridColumn_LineBreakMode) property.
[View sample in GitHub](https://github.com/SyncfusionExamples/How-to-display-a-tail-truncated-text-in-a-DataGridCell-in-.NET-MAUI-DataGrid-SfDataGrid)
37
+
38
+
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).
39
+
40
+
##### Conclusion
41
+
42
+
I hope you enjoyed learning about how to display a tail-truncated text in SfDataGrid.
43
+
44
+
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.
45
+
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.
46
+
47
+
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