Anyone know why the CSOM for a row in a hierarchical grid generates undefined for row.Expanded and row.getExpanded()? The row is expandable (row.Expandable reports true).
More information.
Apparently the getExpanded() method only works in the BeforeRowExpanded and AfterRowExpanded events.
I am expecting this method to work in any context for a specified row, so long as the row is expandable. Is this by design and why or is there a bug?