PC Review


Reply
Thread Tools Rate Thread

Columns in datagridview

 
 
Cdude
Guest
Posts: n/a
 
      4th Jul 2008
How would one catch the event generated when one leaves a column and
moves to the next column in a datagridview? thanks in advance
 
Reply With Quote
 
 
 
 
Marc Gravell
Guest
Posts: n/a
 
      4th Jul 2008
I'd hazard a guess at CurrentCellChanged? Either via the IDE, or:

grid.CurrentCellChanged += SomeHandler;
....
void SomeHandler(object sender, EventArgs args) {
// do something fun
}

Marc
 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Vb.net 2008 Datagridview bound/unbound columns update datasource effecting unbound columns Rob W Microsoft VB .NET 4 24th Nov 2009 10:27 PM
datagridview columns DaveL Microsoft C# .NET 0 11th Nov 2008 03:48 PM
C# DataGridView: How to map defined columns to DataTable columns ?? frostbb Microsoft C# .NET 0 21st Jun 2007 07:53 PM
DataGridView and columns ordering cris.b Microsoft Dot NET 0 19th Sep 2006 04:03 PM
DataGridView columns Paul Cheetham Microsoft C# .NET 3 22nd May 2006 12:07 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:47 AM.