Hi Vamshi,
It appears you are still using the CTP (beta) version of the control from last year. Please update to the official release, 2018.1.202.240 in order to get the new features and improvments made since the preview.
That said, you have't shared enough of your code, or what version of Xamarin.Forms you are using, so I can't determine what's wrong with your application.
If I had to guess from the name of your variable, you're using a
DataTable (.NET Standard 2.0). DataGrid doesn't support direct binding to DataTable, you can instead make a List from the table rows, like this:
Here's a screenshot at runtime:
If you'd like to see DataTable support, you can
submit a feature request here.
Regards,
Lance | Tech Support Engineer, Sr.
Progress Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items