User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the C# section within the Software Development category of DaniWeb, a massive community of 401,523 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,353 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Views: 1735 | Replies: 2
Reply
Join Date: Jul 2007
Location: iasi
Posts: 27
Reputation: claudiu_is is an unknown quantity at this point 
Rep Power: 2
Solved Threads: 1
claudiu_is's Avatar
claudiu_is claudiu_is is offline Offline
Light Poster

Question datagrid cell edit event

  #1  
Dec 16th, 2007
anyone knows what event can I fire when I edit the contents of a datagrid cell ?
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Dec 2007
Location: Iceland
Posts: 35
Reputation: yagiD is an unknown quantity at this point 
Rep Power: 1
Solved Threads: 6
yagiD's Avatar
yagiD yagiD is offline Offline
Light Poster

Re: datagrid cell edit event

  #2  
Dec 16th, 2007
There is a whole lot of events beginning with Cell.. like

        private void dataGridView1_CellEndEdit(object sender, DataGridViewCellEventArgs e)
        {
            MessageBox.Show("I have been changed");
        }

        private void dataGridView1_CellValueChanged(object sender, DataGridViewCellEventArgs e)
        {
            MessageBox.Show("I am being changed");
        }
Reply With Quote  
Join Date: Jul 2007
Location: iasi
Posts: 27
Reputation: claudiu_is is an unknown quantity at this point 
Rep Power: 2
Solved Threads: 1
claudiu_is's Avatar
claudiu_is claudiu_is is offline Offline
Light Poster

Re: datagrid cell edit event

  #3  
Dec 17th, 2007
I`m using .NET 2k3 so, I can`t use DataGridView
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

DaniWeb C# Marketplace
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes

Similar Threads
Other Threads in the C# Forum

All times are GMT -4. The time now is 2:59 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC