Hi,
Perhaps somebody called BeginEdit method?
Try calling EndEdit on DataRowView.

Signature
Miha Markic [MVP C#] - RightHand .NET consulting & development
www.rthand.com
Blog: http://cs.rthand.com/blogs/blog_with_righthand/
SLODUG - Slovene Developer Users Group www.codezone-si.info
> Does anyone know why while working with drv (DataRowView)
>
[quoted text clipped - 22 lines]
>
> Genadij
[tridy] - 31 May 2005 06:49 GMT
Thank you very much
that indeed solved the problem.
the grid was pointing to that row and
that's why it kept it in edit mode.
regards
Genadij
> Hi,
>
> Perhaps somebody called BeginEdit method?
> Try calling EndEdit on DataRowView.