Hi, I am making a program in which I want to generate selected index change event of combo box which is in datagridview control. Please help me!!!!!!! Thanks.
Hi James, You can not generate directly event for datagridviewcombobox as it is not provided to you but for completing you desire task you can take help of CellBeginEdit and CellEndEdit event of datagridview control. Thanks.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
You can not generate directly event for datagridviewcombobox as it is not provided to you but for completing you desire task you can take help of CellBeginEdit and CellEndEdit event of datagridview control.
Thanks.