Forums
New posts
Search forums
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
C# Community
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
VB.NET
Windows Forms
Changing DatSource of a combo box column of DataGridView dynamically
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="afh, post: 179789, member: 54966"] I've a DataGridView based on PROD_PACKING table. The type of PARENT_PACK_ID column is changed to Combo Box. To populate its values I defined a custom query [B]getPackings(product_id)[/B] inside the [B]prod_packingTableAdapter [/B]that returns PACK_ID, PACK_TYPE based on PRODUCT_ID parameter. [CODE] PACK_ID primary key auto increment value PACK_TYPE for packing type e.g. Carton, Box, Unit PARENT_PACK_ID self join to PACK_ID CONV_UNITS # of units within parent pack PRODUCT_ID refers to PRODUCT table [/CODE] How I may change DataSource of the PARENT_PACK_ID combobox column of DataGridView. [/QUOTE]
Insert quotes…
Verification
Post reply
VB.NET
Windows Forms
Changing DatSource of a combo box column of DataGridView dynamically
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top
Bottom