combobx inside datagrid with filtering  
Author Message
moh1983





PostPosted: Windows Forms Data Controls and Databinding, combobx inside datagrid with filtering Top

Hi, I have a DataGrid with several column that have comboBox inside. I would like to set the dataSource for the other comboBox based on the item selected in comboBox1.

for example i have 2 table with relation

1- store

2-item

in datagridcombobox 1 i have store_id

in datagridcombobox 2 i have item name

when i select store number 1 from datagridcombobox 1 i need to show in datagridcombobox 2 items that included in store number 1 only bla bla bla

pls i need help very important

im using vb code

waiting a reply




Windows Forms8