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?
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?