| Thread | Last Post | Replies |
|
| How to Control RowState | 16 Oct 2006 10:12 GMT | 2 |
can I somehow ( Function call or else ) set the RowState of the Row to an desired / spezific State ?? I know that .AcceptChanges() and .EndEdit() controls the State but i want to change a specific Row to an specific State.....
|
| ListBox and DataSource not refreshing | 15 Oct 2006 13:42 GMT | 2 |
C#/VS2005/.NET 2.0 I have a ListBox that is using an Object as its DataSource. The Object has a method - List - that returns a List<xxx> Collection. The Object also has a method - Add - which does a List.Add(xxx) on the List.
|
| DataGridView doesn't refresh | 12 Oct 2006 01:50 GMT | 2 |
Hi, I have a problem with datagridview which is binded to a datatable. When a datarow is added to the datatable by another thread. Datagridview doesn't show the new datarow until I call datagridview.refresh() or sort the data by
|
| bind then unbind | 11 Oct 2006 14:13 GMT | 3 |
I have a series of controls (textboxes, checkboxes, and dropdowns) which I am binding to a list of variables. Each control is assigned at design time to a specific variable (by key). When that control's variable does not exist in the variable list, I remove the control's
|
| Mapping from DataGrid rows to DataTable rows ... | 06 Oct 2006 13:03 GMT | 2 |
I have the "classic" data binding scenario. DataTable -> DataView -> DataGrid. Essentially I need to be able to iterate over the rows as displayed within the DataGrid, and to link back to the corresponding row swithin the DataTable data source.
|
| DataRow being edited not added to DataTable/DataSet | 04 Oct 2006 09:21 GMT | 6 |
I see that if I edit a data-row and I don’t move to next data-row using data-grid then that row is not added to the data-table and therefore dataset.GetChanges() returns null and no data is pushed back to the data-source.
|
| Master-Detail: Use TextBox as Child | 03 Oct 2006 15:33 GMT | 2 |
Dear Reader, Situation: - customers table (bugs in code example) - order table (solutions in code example)
|
| Databinding, DataGridView and MaskedTextBox question | 03 Oct 2006 13:25 GMT | 1 |
I have a form containing a MaskedTextBox and a DataGridView controls bound to two business objects. The DataGridView is bound to a read-only list of drawing categories to allow the user to see what has been previously entered. The MaskedTextBox is used to enter a new drawing ...
|
| Databinding to list of nested class declarations | 02 Oct 2006 15:05 GMT | 4 |
I have a problem databind a ListBox to an array of objects defined as a nested class. The problem is that instead of displaying the text of the field, it displays the string "<namespace>.NestedTestClass+ProductItem", which as far as I can tell is the default value returned by ...
|
| FormViewInsertedEventArgs.AffectedRows is always -1 | 02 Oct 2006 09:01 GMT | 2 |
I'm using a form view together with a ObjectDataSource. In the FormViewItemInserted event I check if (1 == e.AffectedRows) e being of type FormViewInsertedEventArgs
|