Advertisement

1 - 10 of 993 containing alltags:("Datagridview") (0.001 seconds)
I'm looking for the equivalent property/functionality in the DataGridView control as the DataGrid.CurrentRowIndex. I'm using the DataGridView bound to a dataset, then adding a new row to edit/in...
Zones: MS Visual BasicDate Answered: 12/09/2005 Grade: A Views: 13
Hi have a couple simple DataGridView questions. 1. How do I right align a column? 2. How do I have an event for when a row is changed 3. How do I have an event for when a row is deleted Tha...
Zones: C#Date Answered: 12/18/2005 Grade: A Views: 0
Hi -   I have a winforms project with a datagridview control.   Its bound to a datatable    then I added an unbound field of type checkmark to the datagrid - for the purpose of letting users ...
Zones: .NETDate Answered: 01/10/2006 Grade: A Views: 4
This is using VB.NET 2005.  I have a form with a combobox containing a list of customers and a datagridview containing customer orders.  The data is read into a dataset from an xml file. I origi...
Zones: MS Visual BasicDate Answered: 02/17/2006 Grade: A Views: 0
I have a DataGridView in a VB 2005 WinForm app which got automatically created when I dragged a table from the Data Sources window onto the form. It binds perfectly and I can see all the rows. Howe...
Zones: MS Visual BasicDate Answered: 02/05/2006 Grade: A Views: 0
Hi I am fairly new to VSTO 2005 and am trying to build a form that access a table held on a spreadsheet. The table is 4 columns by unlimited rows. A combobox on the form represents each Excel ...
Zones: MS Visual BasicDate Answered: 02/08/2006 Grade: B Views: 0
Hi I have a form with a DataGridView control. It is four ComboBox columns wide. When the user selects something from the last cell in each row a new form comes up> How do you do this programati...
Zones: MS Visual BasicDate Answered: 03/01/2006 Grade: A Views: 0
DataGridView1.Columns("Name").DefaultCellStyle.Format What options can be used here?  I can't seem to find any sites that explain what options I could use for Format. Additionally - how can I s...
Zones: MS Visual BasicDate Answered: 03/06/2006 Grade: A Views: 0
Hi all, I have a DataGridView which displays the contents of a table and I can click on the column headers to sort by each of the columns, but what is the code for doing this? What I mean is,...
Zones: MS Visual BasicDate Answered: 04/19/2006 Grade: A Views: 0
I'm trying to set a datatable into a datagridview. And I wanna know if I click the button "close" if there is any change in the data it will notify us. So how can I do that?
Zones: C#Date Answered: 03/27/2006 Grade: A Views: 0