Sorry about that João, I misunderstood your original question and didn't notice you were specifically asking about Grids. For that, I would agree 100% with Charles here, take a look at our ListView and StrataListView to see if they would fit your needs, they can save you a lot of time if they will work for you! The ListView is a much simpler way to handle child objects, and the StrataListView gives a lot of control over individual items. Between the two, you can typically do 95% of the work a Grid would usually be used for, with much less complication. Of course, as Charles mentioned, Grids are perfectly compatible with StrataFrame using the BusinessBindingSource, so if you do end up needing one, we can definately make that work, it is just our experience that they sometimes make a simple process more complicated.
Let us know if you run into any issues with the ListViews, or with getting the BusinessBindingSource set up. I'll try not to answer the wrong question next time .