| Thread | Last Post | Replies |
|
| Add DataGridViewComboBoxColumn to DataGridView Error | 28 Sep 2006 21:03 GMT | 1 |
Dear Reader, I have a DataGridView control on my form and when it's shown, the following error is shown: "System.ArgumentException: DataGridViewComboBoxCell value is not valid."
|
| Problem when updating table with auto-id | 27 Sep 2006 10:53 GMT | 2 |
I have table with auto-id. Binding to a datagridview. One interesting moment: - the first time I run the application, I type some rows(in datagridview), and press onto Update (call method update of the tableAdapter). I got the
|
| DataGrid not using TableStyle!! | 26 Sep 2006 15:33 GMT | 2 |
I know that there is something stupid here, but I am pulling my hair out trying to find it, Please help!!. I have a Form that, with various Tab Pages, has 6 DataGrids. 5 of these DataGrids are using the defined table style and one won't. I can't find anything different between ...
|
| Binding ID column from helper table!!! | 26 Sep 2006 12:44 GMT | 3 |
Hi, I am not sure if the correct format on my Subject line but I am having problem that I find very difficult sleep last 2 days. I have a CustomerTable, ProductTable and OrderTable in my SQL Server 2000.
|
| DataGridView object within a collection from web services | 25 Sep 2006 16:55 GMT | 1 |
I have an object within a collection. This object has an attribute that I need to bind to a datagridview column. I saw this thread http://groups.google.com/group/microsoft.public.dotnet.framework.windowsforms.da tabinding/browse_thread/thread/f92965be386f3a74
|
| datagridview tag value | 25 Sep 2006 16:43 GMT | 3 |
I'm working with vb.net 2005. I have a class that i've loaded up with my data. Then created a datasource off the class. I load up the datagridview with data from a class.. all this is working fine. I've got data.
|
| How to do batch-update from DataGrid? | 23 Sep 2006 21:49 GMT | 3 |
I have 2 tables: Products (ProductID, ProductName) and Inventory(ProductID, Qty). I must display table Inventory in DataGrid (like in Excel) in order to user can working with it (input Qty for each Product). In order to the sheet look more friendly, I make o view Inventory_View( ...
|
| How do I share a BindingSource between Winforms. | 22 Sep 2006 17:06 GMT | 6 |
I have two forms within a c# winform app, one form contains a datagridview bound to a binding source, the other form contains a detailed view of that same binding source. what I am trying to do is pass the binding source from form one to form two within the contructor, as shown ...
|
| Why do I have to redo databinding when I pass a BindingSource from one form to another.. | 22 Sep 2006 10:40 GMT | 1 |
When I pass a BindingSource from Form1 to Form 2 via the constructor I need to manually rebind all my once databound fields.. Why is this.. I also tried ResetBindings() and this doesn't work either.. Please refer to:
|
| Access relationships & dataset wizard | 21 Sep 2006 04:32 GMT | 1 |
I have a minor issue with creating a dataset from an Access DB in VB2005. My Access DB has table-relationships going four tables deep. That is, the key field of table one has a one-to-many relationship with a field in table two. The key of table two has a one-to-many relationship ...
|
| Problem: Master / Detail + DataRelation + DataView | 20 Sep 2006 07:18 GMT | 7 |
Hi all, Testing with Database : Nortwind Master Table : Customers
|
| Databindings - label doesn't update automatically when datasource changes | 19 Sep 2006 13:57 GMT | 1 |
I'm fairly new to databindings and trying to get my head round how it works. We are developing a windows application which references a dll which is a custom object, Meeting, and the Meeting object contains a list of 'Races', i.e. List<Race>. The Meeting object is defined as a
|
| Displaying DateTime columns in DataGridView in custom format? | 18 Sep 2006 03:59 GMT | 2 |
I create a WinForm app with some DataGridView controls using VB2005. I have a dataTable(dt1) contains, among other, some date columns. However, due to locally we represent date as dd/MM/yyyy format, I have written an additional function to create yet another
|
| Behavior of IBindingList's EndNew and CancelNew | 17 Sep 2006 20:11 GMT | 1 |
Hay Microsoft, I am trying to implement an advanced BindingList, one that supports adding and deleted rows while filtered. I am having a bear of a time making heads or tails of the rules for when EndNew() and CancelNew() are called. I have gone ahead and written a test program to
|
| binding update mode | 17 Sep 2006 20:10 GMT | 1 |
Can anyone tell me how can I access the property "DataSourceUpdateMode". The problem is that I have a DatagridView control binded to a DataSet and I don't want to update the datasource every time the row is changed after the value of a cell has changed. I want to update manually ...
|