本文介绍了我们如何使用C#.net在datagridview组合框列中获取值的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
大家好,
我正在使用C#.net开发Windows应用程序..我有一个datagridview和两个datagridviewcombox列(即Country和State).在这里,我想根据Country Column中选择的国家/地区加载状态值. .
我尝试了CellEndEvent,但它也会更改以前的行状态值..so,请帮助我..
在此先感谢..
hi guys,
am developing windows application using C#.net..In that i have one datagridview with two datagridviewcombox column(i.e Country and State)..here i want to load state value based on country selected in Country Column..i need Solution for this..
i tried CellEndEvent but it change previous row state values also ..so please help me out of this guys..
thanks in advance..
推荐答案
这篇关于我们如何使用C#.net在datagridview组合框列中获取值的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!