Hello,
I have a problem with RadGridView inside RadTabItem - same as in this your example (WpfApplication3.zip). RadGridView on 3rd RadTabItem has no items before you select it.
Try to change your code:
There are 19 items in radGridView1 in 1st RadTabItem, but radGridView2 in 3rd RadTabItem has 0 items. In my project I have same problem with version 2011.3.1220.35 and 2012.1.0326.35 too. With previous version used in my project (2010.3.1110.35) it works fine.
Can you help me, please?
Thanks,
Maros
I have a problem with RadGridView inside RadTabItem - same as in this your example (WpfApplication3.zip). RadGridView on 3rd RadTabItem has no items before you select it.
Try to change your code:
public MainWindow(){ InitializeComponent(); this.radGridView1.ItemsSource = GenerateProducts(); this.radGridView2.ItemsSource = GenerateProducts(); MessageBox.Show(radGridView1.Items.Count.ToString()); MessageBox.Show(radGridView2.Items.Count.ToString());}There are 19 items in radGridView1 in 1st RadTabItem, but radGridView2 in 3rd RadTabItem has 0 items. In my project I have same problem with version 2011.3.1220.35 and 2012.1.0326.35 too. With previous version used in my project (2010.3.1110.35) it works fine.
Can you help me, please?
Thanks,
Maros