Exemplo n.º 1
0
 private void RegionForm_Shown(object sender, EventArgs e)
 {
     GridViewLookup.FocusedRowHandle = DevExpress.Data.BaseListSourceDataController.FilterRow;
     GridControlLookup.Focus();
 }
Exemplo n.º 2
0
 private void RelatedProductsForm_Shown(object sender, EventArgs e)
 {
     GridViewLookup.FocusedRowHandle = DevExpress.Data.CurrencyDataController.FilterRow;
     GridControlLookup.Focus();
 }