| Thread | Last Post | Replies |
|
| Bound DataGridViewCheckBoxColumn Doesn't Pass Value | 30 Jun 2007 00:49 GMT | 1 |
I have a DataGridView (DGV) bound to a BindingSource, which itself is bound to a custom list type that inherits from BindingList<T> (SortableBindingList) to add sorting capability. Within the DGV there is a bound DataGridViewCheckBoxColumn. The column is bound to a
|
| Inserting row into user sorted, data-bound DataGridView | 29 Jun 2007 14:56 GMT | 12 |
I'm trying to insert a new row at a specific location of a data-bound DataGridView. I understand that you would normally do that by inserting the row into the bound DataTable. The use case is sort of like an accounting situation with a "split" - I am
|
| bind to elements in a NameValueCollection, hashtable, or Dictionary? | 28 Jun 2007 00:53 GMT | 6 |
I'd like to create an object that has a field derived from one of the objects in the title such that I can bind simple controls (textboxes, etc) to individual elements of the collection such that: 1. The binding can be done at either runtime or designtime
|
| Displaying data from parent | 27 Jun 2007 10:34 GMT | 3 |
What is the best method to display columns in a parent table and not using comboboxes? Example: You have an Order entry form and want to display additional columns from the customer table, let say customer name and adress.
|
| Columnar Data in a DataGridView | 26 Jun 2007 19:07 GMT | 2 |
Dear Group, I'm just learning Windows Forms (just in time for it to be replaced by MS What's Next) and have a question concerning displaying columnar data in a single grid.
|
| backgroundworker with typed dataset binding | 26 Jun 2007 04:35 GMT | 5 |
I currently have a single threaded application that contains a strongly typed dataset (called dsdataset1) with 3 tables, all bound to comboboxes on my main form. This works in its current form (the datasets are filled on the form
|
| DataGridView and PropertyGrid | 21 Jun 2007 16:12 GMT | 1 |
I have an application which contains a DataGridView, a TreeView and a PropertyGrid. Various elements in the Tree have a custom class which implements IBindingList set as the Tag property. When a user clicks on the Tree element
|
| Load Combo Box from Joined tables? | 18 Jun 2007 05:02 GMT | 2 |
How can a combo box with Name (DisplayMember) and ID (ValueMember) be loaded from joined tables? The process we use to load the combo box with a table is shown below. Can a table adapter be use instead of a table? In VS2005, one can add a table
|
| How to CHANGE a textbox column in a databound datagrid to a combob | 08 Jun 2007 18:13 GMT | 2 |
Hi all !, One BASIC question about combo boxes in a data bound datagridview: I have a datagridview with its datasource property pointing to a bindingsource.
|
| Quest: Adding ArrayList As ComboBox DataSource... | 06 Jun 2007 07:59 GMT | 3 |
Hi, I have a XML file that I read & populate my ArrayList dervied class "ArrayListDerviedClass" to be used by many controls in my form. Now I first am looking to add the ArrayList to a ComboBox so based on the selected ComboBoxObj.Items[i] I can use ArrayListDerviedClassObj[i] to ...
|
| Combox on Datagridview not working | 02 Jun 2007 13:40 GMT | 7 |
I have set up a test form that contains a DataGridView from dragging a table (tableA) over from the DataSoure Tab. I then edited the columns and changed one column to a combobox. It contains the key to tableB. So DatPropertyName is still set to the key value in table A. For ...
|
| BindingNavigator | 02 Jun 2007 01:17 GMT | 1 |
What approach is considered industry standard when dealing with big volume data source for BindingNavigator? Any experience anybody? Such that can't fit in available memory (like 100Mio records).
|