Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
670
Expanded and getExpanded() are undefined
posted

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).

  • 670
    posted

    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?