Groups
Groups
Sign in
Groups
Groups
microsoft.public.dotnet.languages.csharp
Conversations
About
Send feedback
Help
Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss
Learn more
Use datagrid in C# window application
0 views
Skip to first unread message
Grey
unread,
Mar 11, 2004, 4:44:15 AM
3/11/04
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
How to catch the event of click each rows of the datagrid?? how to get the specify cell in the grid?
Million thanks
Branimir Giurov
unread,
Mar 11, 2004, 5:15:38 AM
3/11/04
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Use the Click event to catch the click.
Something like:
if ( datagrid1.CurrentCell.ColumnNumber == 1 && datagrid.RowNumber == 1 )
{
//do your thing :)
}
Good luck
Branimir
--
Branimir Giurov
MCSD.NET
, MCDBA, MCT
eAgility LLC
"Grey" <
eri...@i-cable.com
> wrote in message
news:%23nrfs10...@TK2MSFTNGP10.phx.gbl
...
Lasse Edsvik
unread,
Mar 11, 2004, 7:34:57 AM
3/11/04
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
here's a good faq
http://www.syncfusion.com/FAQ/WinForms/FAQ_c44c.asp
"Grey" <
eri...@i-cable.com
> wrote in message
news:%23nrfs10...@TK2MSFTNGP10.phx.gbl
...
0 new messages