I have a hierarchical (rows + children rows) RadGridView. I'm already using the ViewCellFormatting event in order to display my own [+] and [-] images.
Is there a way to know if a "parent" row has no children rows the event handler, so I can set an empty image in the first place? That way the user has a visual clue that the row doesn't need to be expanded.