G
giminera
I have a datagrid with three columns: the first is a combobox, the
second one and the third one are textboxcolumns.
The comboboxcolumn have as datasource a dataset from a sql table that
have three fields: item,descr,qty.
When I choose a field in the combobox I'd like the values in the two
textboxcolumns is the value of descr and qty connected to combobox
value (like a binding).
Thanks.
second one and the third one are textboxcolumns.
The comboboxcolumn have as datasource a dataset from a sql table that
have three fields: item,descr,qty.
When I choose a field in the combobox I'd like the values in the two
textboxcolumns is the value of descr and qty connected to combobox
value (like a binding).
Thanks.