which event in datagridview?

rajesh.forum

Well-known member
Joined
Sep 7, 2007
Messages
55
Programming Experience
Beginner
hi all!
i should write the some code when i click one particular column in datagridview..which event should i handle.Not in all columns..

with regards
rajesh.
 
You can use the CellClick event and check e.ColumnIndex for your column(s).
 
Back
Top