The grid control has a method to get the list of data rows of the grid. The method is called GetSortedDataRows, and it has a parameter called “recursive.” The documentation states that this parameter should be set to “true if all the data rows of the grid should be retrieved; false otherwise.”
What is the purpose of this parameter? If I set it to “false,” which data rows are returned and which are not? If I set it to “true,” is it supposed to return data rows in detail grids? If so, is there a way to differentiate detail grid rows from master grid rows?
Jon Z
Imported from legacy forums. Posted by AlphaGuys (had 2153 views)