Group: StrataFrame Users
Posts: 430,
Visits: 507
|
I have this working now satisfactorily, as follows:
1. In the Load Event , and a 'Refresh' button, I have a Call to code that Creates a BO (Which includes a Few Joins to other Tables). I am using a Base Generic type Bo, which I will use for all instances like this where I need to join a few tables
2. I have a Devexpress grid set up, and in Code, set the DataSource of the Grid to the Underlying DataTable in the BO. Doing this, I can see all the fields in the DataTable
3. I then can use the BO.GetEnumeraable to Process the data from the Grid (Any changes done in the Grid are rfelected in the underlying DataTable, and also on the BO)
4. I am not using a BBS, but this has not caused any particular issues as all Grid Changes are reflected in the BO anyway.
Many thanks for all assistance
|