Is there anyway to get only the currently filtered records in a xamDataGrid?
That's what I was looking for, thanks!
Hello,
Have you tried the XamDataGrid's RecordManager records :
xamDataGrid1.RecordManager.GetFilteredInDataRecords();
xamDataGrid1.RecordManager.GetFilteredOutDataRecords();