Back to Browse

C# DataGridView - Include Both Bound and Unbound Data

4.9K views
Jul 1, 2015
9:48

ProgrammingWizards: c# datagridview database,mysql,connect,select,bind,combobox column,link combobox,filter,search,print,addrange Is it possible to include both bound and unbound data in the same datagridview.A BIG YES.Its possible.Its not even a big issue.DataGridView can contain many data types because it has variety of column type.Like here we shall use ComboBox Column to hold our unbound data maybe from an array or arraylist. Then our unbound data shall come from loaclhsot MySQL server database. In short this is what we do: 1.Create our datagridview. 2.Let the columns have textbox columns and comboBox Column. 3.Bind TextBox columns to MySQL Database. 4.Add Array data to our comboBox column. 5.Enjoy !! Cheers Guys !! Programing Wizards: c# datagridview database,mysql,connect,select,bind,combobox column,link combobox,filter,search,print,addrange

Download

0 formats

No download links available.

C# DataGridView - Include Both Bound and Unbound Data | NatokHD