Tagged Questions
-1
votes
0answers
26 views
Windows forms application consuming mySQL data served using rest services from php [closed]
I want to build a windows forms application that would interact through rest services, served from php, with a MySQL database. The client application should perform CRUD operations, through ...
0
votes
1answer
13 views
Need help making my DataGridView sortable
I have a DataGridView that I populate with data that I get from a web service.
AdminTool.adminWS.templateListDTO[] templateList = null;
AdminTool.adminWS.OwordBeanService owClient = new ...
0
votes
0answers
13 views
index -1 does not have value {IndexOutOfRangeException}
I am managing bindingsource to display data in datagridview, datacontext is in bindinglist everything is working fine, sometimes randomly got Index -1 does not have value, I doesn;t have null list, ...
1
vote
1answer
40 views
Asynchronously populate DataGrid in WPF
I have a DataGridView in a WPF application. Retrieving the whole data is a long-running task that involves intensive I/O.
I thought it could be a good idea to populate the grid asynchronously, i.e. ...
0
votes
0answers
21 views
DataGridView Adding Button Columns after Setting DataSource [duplicate]
I set the DataSource of a DataGridView to a DataTable. I then added 2 button columns to the DataGridView. The DataGridView looks fine on the form, however,when I insert the buttons at indexes 1 and 6 ...
0
votes
1answer
36 views
Refreshing value in binded ComboBoxCell
I'm developing a WinForm app in C# (VS 2008).
I have a DataGridView binded to a datatable (Fields) and one additional column - ComboBoxColumn. It is called RefFieldName and it is binded the same ...
0
votes
1answer
36 views
Binding custom property updates to the datasource abnormally?
At first, I want to talk a little about normal binding (with standard property such as Text of a textbox). The sample grid here has only 2 rows (for simplicity). Suppose I have a table of 2 rows ...
0
votes
0answers
31 views
Error while assiging dataset to gridview in Load_Event() of child Form
I have created an MDI application and one the child forms contains the data grid which displays the list of customers.
I am binding the grid in Form_Load() event.
My code for form_Load is:
...
0
votes
0answers
76 views
Code for binding gridview works in Single Form application but not in MDI Form application
One of the child forms in my application is having the grid in which data is bounded in the program.
My code is :
private void SearchForm_Load(object sender, EventArgs e)
{
...
0
votes
0answers
54 views
How to bind a datagrid cell or datatable cell to a property of an object?
Hi Guys Does any one know how to bind a cell of datatable or cell of a datagridview to a property of an object?
Any answer and any comment on that is much appreciated.
Many thanks in advance.
2
votes
3answers
187 views
Not able to bind the grid view in code behind desktop application
I have a grid view which lists all the customers.
I am binding it in the load time of Form which is placed in the child of MDI.
Columns in the grid view is predefined at the design time.
My code ...
0
votes
2answers
106 views
DataGridView with adapter and combobox
If i bind a DataGridView(dgv) to an adapter, the dgv is populated automatically with the contents of the table. However one of the columns that is now presented as text, I want to change it to a ...
0
votes
0answers
87 views
How to add to a Datagridview Combobox in C#
I am developing a C# winform based Desktop application.
I have a databinding on the Datagridview control. I am using the code something like this :
BindingSource bs = new ...
0
votes
1answer
11 views
Catching new record creation in bounded datagridview
I have DataGridView that is bounded to some BindingList of Students (my class name).
Within my form, I wanna call some method when the user add row to the DataGridView. But, when I register to the ...
1
vote
1answer
76 views
Binding data grid values to another data grid
I have two datagrids. The first contains the columns:
name, price, rank, rating, groupNumber ..... and many other columns
And the second contains:
name, rating, groupNumber
Suppose I selected a ...
0
votes
1answer
139 views
How to Fill DataGridViewComboBoxColumn in DataGridView in c#
I am able to Fill data in DataGridViewComboBoxColumn on Form_Load Event there is any best Event to fill data in DataGridViewComboBoxColumn. i posted my coding. because i.e.., the way i fill the ...
0
votes
2answers
135 views
How to set Datasource to a Datagridview Control in C#
This might look really simple, but I am not able to figure out how to do it. I am not an expert with Databinding in C#.
I have a list of Class objects(It is a nested Class) which looks something ...
1
vote
1answer
57 views
Nested sub-query to select from more than tow table
I have three tables:
Years (YearId,Year)
Months (MonthID,Month)
Date (DateID,YearID,MonthID)
Client (CLientID,ClientName)
Payment (PayID,ClientID,DateID,Amount)
I want to fill in DataGridView as:
...
0
votes
1answer
134 views
How to pass data from one datagrid to another,but with different number of columns
This is my fist time here so i'll do my best describing what's my problem:
I have one form, and on that form I have two datagrids,let's call them dg1 and dg2.
dg1 is connected to an mssql database ...
0
votes
1answer
129 views
Data Binding from Binding source
In my C# WinForm, I have a binding source and data grid view. On the Form_Load event;
_bsCompany = new BindingSource();
_listOfCompany = CompanyService.GetListCompany();//Gets a listofCompany
...
1
vote
2answers
42 views
Build DataGridView table without a source?
I have never managed to get DataGridView working as I needed, but I am back at it again and hoping that I can get it figured out. I currently have a class where I store a lot of data about each ...
1
vote
1answer
981 views
DataGridView datasource
I have a DataGridView and a list of some objects which populated from a SQL table. There are two ways I used to bind the list to the grid.
1.Using the list directly to the datasource
...
1
vote
1answer
180 views
How to prevent datagridview from firing UserDeletingRow-event for every selected row?
How can i stop the DataGridView control from triggering the UserDeletingRow-event for every selected row after i've already consumed the first?
This grid is bound to objects from my wcf-webservice, ...
0
votes
0answers
115 views
Binding and Edit on Datagridview But Error “Object reference…” in vb.net
I want Edit value in datagridview. but Error "Object reference not set to an instance of an object."
Code:
Private Sub btEdit_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) ...
0
votes
1answer
1k views
How Update cell in datagridview after enter? vb.net
i want update value from datagridview to sql after enter on cell. but it don't work.
this code:
Private Sub dgvShow_KeyPress(ByVal sender As System.Object, ByVal e As ...
0
votes
0answers
183 views
bind datatable to datagridview & save records to other table
I have three tables
Employee (employeeID int,employeeName varchar(50))
SalaryMaster (salaryID int, salaryName varchar(25)
SalaryDetail (employeeID int,salaryId int, salaryAmount int)
now i ...
0
votes
0answers
101 views
How to bind datagridview cells values to value of dictionary in customObject?
class Garage
{
Person owner;
Dictionary<Car, bool> presence;
}
I have kind of datagridview with all cells as checkbox
Row - Person
Column - Car
Cell - bool
I'd like make ...
0
votes
1answer
306 views
How to change column values to show different value in bind DataGridView?
I have a dataGridView, which is data bound to some generic List<T> (while T is some custom class with properties).
The problem is that one of the property is type of integer, and it represents ...
1
vote
1answer
238 views
Fastest way to set backcolor for WinForms DataGridView rows
I have a WinForms DataGridView that is bound to a BindingSource which, in turn, is bound to a BindingList of 100,000 objects.
BindingList<MyObject> myObjectList = new ...
1
vote
1answer
155 views
Master-Detail/Binding Source Issues
Both my DataGridViews correctly display the parent and child records. I can also successfully add child records and save them back to my data source (an XML file). However, when I attempt to add a new ...
1
vote
2answers
133 views
Async databinding of image, causes cross thread exception
I have a problem, with my WPF application.
I'm trying to databind an image field, in my gridview, with the image property from my viewmodel.
<DataGridTemplateColumn Header="Image" ...
0
votes
1answer
625 views
WinForms DataBinding with DataGridView
I though I would post this as after spending several hours trying to work it out I am getting nowhere. Firstly, I am fully aware that databinding in WinForms is not the best. That said it does work ...
0
votes
0answers
33 views
Change Auotmatically without need
i set the dataSource to datagridview
DatTbl = CustomerManger.SelectCustomersAllDT(); //dattbl is datatable
ds.Tables.Add(DatTbl); //ds is dataset
DatTbl.TableName = "Customers";
...
0
votes
1answer
700 views
DataGridView databinding
I give a simple example to explain what I want:
I defined a class called Student, it has two properties: Name and Subjects.
public class Student()
{
public string Name;
public ...
0
votes
0answers
127 views
Datagridview give error ` index -1 does not have value`
I am having a strange issue. After assigning list to DataSource. When I click on the grid, error appears Index -1 does not have value.
No matter where i placed try and catch this error is not caught. ...
0
votes
1answer
496 views
Reordering columns in DataTable via a DataGridView
I have a DataGridView and have enabled the AllowUserToOrderColumns property so that the user can reorder the columns using drag and drop. I've created a handler for the ColumnDisplayIndexChanged ...
2
votes
0answers
121 views
exception when assigning currentcell datagridview
I have a very strange exception. I have a datagridview bind to some data. And when the datasource is empty I add some data to it, update the datagridview and try to set the row I added to editmode. ...
1
vote
2answers
114 views
Deleting contents of a string - TextBox behaves slightly differently from DataGridView text cell
If you set up a simple test form with a TextBox bound to a string property of a class and delete the content the value passed back to the property setter is "".
If you do the same thing with a cell ...
1
vote
1answer
274 views
Where to catch unhandled exception when editing datagridview
I have a datagridview which is databound to an Entity Framework "table":
public ObjectSet<TEntity> tableData { get; private set; }
private BindingSource tableBinding;
public ...
0
votes
1answer
287 views
Datagridview comboboxes only in some rows
In my winforms application, I have a DataGridView where one row uses the DataGridViewComboBoxColumn control so that it contains comboboxes for this column.
Is it possible to programatically replace ...
0
votes
0answers
204 views
error in updating data in bound datagridview (bound automatically in designer view)
I have a datagridview in vb.net that is bound to a datasource. I did this in design view, and I wanted minimum coding.
So without any SQL, I did the following steps:
Added a datagridview from the ...
0
votes
1answer
59 views
Best way to store initial values of a DataGridView to provide reset functionality?
I have a DataGridView presented to the user with values populated in the cells. I then allow the user to edit these values according to their needs. A reset button is provided which can then be ...
1
vote
1answer
411 views
Binding Source changes current item when datagrid looses focus
I have a WinForm with 6 DataGridViews in VB.Net 2010, each with their own binding source. I have one additional main DataGridView that controls what is in the other grids. This is the only grid that ...
-1
votes
1answer
31 views
not able to see the all the rows except the last
while (dr2.Read())
{
dataGridViewEx1["Sno", dataGridViewEx1.RowCount-1].Value = sno;
dataGridViewEx1["Prod_Code", dataGridViewEx1.RowCount-1].Value = ...
3
votes
1answer
318 views
Configuring 'AutoGenerateColumns' property of a DataGridView
I have a datagridview configured to autogenerate columns based on my class (using databinding).
It works just fine for all my properties of type string. However, I have a property of an enum type, ...
0
votes
0answers
82 views
DatagridViewColumn Showing Object DataMember instead of Object
I use EF5 with Winforms and have a one to many relationship.
Each Product has one Company.
I have a DataGridView showing all Products (via binding). Now i want to have one column which shows not the ...
5
votes
2answers
165 views
Binding to DataGridView with an array of properties
Imagine a class Item with three properties:
Item name (string)
Quantity (int)
Price (an array/list of class ItemPrice that has two properties: VendorName and Price).
Basically, I want to bind this ...
0
votes
1answer
261 views
A databound datagridview on update doesn't display the top rows
When new rows are added to the datasource the datagridview updates but the rows that are automatically in view i.e. don't need to be scrolled to are 'old' rows. The previously selected row is at the ...
2
votes
1answer
665 views
implementing virtual mode for a datagridview that is databound
A general question for advice on the implementation.
I've got a collection bound to a datagridview.
BindingList<Line> allLines = new BindingList<Line>();
dataGridView1.DataSource = ...
0
votes
2answers
251 views
DataGridView doesn't accept DataSource when invoked via Unit test
The code works fine when invoked via UI but doesn't work when called via unit test. I was able to repro this for simple Winform App.
namespace WinFormApp
{
public class Pair
{
public ...






