How to detect hidden rows?



Hi there,

Is there a way to know if a DataRow is hidden by an active
DefaultView.Filter of its DataTable? In other words, is there any way to
know if a specific DataRow will be iterated too ("visible") when iterating
the DataRowView collection of the filtered DataView?

Regards,

-Benton


.



Relevant Pages

  • Re: Howto iterate over objects stored in one column of a DataTable ---- Or howto get
    ... Iterating through an Arraylist as shown below is not expensive. ... expensive however is removing objects from an Arraylist - you don't notice ... If you intended to concatenate to the string, ... > But is there another way without the overhead of DataRow / DataTable? ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: DataSet Iteration?
    ... > For Each row As DataRow in MyDataSet.Tables.Rows ... > Steve C. Orr, MCSD, MVP ... >> What is the most acceptable way of iterating through a DataSet Tables Row ... >> 'fill data adapter object with dataset info ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: How to detect hidden rows?
    ... > know if a specific DataRow will be iterated too when iterating ... > the DataRowView collection of the filtered DataView? ... don't meet the filter condition are simply excluded from the view. ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Deleting data in dataset
    ... Best regards, ... I have a dataset loaded from an XML file. ... // Upload Link Data. ... dr is the datarow from the dataset. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: RowChanged DataTable RowCollection
    ... the newly created datarow, but it is not a part of the datatable at this ... than in my opinion the row would be there. ... Prev by Date: ...
    (microsoft.public.dotnet.framework.adonet)

Loading