In Development
Last Updated: 13 Oct 2025 07:16 by ADMIN
Scheduled for 12.0.0 (2025 Q4)
Provide support for nested properties in the property aggregate descriptor.
In Development
Last Updated: 13 Oct 2025 07:16 by ADMIN
Scheduled for 12.0.0 (2025 Q4)
Currently, the PropertyGroupDescriptor in the DataGrid component does not support grouping by nested properties (e.g., Customer.Address.City). Enhance the PropertyGroupDescriptor to support nested property paths, allowing developers to group data based on sub-properties within complex objects. This would align with common data-binding patterns and improve the flexibility of the DataGrid for real-world scenarios involving nested data models.
In Development
Last Updated: 13 Oct 2025 07:16 by ADMIN
Scheduled for 12.0.0 (2025 Q4)

Provide an option to sort the template column by nested property. 

For example: 

<dataGrid:DataGridTemplateColumn>
    <dataGrid:DataGridTemplateColumn.CellContentTemplate>
        <DataTemplate>
            <Label Text="{Binding MyAddress.City}" />
        </DataTemplate>
    </dataGrid:DataGridTemplateColumn.CellContentTemplate>
    <dataGrid:DataGridTemplateColumn.SortDescriptor>
        <dataGrid:PropertySortDescriptor PropertyName="MyAddress.City"  />
    </dataGrid:DataGridTemplateColumn.SortDescriptor>
</dataGrid:DataGridTemplateColumn>

In Development
Last Updated: 13 Oct 2025 07:16 by ADMIN
Scheduled for 12.0.0 (2025 Q4)
Sometimes when you mouse out of the header, the hover background stays and doesn't go away until you mouse into and out of it again.
In Development
Last Updated: 13 Oct 2025 07:16 by ADMIN
Scheduled for 12.0.0 (2025 Q4)
When grouping descriptors are set immediately after assigning the ItemsSource on a DataGrid, the descriptors are cleared internally, resulting in grouping not being applied. This occurs because the data engine is still in the process of updating the ItemsSource, and no immediate update is triggered by the added or removed descriptors afterward.
In Development
Last Updated: 13 Oct 2025 07:16 by ADMIN
Scheduled for 12.0.0 (2025 Q4)
Exception in scenarios when rendering many columns or changing the column width to a huge value for example - 444444