Hi Ramesh,
I tried your code with a few modifications and its working fine at my end. You have given a wrong variable name while setting the ItemsSource and you have initialized the ObservableCollection without specifying the type. Please have a look into the following code.
XAML:
C#:
Thanks,
Princy.