DataGrid AutoGeneratingColumn event not fired for DataTemplateSelector?
in my WPF there is a DataGrid which columns are auto-generated. The data is loaded from extern, so the column names are known at runtime. For certain columns, i display a button inside the column. Only when clicked onto the button, i load other data and display it inside the RowDetails of the outer DataGrid. Then, the inner DataGrid is loaded again – maybe with other buttons. This is repeated for ever.
How to get an event when user resize WPF DataGrid column by mouse
How to get an event for column resize invoked by user interaction (mouse left button + mouse move).
WPF: How to have datagrid do AlternatingRowBackground only when data in Column A is not the same as the previous row (data grouped by Column A)
Suppose I have a list of visitor object grouped by Nation
How to Enable Scrolling Beyond the Last Row in WPF DataGrid?
I am working on a WPF application and using a DataGrid to display data. I would like to enable scrolling beyond the last row of the DataGrid, similar to the “Scroll Beyond Last Line” feature in VSCode. This would allow users to scroll past the last row and have some empty space at the bottom of the DataGrid.
Hide datagrid cell based on Model property
Having this model: