Gridcontrol Cell Click Event Or Button Click Event

 private void dtData_ShownEditor(object sender, EventArgs e) {
   if (dtData.FocusedColumn.FieldName.ToString() == "Miscellaneous")
     MsgBox.Information(dtData.FocusedColumn.FieldName.ToString());
 }