When using RadGridView, I load the ItemsSource, but the Items are empty. Meaning that when I try to read foreach( item in radgridview.Items) it will not pick any item.
If I load the radGridView item by item using x.Items.add(), the ItemsSource is null
It was my expectation that Items and ItemSource should be linked. How can I load a bulk using ItemsSource but then use the items, or load item per item, but extract all the content using ItemSource.
If I load the radGridView item by item using x.Items.add(), the ItemsSource is null
It was my expectation that Items and ItemSource should be linked. How can I load a bulk using ItemsSource but then use the items, or load item per item, but extract all the content using ItemSource.