Hi,
i have a hierarchical data list. The children values are lazy loaded when the parent is expanded (Record_Expanding event). It works fine, but now i want to load the child values for all records which are currently shown on screen. Is there a collection that contais these records ? I have seen, that the WinGrid have the "ActiveRowScrollRegion.VisibleRows". Does the XamdataGrid have something smilar ?
Best regards
Ok, i found it on my own. There is the xamDataGrid.GetRecordsInView Collection.