private void radAllPO_CheckedChanged(object sender, EventArgs e) { dgvPOStatus.Rows.Clear(); sql.SelectAllPOSPR(dgvPOStatus); }