Unplanned
Last Updated: 04 Nov 2024 14:26 by Teddy
Colt
Created on: 18 Sep 2024 09:20
Category: DataGrid
Type: Feature Request
6
DataGrid: Provide a meaningful exception when the typed DataGrid columns do not have a PropertyName/DataMemberBinding applied
Currently when the typed DataGrid columns (all columns except TemplateColumn) do not have a PropertyName/DataMemberBinding applied, a misleading exception is thrown and it is difficult to find out what is causing it.
1 comment
Teddy
Posted on: 04 Nov 2024 14:26

could you just treat columns without a PropertyName or DataMemberBinding as an unbound column?

This would be very useful for drawing/skia columns (so no datatemplates, so a DataGridTemplateColumn is inappropriate) that don't need to bind to any data.