Is there a way to set the border (color and/or thickness) for a specific column and/or cell in SfDataGrid. I do see overriding DataGridStyle allows it for the entire grid, but our needs require more specific customization.
I've also tried looping through the layout in order to get down to the BorderView (CellElement), to set those properties specifically on each instance, but that doesn't appear to work after layout (even though they are bindable properties).
Any help would be appreciated.