Datagrid Actions

  • Thread starter Thread starter Tony K
  • Start date Start date
T

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.
 
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
 
This is for a WinForm.


Cor Ligthert said:
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
 
Back
Top