No announcements
Found 2354959 threads
-
15 Votes
how to invisible a row of Datagridview ?
As I understand it this is because the currently selected cell/row must be visible, I got around it by simply setting the currently selected cell to null before hiding the ...Answered | 14 Replies | 130841 Views | Created by Hamed_1983 - Saturday, March 31, 2007 9:04 AM | Last reply by Reddiyar - Wednesday, October 10, 2012 4:24 AM -
0 Votes
Datagridview too slow when making rows invisible
Just had a similar question askedAnswered | 1 Replies | 1174 Views | Created by OheneSiaw - Friday, May 30, 2014 3:05 PM | Last reply by Kareninstructor - Friday, May 30, 2014 4:16 PM -
0 Votes
DataGridView - Invisible Cell Error
., set CurrentCell = Invisible Cell .....???...!!!!Answered | 14 Replies | 18593 Views | Created by smgtreker - Thursday, January 26, 2006 5:11 PM | Last reply by slserpent - Sunday, September 7, 2014 1:28 AM -
0 Votes
count datagridview rows problem
How to count only the visible rows depend completely how you have made the row invisible.Answered | 3 Replies | 2033 Views | Created by ckjason - Wednesday, March 14, 2012 8:56 AM | Last reply by Cor Ligthert - Wednesday, March 14, 2012 9:46 AM -
0 Votes
How can I make my ENTIRE DataGridView Invisible once I've selected data from it?
Now I want to make my ENTIRE DataGridView Invisible but I am getting the following error...Answered | 3 Replies | 877 Views | Created by PSULionRP - Monday, June 17, 2013 7:59 PM | Last reply by PSULionRP - Monday, June 17, 2013 8:40 PM -
5 Votes
Hidding rows in the DataGridView is too slow
I definitely don't find anything to improve Datagridview Rows hiding ...Answered | 10 Replies | 27004 Views | Created by ThorNGC - Tuesday, November 22, 2005 8:45 PM | Last reply by Sequel2 - Tuesday, August 31, 2010 1:30 PM -
0 Votes
how to insert a row in a datagridview
I think if you use Insert, the first argument is the row number and the second is a new DataGridViewRow.Answered | 9 Replies | 4444 Views | Created by rosvb - Wednesday, April 25, 2012 10:37 PM | Last reply by rosvb - Friday, April 27, 2012 7:07 PM -
0 Votes
How to make collapsible rows in datagridview ?
You need to specify Band[0] - for Parent Row and band[1] for Child row.Answered | 3 Replies | 15570 Views | Created by Harsh1 - Monday, January 9, 2012 7:39 AM | Last reply by Tiya01 - Wednesday, January 11, 2012 11:18 AM -
2 Votes
How to add Panel in DataGridView Row ?
Hi Archana786, It seems that you need a DataGridView which support expanding and collapsing.Answered | 4 Replies | 6696 Views | Created by Archana786 - Thursday, December 27, 2012 8:02 AM | Last reply by Bob Shen - Friday, December 28, 2012 8:06 AM -
0 Votes
how to get the first row in datagridview and
Hello Wael, Be aware that Peter and Mark use the datagridview in a complete different way.Answered | 3 Replies | 1973 Views | Created by wael.shazly - Sunday, November 20, 2011 11:07 AM | Last reply by Cor Ligthert - Tuesday, November 22, 2011 6:26 AM -
0 Votes
How to get the row state of Datagridview?
State of the DataGridViewRow is not the same as the row state of the DataTable.Answered | 4 Replies | 14964 Views | Created by RobertLacasse - Tuesday, June 12, 2012 4:47 PM | Last reply by RobertLacasse - Tuesday, June 12, 2012 7:05 PM -
1 Votes
how to order(index) of datagridview row?
how to write like query?..Answered | 5 Replies | 4575 Views | Created by NewProgammer - Tuesday, October 13, 2009 8:14 AM | Last reply by Gnanadurai - Wednesday, October 14, 2009 7:16 AM -
3 Votes
DataGridView Focusing a particular row
When I try the code above, I get the following exception: [System.InvalidOperationException] = {"Current cell cannot be set to an ...Answered | 7 Replies | 64867 Views | Created by DotNetGroup - Thursday, December 1, 2005 4:39 AM | Last reply by Irwan Hassan - Thursday, February 4, 2010 9:38 AM -
19 Votes
How to remove all rows in a DataGridView
luckily datagridview provides a clear function to clear all rows dataGridView1.Rows.Clear();Answered | 27 Replies | 135401 Views | Created by westlakechen - Tuesday, January 17, 2006 5:33 PM | Last reply by startbeginner - Tuesday, June 26, 2018 7:00 PM -
0 Votes
how to Copying rows from one DataGridView to another row ?
Your question sounds the same like, how to bring a citizen from one country to another country.Answered | 3 Replies | 2838 Views | Created by srajmuneer - Sunday, March 17, 2013 6:32 PM | Last reply by Cor Ligthert - Sunday, March 17, 2013 7:47 PM -
0 Votes
How to find a row exists in datagridview and append it to the last row of the datagridview
Like this: dataGridView1.Rows.Insert(1, "10000000001111111", ...Answered | 1 Replies | 3306 Views | Created by Murali369 - Monday, September 27, 2010 3:27 PM | Last reply by Fábio Franco - Monday, September 27, 2010 5:49 PM -
1 Votes
how to select row giving cell value in datagridview
Forum guidelines are 1 question per thread and as a suggestion I would get the code working for looping through the DataGridView to find the correct row.Answered | 5 Replies | 3725 Views | Created by .NetCoder - Saturday, August 28, 2010 7:48 PM | Last reply by jwavila - Saturday, August 28, 2010 10:21 PM -
0 Votes
How to fire an event to add a new row in datagridview
Just add new row to the datatable you are binding to the datagridview it will automatically adds row to the datagridview.Answered | 3 Replies | 3959 Views | Created by Usman Syed Ali - Wednesday, February 17, 2010 10:35 AM | Last reply by Avinash Desai - Thursday, February 18, 2010 9:15 AM -
0 Votes
how create a new row in datagridview programatically?
Another option is to control pasting via a click event i.e. button on your form, a context menu in the DataGridView etc.Answered | 3 Replies | 3730 Views | Created by porcupine87 - Thursday, February 9, 2012 5:52 AM | Last reply by Kareninstructor - Tuesday, February 14, 2012 5:50 PM -
0 Votes
Change the row color of a DataGridView..
The problem with a dynamic table you don't know how many rows you have until you add all the rows.Answered | 3 Replies | 3117 Views | Created by Devaks - Thursday, May 2, 2013 6:43 AM | Last reply by Joel Engineer - Friday, May 3, 2013 10:28 AM - Items 1 to 20 of 2354959 Next ›
No announcements