Hi,
is there any easy way to compare to RadGridViews? Ihave two GridViews with the same ViewModel. GridViewA is the source
and GridViewB ist the target.
On Application Load i bind first the RadGrievB with Data from a Database. Afterwards i want to bind GridViewA from a second source.
But All the Items which are in GridViewA may not be in GridViewA. I hope this is clear!?
Is there a easy way to handle it? Or must i select each item from database to check if it is in the GridViewB?
GridViewA:
Source = txt-file
ViewModel=Pakete
GRidViewB:
Source=Database (original source txt-file)
Viewmodel=Pakete
Thanks a lot
Regards
Rene
is there any easy way to compare to RadGridViews? Ihave two GridViews with the same ViewModel. GridViewA is the source
and GridViewB ist the target.
On Application Load i bind first the RadGrievB with Data from a Database. Afterwards i want to bind GridViewA from a second source.
But All the Items which are in GridViewA may not be in GridViewA. I hope this is clear!?
Is there a easy way to handle it? Or must i select each item from database to check if it is in the GridViewB?
GridViewA:
Source = txt-file
ViewModel=Pakete
GRidViewB:
Source=Database (original source txt-file)
Viewmodel=Pakete
Thanks a lot
Regards
Rene