Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
235 views

DataGridViewCheckBoxColumn: how to update bound DataSource on property changed instead of on validation

I've got a BindingList binded as the data source of a DataGridView; one of the TSource properties is binded to a DataGridViewCheckBoxColumn, but the data source is updated not when a click on the ...
4
votes
4answers
3k views

Binding a object with a sub objects as properties to a datagrid

Good morning, I am working with an object which has sub objects with in (see example below), I am attempting to bind a List to the datagrid. When I bind the List<>, in the cell that contains the ...
3
votes
4answers
7k views

How to set datagridview textbox column to multi-line?

How to let "DataGridViewTextBoxColumn" in DataGridView supports Multiline property. I Think it's easy ?!.
2
votes
1answer
58 views

Resizing DataGridView columns without affecting adjacent ones?

I'd like to implement a feature whereby allowing a user to resize a DataGridView column, but without affecting the adjacent columns. I've noticed in many programs that you can resize a specific ...
2
votes
1answer
150 views

Validation on a single DataGridView column

How can I perform validation on a particular DataGridViewTextBoxColumn column in my DataGridView, so that a user is required to enter a value into it?
2
votes
1answer
71 views

how to get DateTimePicker checkstate value of DataGridView?

I have a DataGridview in which there is a DataTimePickerColumn, and it's DateTimePickerCell contain checkstate. How do I get the checkstate value after editing the checkstate?
2
votes
1answer
260 views

DataGridView resizeable columns, but last column can't be resized bigger?

For c = 0 To grd.Columns.Count - 1 grd.Columns(c).Resizable = DataGridViewTriState.True Next c That allows all the columns in my DataGridView to be resizable EXCEPT the last column. Why? I DO ...
2
votes
0answers
337 views

C# VS2008 - why are my DataGridViewCellStyle variables automatically renamed?

FIRST POST! Been lurking for years, but Googling on this issue hasn't turned up any results. So here goes... I have several C# WinForms apps exhibiting this behavior in Visual Studio 2008, but I ...
2
votes
2answers
191 views

How can I set the direction of a string in a DataGridViewCell?

How do I set the RightToLeft property for a particular DataGridViewCell in a DataGridViewColumn?
2
votes
1answer
740 views

How can I center the heading in a column on a DataGridView?

I have a strange problem and it's probably a simple fix, but after much research, I cannot seem to find a solution. I have a DataGridView on which I'm trying to center the column headings, but the ...
1
vote
1answer
70 views

Mixing cell types in a DataGridViewColumn

Is it possible to have both DataGridViewComboBoxCells and DataGridViewTextBoxCells in a single DataGridViewColumn? Or am I absolutely restricted to having one type per column?
1
vote
0answers
145 views

Datagridview : Make checkbox column read-only

I am using a Datagrid view control to display data. I am using datasource binding to load data. Datagridview column structure is defined and it has one DataGridViewCheckBoxColumn, which I have made ...
1
vote
2answers
251 views

DataGridviewComboBox requires 2 clicks to show the list of items

We have a DataGridView where one column is a ComboBox with the DropDownButton style. The DataGridView is in FullRowSelect mode. Let's assume that I have 5 rows, and row 0 is selected in the ...
1
vote
1answer
54 views

Changing the width of all columns in a DataGridView

We have a DataGridView which has 2048 columns. We must provide a way for the user to increase and decrease the width of all columns in the DataGridView. Currently, we do the following in a button ...
1
vote
1answer
173 views

Bind DataSet column types to DataGridViewColumns?

I have a set of data coming into a DataGridView from another DataGridView (described here, question solved). I now wish to add two new columns to my DataSet, one Integer, one Boolean, with the ...
1
vote
2answers
247 views

Formatting Cells in DataGridViewColumn

How can I display the string with value: 12345678 to the user in a datagridview cell as: 1234/56/78. I think I should use the DefaultCellStyle.Format property of the DataGridViewColumn, But I don't ...
1
vote
1answer
245 views

TextBox column in GridView

I added a textbox column in the gridview by using the following code. <asp:TemplateField HeaderText="Order"> <ItemStyle/> <ItemTemplate> ...
1
vote
2answers
332 views

Weird character 'q' problem with DataGridView Custom DataGridViewColumn cell

I've created a custom column for the datagridview deriving it from DataGridViewColumn, DataGridViewTextBoxCell and implementing the IDataGridViewEditingControl. I've created a user control which ...
1
vote
2answers
197 views

add a column between two columns of a gridview

I used a datagridview in my winform application. I load datagrid with a dataset that have 4 columns. Next I want to add a column between column2 & column3. How to I do this. Thanks.
1
vote
2answers
98 views

Using DataSet with DataGridView and modifying DataGridViewColumn

How can I modify the DataGridViewColumn in a DataGridView when using DataGridView.DataSource = DataSet.Table? OleDbConnection connection = new OleDbConnection(...); OleDbDataAdapter adpCustomer = new ...
1
vote
1answer
44 views

Best way to get a handle to the DataGridViewColumn when using autogeneratecolumns

Im using a datagridview with autogeneratecolumns on. I can use something like this to get a handler to a particular column: public int MyProperty { get; set;} .... ...
1
vote
1answer
484 views

Display Icon and string inside Cell in DataGridView

I have 2 variable I would like to display in one cell of a DataGridView. Icon stockIcon; Int stockStatus; I already looked at http://msdn.microsoft.com/en-us/library/7tas5c80.aspx But I think its ...
1
vote
2answers
3k views

Custom Binding of multiple fileds in Custom DataGridViewColumn(WinForms)

I have a question regarding a data binding(of multiple properties) for custom DataGridViewColumn. Here is a schema of what controls that I have, and I need to make it bindable with DataGridView ...
0
votes
1answer
57 views

DatagridView Highlight Event - WINFORM C#

I have a combobox which is connected to the database so I populate the value of my combobox based on what's in my database. my combobox is another FORM from the datagrid. So here's I want to achieve. ...
0
votes
2answers
104 views

creating a dropdownlist in the header of the gridview while populating its column data from excel sheet

I need to create a gridview which fills its column with data from an excel sheet and for each column in the gridview ,the header should contain a drop down list with listitems like ...
0
votes
0answers
37 views

increase width of print document of onenote in c#

i want to print content of datagridview but pagesize of onenote notebook is short enough to display data of datagridview so datagridview gets truncated. code: private void ...
0
votes
0answers
27 views

Generic cell updater for DataGridViewColumn descendant that replicates property updates to cells — useful?

Can I get rid of the redundancy? Look at this. Both are properties from a DataGridViewColumn descendant for a MaskedTextBox column. The setters echo the update to all this column's cells. Public ...
0
votes
0answers
53 views

Displaying the same datagridview column headertext with substrings having two different fonts

I have a datagridview on my form. i am adding columns at runtime with headertext as date and events on that date. The problem is that, i want to show the date and events in different fonts. e.g. i ...
0
votes
1answer
36 views

How to get the selected cells count from a particular column of a DataGridView

I am looking for a way to get selected cells count from a specific DataGridView column. I am able to retrieve all the selected cells from the DataGridView, but not from the specific column, with the ...
0
votes
1answer
243 views

Datagridview remove all columns

Is it possible in a single hit to remove all columns from a datagrid? I know I could loop though and remove them one by one, or remove the whole thing and create it. But it is possible to simply ...
0
votes
1answer
90 views

How to copy DataGridView contents to Dataset?

i'm not good with ADO.NET so used the following code that i got from Internet but i get the error "There is no row at position 0." @ the marked line(*) even though i can see a value is being passed ...
0
votes
1answer
95 views

DataGridView Cell Customization

I would like to create a cell for the datagridview that would accept a Int64 value in order to sort. Additionally that cell will display an extra value that is the difference of the current value ...
0
votes
0answers
66 views

How does `FillWeight` work for resizable columns in a `DataGridView`

I have a grid with user sizable columns. I'm using Fill AutoSizeMode so that the columns always occupy the entire width of the grid. I want to be able to store the widths of the columns so that they ...
0
votes
2answers
289 views

adding button column to datagrid view causing problems

I have a datagridview binding with data coming from database that works fine. It is loaded with data when the form loads. As per client requirement I have added new button column to datagrid view by ...
0
votes
1answer
203 views

how to sort the datagridview column Got an error : Argument NUll Exception Was Unhandled

I am binding the data grid view by using the following linq to entity framework query by using the following code.. private void EquipmentFinder_Load(object sender, EventArgs e) { ...
0
votes
1answer
116 views

Datagridview column sorting when clicking on the column header

I have a datagridview with two columns name and price. If I click on the column header, the corresponding column will be sorted in alphabetical order. Do I need to add any event handler for sorting ...
0
votes
1answer
84 views

how to hide a row in datagrid when i click DataGridViewColumnButton?

i have added a datatable to the datagrid in winforms SystemTray App.abd i have two buttons in each row,like "public" and "Ignore".when i click any of two button the particular row which the buttons ...
0
votes
2answers
225 views

How to hide column of DataGridView when using custom DataSource?

I have a small app in c#, it has a DataGridView that gets filled using: grid.DataSource = MyDatasource array; MyClass hold the structure for the columns, it looks something like this: class ...
0
votes
0answers
163 views

DataGridView Primary Key Column is ReadOnly, how to enable “Copy” (Context Menu)?

In my WinFormApp, I have a column that is bound to the Primary Key of the Table. The ReadOnly property is set to "true". This causes the "Context Menu" not to work. Therefore, users are unable to ...
0
votes
0answers
50 views

Syncing two ComboBox Columns in a DataGridView

I have a situation where I need to implement two ComboxBox Columns in a DataGridView. The value selected in the first column needs to act as a filter for the datasource in the second column so as the ...
0
votes
2answers
136 views

Creating Column in DataGridView in C#

I have a problem in creating a datagrid column in c# here is my code. DataGridViewColumn newCol = new DataGridViewColumn(); newCol.HeaderText = txtHeader.Text; newCol.Width = ...
0
votes
0answers
61 views

Adding a datagridview button to already bound datagridview

//Create Data context to sqlDB SQLdbDataContext sqlDB = new SQLdbDataContext(); //Declare a new bindingsource called ManuBS BindingSource ManuBS = new BindingSource(); ...
0
votes
1answer
103 views

FormattedType issue with custom DGV Column/Cell

I've created a custom DataGridView Cell and Column that displays animated images. It's really simple and works fine except that it's throwing a "DataError" event from the DGV: "Formatted value of the ...
0
votes
2answers
59 views

How to Display ClassType Field into DataGridView

I have web-service function, which I'm importing for my project. The thing is that, I have method, which returns Array of (let's say) FirstClass. This itself contains field type of SecondClass ...
0
votes
1answer
304 views

c# datagridview having different datasources for different columns

I have a datagridview which has multiple text columns and a single comboboxcolumn. I need to specify a datasource for the iems of the comboboxcolumn and another datasource for the other text columns. ...
0
votes
1answer
69 views

DataGridView in C#

I am using a DataGridView to display some data in my application. The data in the table gets changed dynamically according to the users input. I am able to retrieve the data according to the user. I ...
0
votes
1answer
338 views

Binding DataGridViewCheckBoxColumn to array of booleans

I'm currently trying to build a DataGridView in a Windows Form to display to a user a list of settings that they can turn on and off. The DatGridView will have two columns, the first column will ...
0
votes
1answer
296 views

How can I right-align text in a DataGridView column?

How can I right-align text in a DataGridView column? I am writing a .NET WinForms application.
0
votes
1answer
252 views

DataGridView column with buttons for only some entries?

I have a DataGridView that needs a delete button for each row that has data: some rows may not have data. The DataGridViewButtonColumn seems to put a button in every cell, and I haven't been able to ...
0
votes
1answer
441 views

How to get CurrentCell location in DataGridView

HI How to get CurrentCell location in DataGridView. i need for when my load will load every comboboxes set above on datagridview current cell. and get same size. how can i do that?

1 2