Is there a way to export a 2 level grid? (For example a dataset with 2 tables that has a parent-child relationship).
I saw that this can be achieved using the GridWeb control, but I was wondering whether there’s a way to achieve the same result using a DataSet or any other .NET control?
Rotem