I created a simple hierarchical grid. The parent grid renders fine. The child grid contains a title of "table" which I did not assign nor want.
For the main, parent grid, changing and hiding the title is straightforward utilizing TitleText andGridViewElement.TitleLabelElement.Visibility. For a child grid, not nearly as much. I caught the events for RowFormatting, ViewRowFormatting, and ViewCellFormatting, to no avail. What method am I missing?
Attached is an image of a parent & child grid with "table" as the child grid's title, a name which I did not assign, nor want. Also attached is a sample project which has been playing around with me.
Thanks,
_D