Datagridview



Hi all,

Is there a way to retrieve the rowstate of a row in a datagridview (added - modified - deleted - ...) ?
Does someone have some info on this or a document/url where I can read about it?

Thanks in advance!

Philipp
.



Relevant Pages

  • Re: DataRowState in einem datagridview
    ... Datensatzmarkierer eintragen ob die ... -> DataTable / DataView, RowState ... Hallo Peter, ... Dein zweites Beispiel -> DataGridView RowState kann ich nicht finden. ...
    (microsoft.public.de.german.entwickler.dotnet.vb)
  • Re: RowState Problem
    ... I do not retrieve this row of data from the ... database, I manually insert the data by adding a new row. ... assumming since I added this data manually by adding a new that the rowstate ... > the beginning of the code snippet before OrderDS.OrderRow.... ...
    (microsoft.public.dotnet.framework.adonet)
  • RE: Reordering rows in DataGrid cause wrong value selected in Comb
    ... the AllowUserToAddRows property of the DataGridView to true. ... DataRowState rowstate = row.RowState; ... row.ItemArray = itemarray; ... If you have anything unclear, please feel free to let me know. ...
    (microsoft.public.dotnet.framework.windowsforms.controls)
  • Re: datagrid
    ... Trond Hoiberg wrote: ... wonder how i can retrieve the value in column 0. ... If you are using strong typed datasets with the datagridview then you can do something like this say if you are showing Contacts. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: DataColumn "default value" Frage
    ... -> DataTable / DataView, RowState ... Darin gibt es ein DataGridView mit einem berechneten Feld. ...
    (microsoft.public.de.german.entwickler.dotnet.datenbank)