本文介绍了Combobox Datagridview问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

很高兴,我的项目3 f dem中有datagridview(dgv).
在我的btn上填充了第一个gridview,
我需要在第二个dgv中选择值,并基于第二个
中选择的值第三个dgv被填充.
我的问题是我在第二个dgv的combox中选择值,然后按Enter键进入
光标移到我的第三个dgv中传递了谁的索引的下一行.
PL的帮助.非常紧急.

我尝试使用第二个dgv的KeyDown事件,但是在组合框选择输入时未触发.

Het frnds,I have datagridview(dgv) in my project 3 f dem.
the first gridview gets populated on my find btn,
I need to select values in my 2nd dgv and on the basis of the value selected in 2nd
the 3rd dgv gets filled.
My prob is dat wen i select value in the combox in 2nd dgv n press enter it goes
the cursor goes on the next row whos index is passed in my 3rd dgv.
PLs help.Its urgent.

I tried using the KeyDown event of 2nd dgv but it doesnt get fired on enter of the combobox selection.

推荐答案


这篇关于Combobox Datagridview问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-15 11:48