0
votes
0answers
8 views

Datagrid show name of my objects .NET, how can i do to show the values from my objects?

i have a problem. i have a list of objetcs an some of my objects have inside others objects, and when i put this list into my DataSource of the grid i have this: I USE .NET 2010 my question is, how ...
1
vote
0answers
33 views

How to calculate Windows Forms DataGrid content's size?

I've got a datagrid filled with fixed data (non-database). There is no need to scroll the data itself and I want to set the size of the grid, such that all the data is visible (and no scrollbars are ...
0
votes
1answer
35 views

Having issues with Infragistics column resizing

I have a grid and I would like to automatically resize the columns. I'm running into inconsistencies when using different parameter values for PerformAutoResize(). When passing in the values below, ...
0
votes
0answers
21 views

display data from 3 tables into DataGrid

I have 3 tables in my DB: Country, CarModel and Availability (it has reference to country and carModel tables). I need to display data in winforms DataGrid like that: header should be CarModel, ...
0
votes
1answer
96 views

How can I Access to all rows in DevExpress GridControl?

I'm using DevExpress.XtraGrid.Views.Grid.GridView in my WinForm application via c#, i want to access to Rows of this grid and use Tag property of each row for save some data, how can i do this?
0
votes
0answers
41 views

SuperGridControl in DotNetBar has something weird?

I used GridControl in DevExpress and at first it puzzled me a little to find out how to use it, but now SuperGridControl in DotNetBar is another one which is even harder to use. This has a GridPanel ...
10
votes
4answers
305 views

Datagrid is selecting the wrong row after scrolling

I have a datagrid within a WinForm application that is bound to a list of Addresses. The list of addresses is long, so I have to scroll to select the address I want. However, after I scroll and find ...
0
votes
1answer
39 views

Calculating cells values in a DataGrid

I have the following DataGrid (written in Romanian): I want to calculate the column "Valoarea" by this formula: valoarea = Cantitatea * Pret unitar (fara T.V.A.) My actual code gives me ...
1
vote
2answers
189 views

Datagrid defaultcellstyle.format numeric WinForms

I want to format cells that are numeric in this way "1 231 241.45". N2 format option is formatting cells but it puts comma instead of space. I want space there. It is possible?
0
votes
1answer
89 views

Equivalent for DataGrid RowDetails template in Winforms DatagridView

I need to create an expander in my datagridview that adds additional info about that row to the datagridview when selected, and hides the same when collapsed. This is possible by creating RowDetails ...
0
votes
0answers
37 views

Trying to keep track of DataGridViewCell but it mysteriously resets

I am trying to do a custom highlighting for certain cells in a DataGridView which is bound to a DataTable via BindingSource. The way I have it set up is having another class that contains the initial ...
2
votes
1answer
37 views

Datagrid gets blurred on resizing

I'm working with a datagridview within a windows form and I assign it's datasource property for load the grid. I want to change the backcolor of some cells (when column index=0) but when i do this and ...
1
vote
5answers
115 views

C# Overlapping datagrid

I have two DataGrid in same position, so I just hide one of it at initiation. When I set coding to a button like DataGrid1.Visible = false; DataGrid2.Visible = true; both DataGrid simply just ...
2
votes
1answer
72 views

Searching for Windows Forms DataGrid (incl. commercial) with specific requirements

I know, there were multiple questions like this, but I have some special requirements, which I would like the grid to meet. Meeting all is not necessary, but at least some would be nice (ordered by ...
0
votes
2answers
94 views

making GridView row selectable by clicking anywhere on the row

I need to have a GridView row selectable by clicking anywhere on the row. How to do that?
2
votes
1answer
967 views

Add row number in datagridview in vb.net

I am developing Windows Application in Vb.Net. Now there is one form in which I want to print records displayed in the grid. There is a facility to sort grid by clicking on the cell header in the grid ...
-1
votes
2answers
259 views

Allow row selecting in a dataGridview but don't allow cell selecting

I would like to allow row selecting in a DataGridView ( C#, WinForm ) and don't allow cell selecting. Is there a way to do this please ? Thanks a lot :)
1
vote
3answers
291 views

Updating datagrid from SQL server - update process not working

I have a SQL server and I want to show it in the main form of my app. I followed some guides and I succeeded in my attempt to link between the dataGrid and the SQL server table. The problem is that ...
0
votes
1answer
91 views

How to implement nested columns ?

I am trying to re-develop a Delphi db Windows app with VS2010 C#. In the Delphi app I made a nested column in my DBGrid component. The text column ("Dummy Question") normally looks like this: I ...
2
votes
1answer
348 views

Big Red X in windows application

I had seen lot of explanation about the possible reasons behind Red X after googling. Our application displaying only certain systems and only at rare times. Can any body suggest me test case to ...
0
votes
1answer
188 views

Paint a rectangle on the selected cell in Datagrid

I have a DataGrid in my project with the selection mode: FullRowSelect. How can I paint a rectangle (like a rectangle on selected cell in ListView) on clicked cell? Or change the color maybe?
0
votes
2answers
454 views

Fill Datagrid from another Form

I have a Form1, which contains a DataGrid, and a button Search. When I click the search button, another form (Form2) opens, with 2 textboxes and a button Select. When I click the button Select, I want ...
0
votes
2answers
201 views

In Data grid Index out of range exception

In datagrid using C# while updating the sqlite from the form application I am getting index out of range exception . Cannot find table 0 Below is my code SQLiteConnection connection4 = new ...
1
vote
2answers
356 views

Update the sqlite from datagrid using c#

I am able to open the data grid connection , Now in data grid after opening i want to update particuar value through text box. But how should I update using grid. Below is the code private void ...
0
votes
0answers
67 views

Weird Datagrid / paint behaviour

The scenario: A method sends out a broadcast packet, and returned packets that are validated are deemed okay to be added as a row in my datagrid (The returned packets are from devices i want to add ...
0
votes
2answers
125 views

Search the particular text in datagrid using C#

Using datagrid I am connected to sqlite. I am able to open the particular table for sqlite into data grid. But now I want to search particular thing from the table i am using the select statement and ...
1
vote
4answers
116 views

how to apply more than one .Tag property in C#?

when I want to store/pass a value, I always use the .Tag property. for example, when I store the value: Form prosesEdit = new FormProsesChemicalRawWbEdit(); prosesEdit.Tag = ...
1
vote
0answers
109 views

Winforms DataGrid Column Header Cuts off when right aligning it

When I right align a column in a Windows Forms Datagrid, the header is right aligned as well, which is fine (mostly). The problem is, the last part of the header text is cut off. Is there an actual ...
2
votes
1answer
150 views

C# Winform Messy/blurry text in Datagrid

I have one datagrid on my form and it's bound with DataTable I use this code public void SetDataSource(DataTable dt) { dgr.DataSource = null; dgr.AutoGenerateColumns = ...
0
votes
1answer
220 views

Serilaization xml datagrid/textbox

Probably this may be very basic question but I'm working on a small example project for my understanding and I need some help here to finish this. public class XMlExample : INotifyPropertyChanged ...
0
votes
2answers
91 views

Close All application click X Winform

I'm trying to change the names of the datagrid and labels in Form2 from Form1 based on the selection. private void button1_Click_1(object sender, EventArgs e) { this.Hide(); ...
0
votes
2answers
231 views

How do I set the row height of a DataGrid in WinForms?

How do I set the row height in DataGrid? I don't see any property anywhere to achieve that. I am using .NET 3.5 and it's a WinForms application written in C#. EDITED Here is the piece of code that ...
1
vote
2answers
384 views

Populate datagrid from two tables (VB.NET / Access)

I have Access database and I'm using VB.NET. DB has two tables Technicians Faults I have columns I want from technicians table in datagrid, but I want to have extra column which should show how ...
0
votes
2answers
933 views

change cell background color in winform datagrid C#

I want change background datagird cell base on value in c# windows application. for instance if cell value is 3 cell background color set to blue if cell value equal 2 cell background color change to ...
1
vote
2answers
246 views

How to resize datagrid

I have a datagridview in winform and would like to do two things. Resize the datagrid so that all columns are showen (no scrolls) based on the datagrid size resize the width of the winform. tried ...
0
votes
1answer
413 views

How to save HeadColumn in DataGridView to Excel?

I make datagridview export to excel but Headcolumn don't show in excel files. Sample result (in Excel) 1 | mani | 213/435 | 0-892-342234-09 2 | ware | 1/67 | 053-36-49 But I need result (in ...
0
votes
1answer
860 views

Searching for specific data in datagridview

I have to work on a project that has a datagridview without a datasource. Also it's done in vb.net. I want to loop through each row on a specific column to find specific data and set my focus on that ...
0
votes
1answer
117 views

Windows.Forms.DataGrid missing from Toolbox in VS2008

I am trying to add a DataGrid to my Windows Forms application and it seems that it is missing from the toolbox. Only DataGridView is available. PS: I was able to manually add it to designer code. ...
0
votes
4answers
244 views

Make DataGrid cells readonly

There is DataGrid (WinForms / .NET CF 3.5) bounded with DataSource to list object. How to disable data editing in cells?
0
votes
2answers
530 views

Trying to print DataGrid View with colored cell backgrounds

I am using a freeware script to print DataGrid View but the problem I am facing is that although I have colored the cells, when I pass my DataGrid to the PrintDGV freeware code, it doesn't print the ...
1
vote
2answers
1k views

How to color Grid cells in Grid View?

Below is my code and I have been trying to color the cells but not sure how to use the "Style" property when my source for grid is a DB. I am new to this so having difficulties getting started. Some ...
0
votes
0answers
95 views

WPF DataGrid for Windows.Forms (WinForms) DataGridView.AutoSizeColumnsMode = AllCellsExceptHeader

How do I emulate, in a WPF System.Windows.Controls.DataGrid, the WinForms' Windows.Forms .DataGridView.AutoSizeColumnsMode = AllCellsExceptHeader, aka ...
0
votes
2answers
110 views

How to reflect text from a text box to a datagrid

How can i write a program that reflects a text that is in a text box to a data grid? Ex: You write something in a textbox (textBoxURL.Text) and it automatically reflects the text to a datagrid ...
3
votes
1answer
93 views

best practise - security issues with hiding datagrid columns

Let's say i have a datagrid with the following columns; DataTable dataTable66 = new DataTable(); DataColumn colDescription = new DataColumn("userID"); ...
0
votes
1answer
109 views

Greek character are not displayed in winform combobox

I am working on a winform application, where I have grid with column displaying certain length measurement units. I have defined a column as below. var unitColumn = new DataGridViewComboBoxColumn { ...
0
votes
3answers
1k views

Set Display format for winform DataGridView

I am new to WinForms development, currently I am maintaining an application developed in .Net 2.0 In the application, I have grid with column called Length which displays the value with unit. I have ...
0
votes
1answer
234 views

datagrid view select from the list and search from the textbox

In my datagridview, i got 4 columns and a textbox to search. I have loaded 4 col names in the combo-box list when the user choose the column name and type something in the textbox, I want to pointout ...
0
votes
0answers
115 views

How to associate events of datagrids from different forms?

There are many forms in my current application (these forms are inherited from one base class), and there are too many different datagrids in these forms. Each datagrid has its own event handlers. And ...
0
votes
3answers
126 views

Is this doable in a DataGrid control?

I'm in the process of planning a software (for private use) .. The main feature in the application is a data grid. I will have a button that adds a new row to the data grid. I'm thinking of adding ...
1
vote
2answers
1k views

Programmatically edit text in DataGridViewCell

I need to edit the text of a DataGridViewCell. To be specific, I need to change the text from -1 to "N/A" First I tried this: dgResults.Rows[0].Cells[0].Value = "N/A"; But it complained at ...

1 2 3 4