can't find in the latest documentation how to bind datatable to the radgridview. .itemssource works , table gets rows added , call .rebind , grid scrolls but rows are added with no values (or at least not displayed) , also how do I get scroll bars...
Please, take a look at this online example. Go to http://demos.telerik.com/wpf/ -> GridView -> Populating with Data -> DataSources.
On the right there is a radio group with all kinds of data sources. The first one is DataTable. The gird binds correctly, values are shown and scroll-bars also.
I have also attached a small sample project with a DataTable and the Rebind method.
Scroll-bars appear when the space available for the grid is less than the space needed to show the data. For example, in my sample project I have allowed a height of 500 for the grid and its vertical scroll-bar appears.
I hope this helps. Let us know if you have any other questions.