Home All Groups Group Topic Archive Search About
Author
21 Dec 2006 11:09 PM
Tony K
I know this is NOT the data newsgroup but nobody seems to frequent that
newsgroup and answer my question.  Can somebody please tell me which Method
Name controls when the values of one column changes.  I have tried
CellValueChanged and when the form loads up and the datagrid is filled with
a query, the event fires for every record in the datagrid.  I tried
DataMemberChanged and nothing happens.

Any ideas?

Thanks,
Tony K.

Author
22 Dec 2006 5:31 AM
Cor Ligthert [MVP]
Tony,

There are two types of DataGrids both completely different one is for the
Web and one is for Winforms.

I have the idea you are looking for the Web one, but I can be completely
wrong.

There is by the way no problem asking here DataGrid questions, we know that
those special newsgroup have mostly a very low answering rate (And still
there are persons who want them)..

Cor

Show quoteHide quote
"Tony K" <king-tony2@NOSPAMcomcast.net> schreef in bericht
news:BA3EB365-69DB-4AFE-9EB2-39415B6BDA19@microsoft.com...
>I know this is NOT the data newsgroup but nobody seems to frequent that
>newsgroup and answer my question.  Can somebody please tell me which Method
>Name controls when the values of one column changes.  I have tried
>CellValueChanged and when the form loads up and the datagrid is filled with
>a query, the event fires for every record in the datagrid.  I tried
>DataMemberChanged and nothing happens.
>
> Any ideas?
>
> Thanks,
> Tony K.
Author
22 Dec 2006 11:30 AM
Tony K
This is for a WinForm.


Show quoteHide quote
"Cor Ligthert [MVP]" <notmyfirstn***@planet.nl> wrote in message
news:OiP%23aoYJHHA.3872@TK2MSFTNGP06.phx.gbl...
> Tony,
>
> There are two types of DataGrids both completely different one is for the
> Web and one is for Winforms.
>
> I have the idea you are looking for the Web one, but I can be completely
> wrong.
>
> There is by the way no problem asking here DataGrid questions, we know
> that those special newsgroup have mostly a very low answering rate (And
> still there are persons who want them)..
>
> Cor
>
> "Tony K" <king-tony2@NOSPAMcomcast.net> schreef in bericht
> news:BA3EB365-69DB-4AFE-9EB2-39415B6BDA19@microsoft.com...
>>I know this is NOT the data newsgroup but nobody seems to frequent that
>>newsgroup and answer my question.  Can somebody please tell me which
>>Method Name controls when the values of one column changes.  I have tried
>>CellValueChanged and when the form loads up and the datagrid is filled
>>with a query, the event fires for every record in the datagrid.  I tried
>>DataMemberChanged and nothing happens.
>>
>> Any ideas?
>>
>> Thanks,
>> Tony K.
>
>