StrataFrame Forum
Back
Login
Login
Home
»
StrataFrame Application Framework - V1
»
WinForms (How do I?)
»
Showing an additional field in a grid that is not inthe database
Showing an additional field in a grid that is not inthe database
Post Reply
Like
0
Showing an additional field in a grid that is not inthe database
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
RSS Feed
Goto Topics Forum
Author
Message
Ger Cannoll
Ger Cannoll
posted 13 Years Ago
ANSWER
Topic Details
Share Topic
Group: StrataFrame Users
Posts: 430,
Visits: 507
I have a grid that is using a BusinessBindingSource. Works fine if I am taking all fields from the standard BO. I want to add one extra field, which is taken from another table , so I have changed my select statement whcih popualates the BO, to do a join to the lookup table
myGrid.DataSource = this.businessBindingSource1;
myBO1.FillDataTable("SELECT * FROM SCP JOIN KMA ON SCP_STKREF = KMA_STKREF");
(The Table SCP is the BO source in the Business Object mapper. I use the join just to get one lookup field)
In the Grid however, I still dont see the Description Field (Which comes from the Joined KMA table)
Other than the above, I have not made any changes to the BO.
Do I need to 'add' the extra field as a custom field in the BO ? If so, is there any C# code around that does this
Reply
Like
0
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Threaded View
Threaded View
Showing an additional field in a grid that is not inthe database
Ger Cannoll
-
13 Years Ago
[quote][b]Gerard O Carroll (7/18/2011)[/b][hr] Do I need to 'add' the...
Edhy Rijo
-
13 Years Ago
Hi Edhy Many thanks for your reply and very detailed explanation. I...
Ger Cannoll
-
13 Years Ago
I understand. The problem is that you are using a DataGridView and the...
Edhy Rijo
-
13 Years Ago
Hi Edhy. I would also normally use a Combo or similar for...
Ger Cannoll
-
13 Years Ago
Hi Gerard, Well there is a huge difference between DevExpress Ultra...
Edhy Rijo
-
13 Years Ago
Post Reply
Like
0
Similar Topics
Post Quoted Reply
Reading This Topic
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Explore
Messages
Mentions
Search