问题描述
我在Datagridview中有这样的表:
DatagridView:
名称公司(*)Planing
----------------------
嗨A A1
Ki B B1
----------------------
*)column公司作为数据库中表格的名称
#)列刨作表A中列的名称。
表A
A1 A2 A3
----------------------
S1 S2 S3
--------- -------------
表B
B1 B2 B3
----------------------
T1 T2 T3
--------- -------------
实际上我想用columnCombobox更改DatagridView中的Planing列。
I我正在使用WPF C#。使用mySQL的数据库。
我尝试了很多使用组合框的样本等等,仍然无法根据数据库获取数据。
案例:
当我点击datagridView字段中的单元格Planing时,我会根据数据选择列名。
请求帮助
谢谢。
I have tables like that in Datagridview:
DatagridView:
Name Company(*) Planing
----------------------
Hi A A1
Ki B B1
----------------------
*) column Company as name of table in database
#) column Planing as name of Column in Table A.
Table A
A1 A2 A3
----------------------
S1 S2 S3
----------------------
Table B
B1 B2 B3
----------------------
T1 T2 T3
----------------------
Actually i want to change Planing column in DatagridView with columnCombobox.
I am using WPF C#. database using mySQL.
I have try many sample using combo-box and so on, still stuck cannot get data according to the database.
THE CASE:
when i click in cell in datagridView field "Planing" i will select it the column name according to data.
Please need Help
Thanks.
推荐答案
这篇关于datagrid视图和datagrid列的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!