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
495
XamDataGrid : Expand all Rows
posted

Is there a way to expand all rows in a hierarchical grid ?

I do something like this :

For Each rec In grid.GetRecordsInView(True)

   rec.IsExpanded = True

Next

but it doe not seem to be full recursive (deep rows are not expanded).

Is it possible to do it using Xaml ?