Illishar - 2017-02-22

Hello there,

I've found a small issue with FormatRow + RendererDelegate.

If you setup a RenderDelegate for a column, it will destroy (or not display) the FormatRow setup. I've attached a picture, where I've made the 2nd row red (through the FormatRow) and then I've added a RendererDelegate for the whole column, that does nothing.

image

I've also created a small sample project, if it helps.

project

The RendererDelegate is meant to do show some custom user controls, at some point. But only for a few rows and only if the row is selected.The rest of the rows should be rendered with the default renderer + FormatRow.