Is it possible to style cells in the summary row separately, or do they always all use SummaryRowSettings.Style?
Hi,
Currently its possible, however its hidden, and you need to write a little code:
((RowsManager)this.grid.Rows[0].Manager).SummaryRowTop.Cells["ColKey"].Style = myStyle;
We are looking to make this easier, by exposing a property on the Column, however this currently hasn't been implemented.
Hope this helps,
-SteveZ