Problem with DataGridViewComboBoxColumn
Hi Everyone
I wrote an application for bank account manger with C# and i have data grid view with DataGridViewComboBoxColumn, and i want to populate it with enum variable has three value.
the question is
how to perform that and how to obtain the selected item from the combobox column?
Re: Problem with DataGridViewComboBoxColumn
look how nice I am, I even googled for you
http://www.dotnetspider.com/resource...boxColumn.aspx
edit:
wow, my answer is already indexed by google, that was fast :eek:
edit^2
here, I've got another one: http://www.c-sharpcorner.com/UploadF...53259AM/1.aspx
Re: Problem with DataGridViewComboBoxColumn
really that nice from u
but really i'm newbie in C# and i didn't understand all the codes in the exampel so could you pls tell me in short the codes required to retrieve the value selected by the user in the combopox column
Re: Problem with DataGridViewComboBoxColumn
If you do not understand the sample code then perhaps you should spend some more time learning the fundamentals before trying something that is above your proficiency level.