| Thread | Last Post | Replies |
|
| form is erasing data when calling EndCurrentEdit. Please help! | 30 Aug 2008 08:14 GMT | 1 |
this is probably a stupid question, or im missing something. I have a customer info form, bound. I load with the following: -------------------------- FillCombos() 'fills combo boxes
|
| great forum | 30 Aug 2008 08:14 GMT | 1 |
im assuming it is a major bug then. bound forms suck
|
| Radio Button Programmatic Binding | 29 Aug 2008 09:29 GMT | 6 |
Dear Sir/Madam, How do I bind a radio button to a Dataset? Please help me out. This Code generates an error Message. IsActive is a boolean Field on an SQL Table
|
| Dependency between ComboboxColumns in Datagridview | 26 Aug 2008 17:47 GMT | - |
I want to use a Datagridview to edit a table where employees enter the amount of time they spend working certain projects. Each project is divided into several sub projects. Projects are modeled in a 1:n relation. To select the project I use a Combobox column where
|
| Dependency between Combobox Columns in Datagridview | 26 Aug 2008 17:33 GMT | - |
I want to use a Datagridview to edit a table where employees enter the amount of time they spend working certain projects. Each project is divided into several sub projects. Projects are modeled in a 1:n relation. To select the project I use a Combobox column where
|
| Inherited interface and Bindinglist | 26 Aug 2008 12:48 GMT | - |
I am using a generic Bindinglist . The class type of the objects in the generic list is derived from a base class. This baseclass implements three properties of the base interface.
|
| TableAdapter hell | 25 Aug 2008 19:56 GMT | - |
I don't know squat about visually designed data components ( which I think are a terrible idea, btw ). You know, TableAdapters , BindingSources , etc. I've inherited a WinForms app that makes use of these freakish little
|
| DataGridView Summary Row? | 22 Aug 2008 17:36 GMT | 10 |
In VB 2005, typed dataset, Bound Datagridview, winforms Is it possible to add a row to a databound datagridview to show the sum of the cells for that particular column? Meaning - there are 15 columns and say 10 rows
|
| adding a data bound combo box | 19 Aug 2008 13:40 GMT | 4 |
Can a data bound combo box be added to a toolstrip such as a bindingnavigator. I can add the toolstrip item, but the databinding properties are not present. You also cannot drop a databound text on the toolstrip.
|
| DataGridView BindingList and CellFormatting and CellParsing | 11 Aug 2008 11:40 GMT | 2 |
I have an object that inherits from BindingList<T> that I'm using as a data source for a DataGridView. The items in the BindingList have 2 properties which are enums. I'm using the CellParsing to assign e.Value to my enum value and in the CellFormatting I'm doing the reverse. The ...
|
| Databinding after Identity field update | 08 Aug 2008 14:04 GMT | - |
I have a form with a lot of simple databinding controls on it and it is bound to a view. The table used for databinding has an identity field. The application is distrubuted so after a a record is created the dataset is sent back to the server and the identify field is
|
| DataGridView BindingList keep sorted | 07 Aug 2008 20:49 GMT | 3 |
I have IList<> of my objects bind to the DataGridView through BindingList<>. I want to keep my List<> sorted according to my sort order (i.e programatically set) when the user change add or delete rows. So I catch some events form DGV and sort my list list. For
|
| Why CurrencyManager doesnt use IBindingList.AllowEdit | 01 Aug 2008 14:12 GMT | 1 |
Why if you set the DataSource property of the BindingSource with a IBindingList collection, the default CurrencyManager calls the BeginEdit for evey item's source (supposed they implement IEditableObject) even if CurrencyManager.AllowEdit = false ?
|
| Walkthrough: Displaying Related Data on a Form in a Windows Application | 01 Aug 2008 12:13 GMT | 1 |
Using VS2008. When I follow this walkthrough (although I actually used two DataGridViews) I get the expected rows in the CustomersDataGridView and only a "new" line in the OrdersDataGridView. I expected to see the handful of ALFKI orders in the OrdersDataGridView. And yes, I was ...
|