My goal is to take a datatable based (dynamic, unknown column names or row values until runtime) gridview and apply formatting or cell styling (column foreground, background, font weight, text wrapping and column width) from settings the user defines. When I generate my columns (GridViewBoundColumnBase) I see that background color is simple but changing the font weight or color seems a mystery...
From what I have read it would be achieved with some sort of converter and datatemplate. Any documentation or examples that could assist me complete this task that actually uses a datatable and could do font weight, color, column background color and text wrapping etc...? I don't want to reinvent the wheel if as much as possible.
From what I have read it would be achieved with some sort of converter and datatemplate. Any documentation or examples that could assist me complete this task that actually uses a datatable and could do font weight, color, column background color and text wrapping etc...? I don't want to reinvent the wheel if as much as possible.