Click here to Skip to main content
15,891,529 members
Home / Discussions / C#
   

C#

 
GeneralRe: Can you gain administrator permission in .NET program? Pin
Dave Kreskowiak9-Nov-10 18:37
mveDave Kreskowiak9-Nov-10 18:37 
GeneralRe: Can you gain administrator permission in .NET program? Pin
David Ewen9-Nov-10 12:00
professionalDavid Ewen9-Nov-10 12:00 
QuestionAbout AutoResetEvent, a simple question Pin
jason_mf8-Nov-10 1:15
jason_mf8-Nov-10 1:15 
AnswerRe: About AutoResetEvent, a simple question Pin
Luc Pattyn8-Nov-10 1:42
sitebuilderLuc Pattyn8-Nov-10 1:42 
GeneralRe: About AutoResetEvent, a simple question Pin
RaviRanjanKr8-Nov-10 1:58
professionalRaviRanjanKr8-Nov-10 1:58 
GeneralRe: About AutoResetEvent, a simple question Pin
John Kenedy S.Kom8-Nov-10 16:11
John Kenedy S.Kom8-Nov-10 16:11 
QuestionDataGridView Pin
yesu prakash8-Nov-10 0:31
yesu prakash8-Nov-10 0:31 
AnswerRe: DataGridView Pin
Mycroft Holmes8-Nov-10 11:14
professionalMycroft Holmes8-Nov-10 11:14 
What you are running across is the limitation and inconsistency of editing in a list control (DGV). Most developers will not supply inline editing unless it is for a trivial set of data (1 cell only).

What I suggest you do is pop a dialog when the user double clicks (for edit) or clicks an add button. In the dialog you have complete control of the data. When the user has completed editing and closes the form then reload the list control and select the edited item.
Never underestimate the power of human stupidity
RAH

Questionretrieving listview values Pin
annie_bel8-Nov-10 0:13
annie_bel8-Nov-10 0:13 
AnswerRe: retrieving listview values Pin
phil.o8-Nov-10 0:19
professionalphil.o8-Nov-10 0:19 
GeneralRe: retrieving listview values Pin
annie_bel8-Nov-10 0:40
annie_bel8-Nov-10 0:40 
AnswerRe: retrieving listview values Pin
Luc Pattyn8-Nov-10 1:23
sitebuilderLuc Pattyn8-Nov-10 1:23 
AnswerRe: retrieving listview values Pin
RaviRanjanKr8-Nov-10 1:29
professionalRaviRanjanKr8-Nov-10 1:29 
GeneralRe: retrieving listview values Pin
annie_bel8-Nov-10 1:50
annie_bel8-Nov-10 1:50 
AnswerRe: retrieving listview values Pin
saransaki088-Nov-10 21:25
saransaki088-Nov-10 21:25 
GeneralRe: retrieving listview values Pin
RaviRanjanKr9-Nov-10 1:12
professionalRaviRanjanKr9-Nov-10 1:12 
Questionmulti level nested grid for win & web apps? Pin
Tridip Bhattacharjee7-Nov-10 22:14
professionalTridip Bhattacharjee7-Nov-10 22:14 
AnswerRe: multi level nested grid for win & web apps? Pin
Anurag Gandhi7-Nov-10 23:37
professionalAnurag Gandhi7-Nov-10 23:37 
AnswerRe: multi level nested grid for win & web apps? Pin
Eddy Vluggen8-Nov-10 1:06
professionalEddy Vluggen8-Nov-10 1:06 
AnswerRe: multi level nested grid for win & web apps? Pin
TweakBird9-Nov-10 0:30
TweakBird9-Nov-10 0:30 
AnswerRe: multi level nested grid for win & web apps? Pin
vamyip9-Nov-10 18:53
vamyip9-Nov-10 18:53 
QuestionArray Help [modified] Pin
pancakeleh7-Nov-10 20:33
pancakeleh7-Nov-10 20:33 
AnswerRe: Array Help Pin
Nuri Ismail7-Nov-10 21:23
Nuri Ismail7-Nov-10 21:23 
AnswerRe: Array Help Pin
Luc Pattyn8-Nov-10 1:30
sitebuilderLuc Pattyn8-Nov-10 1:30 
GeneralRe: Array Help Pin
pancakeleh8-Nov-10 14:21
pancakeleh8-Nov-10 14:21 

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.