I trying to bind a "weakly-typed" data list into RadGridView, I considered IList<>, ObservableCollection<> but I think they not suit my scenario because I need to define type of element in those collections.
I found RadDataPager later but I do not need paging feature.
I wonder whether WPF RadGridView can bind to something like "DataTable" like in WinForm, but I asking it for WPF in case there is any ready component in Telerik WPF.
Anyway this is my scenario, single RadGridView is use and ready to receive data collection which may consist of different data type.
Please advise, thanks
I found RadDataPager later but I do not need paging feature.
I wonder whether WPF RadGridView can bind to something like "DataTable" like in WinForm, but I asking it for WPF in case there is any ready component in Telerik WPF.
Anyway this is my scenario, single RadGridView is use and ready to receive data collection which may consist of different data type.
Please advise, thanks