how can copy and paste row including its child rows?
Hi,
There's no built-in functionality for this in the WinGrid. The grid has the ability to select and copy rows, but since you cannot select rows in different bands, there's no way to do it with the built-in features.
What you would have to do, I guess, is select the parent rows, then write the parent and then handle all of the clipboard interaction yourself.