Click here to Skip to main content
15,886,806 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,
VB
Dim cv As BindingListCollectionView = CollectionViewSource.GetDefaultView(dt)


This Code works good:
VB
Dim newRow = CType(cv.AddNew, System.Data.DataRowView).Row

This Code doesn't work:
VB
Dim newRow = CType(cv.EditItem(cv.CurrentItem), System.Data.DataRowView).Row

Is there any possibility that "EditItem" and "View" work with each other?

Dirk
Posted
Updated 11-Sep-12 7:25am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900