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
180
Nested Data in XamDataGrid
posted

I am trying to load a xamdatagrid with hierarchical data that has summaries in FieldLayout(0) and FieldLayout(1).  However, FieldLayout(1) is not accessible in code.  I am trying to apply a summary to a field in the nested data and then change the field settings, but I get an error saying "Index was out of range."

How can I access the nested data in code?