As a user of the DataGrid control
I want to configure a format text for a cell (at cell/column/grid level) to automatically be applied on the content of the cell when it supports formatting (implements IFormattable).
so that I can avoid manually format each cell.
As a user of the
DataGridcontrolI want to configure a format text for a cell (at cell/column/grid level) to automatically be applied on the content of the cell when it supports formatting (implements
IFormattable).so that I can avoid manually format each cell.