Hi,

Let's say I have an existing view on a table which has 4 rows. If I add a
row to the table at position 2, the view treats it as position 5, instead of
it's physical location.

Note: there is no sort on the view.

So, the order in the datatable, should be exactly the same as the order in
the view.

Am I missing something obvious? How to make the view look at the row order
correctly?

Thanks

Re: Adding rows to DataTable and DataView issue by Marina

Marina
Thu Apr 28 12:14:28 CDT 2005

Looks like it is a limitation of the view. Had to set the row filter to
None, and then back to CurrentRows, then it refreshed the order correctly.

"Marina" <someone@nospam.com> wrote in message
news:eevDINBTFHA.3840@tk2msftngp13.phx.gbl...
> Hi,
>
> Let's say I have an existing view on a table which has 4 rows. If I add a
> row to the table at position 2, the view treats it as position 5, instead
> of it's physical location.
>
> Note: there is no sort on the view.
>
> So, the order in the datatable, should be exactly the same as the order in
> the view.
>
> Am I missing something obvious? How to make the view look at the row order
> correctly?
>
> Thanks
>