Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Yes, the documentation is in the works, and we're currently in full documentation mode. Both the documentation available online through the knowledge base will be updated as well as the CHM file. Additionally, we will have Help 2.0 support for integration with Visual Studio and dynamic (context sensitive) help.
As for working with other controls, if they can bind directly to a DataTable (which almost any standard control, and all grid controls can), they can be bound to a business object without the need to subclass it. Just set the data source on the control to the CurrentDataTable or the CurrentView of the business object and you'll be in business (no pun intended).
|