.NET MAUI TreeDataGrid Nested Properties Support
The Telerik UI for .NET MAUI TreeDataGrid inherits the support for nested properties form the DataGrid control. Nested properties allow binding of complex objects to the tree grid columns.
In addition, the ListenForNestedPropertyChange
(bool
) property gives the ability to listen for changes in the nested properties' values. The default value is false
.
ListenForNestedPropertyChange
isfalse
due to optimization purposes. You can enable it in case you'd need to update the nested properties' values.