예제 #1
0
        public InvoiceView()
        {
            InitializeComponent();
            InvoicesGrid.AddHandler(GridViewCell.CellDoubleClickEvent, new EventHandler <RadRoutedEventArgs>(OnDoubleClick), true);

            InvoicesGrid.RowLoaded += OnRowLoaded;
        }
예제 #2
0
 void InvoiceViewLoaded(object sender, RoutedEventArgs e)
 {
     InvoicesGrid.UpdateLayout();
     InvoicesGrid.Items.Refresh();
 }