Click here to Skip to main content
15,897,371 members
Home / Discussions / C#
   

C#

 
AnswerRe: datagridview in datagridviewcomboboxcolumn Pin
NavnathKale11-Apr-10 4:43
NavnathKale11-Apr-10 4:43 
QuestionRe: datagridview in datagridviewcomboboxcolumn Pin
jojoba201111-Apr-10 4:52
jojoba201111-Apr-10 4:52 
AnswerRe: datagridview in datagridviewcomboboxcolumn Pin
Dan Mos11-Apr-10 16:15
Dan Mos11-Apr-10 16:15 
QuestionRe: datagridview in datagridviewcomboboxcolumn Pin
jojoba201111-Apr-10 6:22
jojoba201111-Apr-10 6:22 
AnswerRe: datagridview in datagridviewcomboboxcolumn Pin
Dan Mos11-Apr-10 16:17
Dan Mos11-Apr-10 16:17 
AnswerRe: datagridview in datagridviewcomboboxcolumn Pin
Luc Pattyn11-Apr-10 6:34
sitebuilderLuc Pattyn11-Apr-10 6:34 
QuestionRe: datagridview in datagridviewcomboboxcolumn Pin
jojoba201111-Apr-10 18:11
jojoba201111-Apr-10 18:11 
AnswerRe: datagridview in datagridviewcomboboxcolumn Pin
NavnathKale12-Apr-10 0:28
NavnathKale12-Apr-10 0:28 
OK Just to help with what exactly you need to do is to develop classes just like CheckboxColumn

1. DataGridViewCheckBoxColumn
2. DataGridViewCheckBoxCell
3. DataGridViewCheckBoxCell.DataGridViewCheckBoxCellAccessibleObject

OR

You might achieve it by inheriting these classes to support your need Sleepy | :zzz:

And Yes its a lot of work !!! Sorry it doesn't mean no one here on CodeProject want to help you.

BTW I think you already has an answer when you said "something like we have dateTimepicker in datagridviewcomboboxColumn" in you first post. Try to learn from that and implement DatagridView in place of datatimepicker

Makes sense ?
QuestionIs this code Horror ? Pin
Mohammad Dayyan11-Apr-10 0:23
Mohammad Dayyan11-Apr-10 0:23 
AnswerRe: Is this code Horror ? Pin
Luc Pattyn11-Apr-10 0:28
sitebuilderLuc Pattyn11-Apr-10 0:28 
GeneralRe: Is this code Horror ? Pin
Mohammad Dayyan11-Apr-10 0:30
Mohammad Dayyan11-Apr-10 0:30 
GeneralRe: Is this code Horror ? Pin
Luc Pattyn11-Apr-10 0:43
sitebuilderLuc Pattyn11-Apr-10 0:43 
GeneralRe: Is this code Horror ? Pin
Mohammad Dayyan11-Apr-10 0:49
Mohammad Dayyan11-Apr-10 0:49 
GeneralRe: Is this code Horror ? Pin
Luc Pattyn11-Apr-10 0:53
sitebuilderLuc Pattyn11-Apr-10 0:53 
GeneralRe: Is this code Horror ? Pin
tangname11-Apr-10 1:27
tangname11-Apr-10 1:27 
QuestionHow to call "Desktop Property" screen in C# Pin
pcphuc10-Apr-10 22:56
pcphuc10-Apr-10 22:56 
AnswerRe: How to call "Desktop Property" screen in C# Pin
Ravi Bhavnani10-Apr-10 23:05
professionalRavi Bhavnani10-Apr-10 23:05 
GeneralRe: How to call "Desktop Property" screen in C# Pin
pcphuc10-Apr-10 23:09
pcphuc10-Apr-10 23:09 
AnswerRe: How to call "Desktop Property" screen in C# Pin
Abhinav S10-Apr-10 23:09
Abhinav S10-Apr-10 23:09 
AnswerRe: How to call "Desktop Property" screen in C# Pin
Luc Pattyn10-Apr-10 23:11
sitebuilderLuc Pattyn10-Apr-10 23:11 
QuestionC# Help Pin
jojoba201110-Apr-10 18:04
jojoba201110-Apr-10 18:04 
AnswerRe: C# Help Pin
PIEBALDconsult10-Apr-10 18:12
mvePIEBALDconsult10-Apr-10 18:12 
QuestionRe: C# Help Pin
jojoba201110-Apr-10 18:21
jojoba201110-Apr-10 18:21 
AnswerRe: C# Help Pin
PIEBALDconsult10-Apr-10 19:07
mvePIEBALDconsult10-Apr-10 19:07 
AnswerRe: C# Help Pin
Jens Meyer10-Apr-10 19:18
Jens Meyer10-Apr-10 19:18 

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.