private void xcolours_refresh(object sender, EventArgs e) { editgrid[INVOICEITEMS.COLOURS_ID, lookupRow].Value = xcolours.GetName(); editgrid.Focus(); editgrid.CurrentCell = editgrid[INVOICEITEMS.QTY, lookupRow]; }
void Colours_NeedToRefresh(object sender, EventArgs e) { txt_colours_id.Text = xcolours.GetName(); txt_qty.Focus(); }