Hi Rajesh,
Basically you can use ListView.itemDataSource() to fetch all the items which belong to the listview, search into the array to see if there exist a target item, if no, push it into the array.
var itemDataSource = listView.itemDataSource;
--James
<THE CONTENT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS OR IMPLIED>
Thanks
MSDN Community Support
Please remember to "Mark as Answer" the responses that resolved your issue. It is a common way to recognize those who have helped you, and makes it easier for other visitors to find the resolution later.