Unplanned
Last Updated: 27 Jan 2025 11:53 by Joseph
DataGird with no width set. Resize parent window so that only leftmost column is visible. Maximize the window.
Then all other columns being hidden before maximization are still invisible. 

Workaround: Set width of the DataGrid.
Unplanned
Last Updated: 24 Apr 2025 09:01 by Martin Ivanov
Created by: Martin Ivanov
Comments: 0
Category: DataGrid
Type: Feature Request
0
Currently, the columns provide a SortDescriptor and GroupDescriptor properties. Add also, a FilterDescriptor property for the column objects.

This should allow you to enable filtering also in the DataGridTemplateColumn.
1 2 3