Ejemplo n.º 1
0
 private void RadVirtualGrid1_PageChanging(object sender, VirtualGridPageChangingEventArgs e)
 {
     this.SelectData(e.NewIndex);
 }