How can I bind combobox1 to dgv.Columns["cLoadName"] ? so my Combobox always be above the column header text.
How can I bind combobox1 to dgv.Columns[cLoadName] ? so my Combobox always be above
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If by “bind” you mean “show above the column” then use css to do that.
If “show same content” then you will need to bind your datasource twice – once to datagrid and once to combobox: