Click here to Skip to main content
15,896,154 members
Home / Discussions / C#
   

C#

 
QuestionHow to use array list in a recursive function:(pls help) Pin
aynka200011-Sep-06 8:51
aynka200011-Sep-06 8:51 
AnswerRe: How to use array list in a recursive function:(pls help) Pin
Guffa11-Sep-06 8:58
Guffa11-Sep-06 8:58 
AnswerRe: How to use array list in a recursive function:(pls help) Pin
Nader Elshehabi11-Sep-06 9:03
Nader Elshehabi11-Sep-06 9:03 
QuestionHow to create a resizable Windows.Forms.Control object? [modified] Pin
ystl11-Sep-06 8:04
ystl11-Sep-06 8:04 
AnswerRe: How to create a resizable Windows.Forms.Control object? Pin
Nader Elshehabi11-Sep-06 8:21
Nader Elshehabi11-Sep-06 8:21 
GeneralRe: How to create a resizable Windows.Forms.Control object? Pin
ystl14-Sep-06 6:10
ystl14-Sep-06 6:10 
QuestionDataGrid Update Problem Pin
llap44411-Sep-06 6:34
llap44411-Sep-06 6:34 
AnswerRe: DataGrid Update Problem Pin
Nader Elshehabi11-Sep-06 7:01
Nader Elshehabi11-Sep-06 7:01 
Hello

The problem is -as I got from your post- that you want to detect changes made to the DatagridView -or was that DataGrid only?- when the user changes the content of one cell and moves to another cell within the same row, right??

Well, DatagridViews don't signal changes until you commit the current row to the current transaction. That means that until you actually leave the row, you still have a chance to cancel your changes. The unit of editting is the row, not the cell. So, if you want to narrow the spectrum of changes detection, you have to do it manually by handling events like CellEndEdit if you use .Net 2.0 framework.

RegardsRose | [Rose]

GeneralRe: DataGrid Update Problem Pin
llap44411-Sep-06 7:26
llap44411-Sep-06 7:26 
GeneralRe: DataGrid Update Problem Pin
Syed Shahid Hussain11-Sep-06 7:40
Syed Shahid Hussain11-Sep-06 7:40 
QuestionHow to change "ReadOnly" value with Controls[] Pin
N3croman11-Sep-06 6:03
N3croman11-Sep-06 6:03 
AnswerRe: How to change "ReadOnly" value with Controls[] Pin
Nader Elshehabi11-Sep-06 6:15
Nader Elshehabi11-Sep-06 6:15 
GeneralRe: How to change "ReadOnly" value with Controls[] Pin
N3croman11-Sep-06 6:23
N3croman11-Sep-06 6:23 
GeneralRe: How to change "ReadOnly" value with Controls[] Pin
Judah Gabriel Himango11-Sep-06 7:09
sponsorJudah Gabriel Himango11-Sep-06 7:09 
Question"This assembly does not allow partially trusted callers" when program executed from network drive Pin
Nigor11-Sep-06 6:01
Nigor11-Sep-06 6:01 
AnswerRe: "This assembly does not allow partially trusted callers" when program executed from network drive Pin
Judah Gabriel Himango11-Sep-06 7:02
sponsorJudah Gabriel Himango11-Sep-06 7:02 
QuestionGlobally accessible properties Pin
WetRivrRat11-Sep-06 5:47
WetRivrRat11-Sep-06 5:47 
AnswerRe: Globally accessible properties Pin
Bijesh11-Sep-06 6:39
Bijesh11-Sep-06 6:39 
QuestionCompile with specified version of .NET framework Pin
dobrzan11-Sep-06 5:37
dobrzan11-Sep-06 5:37 
AnswerRe: Compile with specified version of .NET framework Pin
Insincere Dave11-Sep-06 6:00
Insincere Dave11-Sep-06 6:00 
AnswerRe: Compile with specified version of .NET framework Pin
WetRivrRat11-Sep-06 6:05
WetRivrRat11-Sep-06 6:05 
QuestionXML reader problem Pin
Scalee11-Sep-06 4:11
Scalee11-Sep-06 4:11 
AnswerRe: XML reader problem Pin
Not Active11-Sep-06 4:35
mentorNot Active11-Sep-06 4:35 
GeneralRe: XML reader problem Pin
Scalee11-Sep-06 5:58
Scalee11-Sep-06 5:58 
GeneralRe: XML reader problem Pin
Not Active11-Sep-06 6:36
mentorNot Active11-Sep-06 6:36 

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.