RowFilter for "Row Numbers"?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to create a RowFilter expression for
a DataView such that you bind and display only
the first 200 rows?

I note that the RowViewCache holds each row as
[0], [1], [2], etc. Perhaps there's another way
to bind only [0] to [199] for example?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top