Hi,

I've noticed an unexpected behavior with the DataGrid
control. Cells that have special formatting only display their
special formatting (such as diferrent bg color, text wrap etc.)
when the user clicks on them. Is there a way to somehow
make the datagrid display the all cells in their original formatting automatically,
rather than only when clicking on them? I'm mostly interested
in this behavior because i want the cells that span over more than
one line to wrap text. I've already found a way to change the rows' height
(using the help of the incredible SyncFusion site!), so i thought
it would be nice to also have text wrapping in the cells when the height is right.
I wonder if it can be done using reflection, because i didn't see
any public or prortected properties for changing this behavior.

Thanks for any suggestions :-)