Click here to Skip to main content
15,887,898 members
Home / Discussions / C#
   

C#

 
QuestionDataGridView WordWrap Pin
kalyanPaladugu23-Aug-06 4:03
kalyanPaladugu23-Aug-06 4:03 
AnswerRe: DataGridView WordWrap Pin
Nader Elshehabi23-Aug-06 4:42
Nader Elshehabi23-Aug-06 4:42 
QuestionDataGridView Custom Column Control Events Pin
Itanium23-Aug-06 2:50
Itanium23-Aug-06 2:50 
AnswerRe: DataGridView Custom Column Control Events Pin
Nader Elshehabi23-Aug-06 3:08
Nader Elshehabi23-Aug-06 3:08 
GeneralRe: DataGridView Custom Column Control Events Pin
Itanium23-Aug-06 6:01
Itanium23-Aug-06 6:01 
GeneralRe: DataGridView Custom Column Control Events Pin
Nader Elshehabi23-Aug-06 9:13
Nader Elshehabi23-Aug-06 9:13 
GeneralRe: DataGridView Custom Column Control Events Pin
Itanium23-Aug-06 20:48
Itanium23-Aug-06 20:48 
GeneralRe: DataGridView Custom Column Control Events Pin
Nader Elshehabi24-Aug-06 1:41
Nader Elshehabi24-Aug-06 1:41 
Hello

Now I got your problem... Actually custom DatagridView columns are inherited -after some fathers- from DataGridViewElemnt. In that class you will find protected methods called RaiseCellClick(), RaiseCellContentClick(), among other methods to raise the events DatagridView.CellClick event, and DataGridView.CellContentClick. So the control that will handle the events is the DataGridView actually by the above events. If your custom control doesn't fire these events automatically -I don't know how you implemented them!-, so when you see suitable fire them yourself using the Raise methods.

RegardsRose | [Rose]
GeneralRe: DataGridView Custom Column Control Events Pin
Itanium24-Aug-06 3:52
Itanium24-Aug-06 3:52 
AnswerRe: DataGridView Custom Column Control Events Pin
Nader Elshehabi5-Sep-06 9:18
Nader Elshehabi5-Sep-06 9:18 
Question"hiding" items in a combox Pin
gus_br23-Aug-06 2:50
gus_br23-Aug-06 2:50 
AnswerRe: "hiding" items in a combox Pin
rah_sin23-Aug-06 2:57
professionalrah_sin23-Aug-06 2:57 
GeneralRe: "hiding" items in a combox Pin
gus_br23-Aug-06 3:06
gus_br23-Aug-06 3:06 
GeneralRe: "hiding" items in a combox Pin
gus_br23-Aug-06 3:24
gus_br23-Aug-06 3:24 
GeneralRe: "hiding" items in a combox Pin
rah_sin23-Aug-06 3:28
professionalrah_sin23-Aug-06 3:28 
AnswerRe: "hiding" items in a combox Pin
~~~Johnny~~~23-Aug-06 11:14
~~~Johnny~~~23-Aug-06 11:14 
GeneralRe: "hiding" items in a combox Pin
gus_br24-Aug-06 1:10
gus_br24-Aug-06 1:10 
Questionbackup Pin
TAREQ F ABUZUHRI23-Aug-06 2:43
TAREQ F ABUZUHRI23-Aug-06 2:43 
AnswerRe: backup Pin
Not Active23-Aug-06 3:17
mentorNot Active23-Aug-06 3:17 
AnswerRe: backup Pin
kkadir23-Aug-06 3:22
kkadir23-Aug-06 3:22 
Questiondatagrid Pin
btota23-Aug-06 2:40
btota23-Aug-06 2:40 
AnswerRe: datagrid Pin
Not Active23-Aug-06 2:45
mentorNot Active23-Aug-06 2:45 
QuestionReduce the width of datagrid colum ?? Pin
sikandarhayat23-Aug-06 2:28
sikandarhayat23-Aug-06 2:28 
AnswerRe: Reduce the width of datagrid colum ?? Pin
rah_sin23-Aug-06 2:44
professionalrah_sin23-Aug-06 2:44 
QuestionI have a class Pin
diddy3423-Aug-06 1:55
diddy3423-Aug-06 1:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.