CGXGridCore::SetWarningText
virtual void SetWarningText(LPCTSTR s);
s
Points to the warning-text.
Remarks
If you want to inform the user of an invalid cell with a message box, you should call SetWarningText from your validation method (CGXControl::OnValidate or CGXGridCore::OnValidateCell).
See CGXGridCore::OnValidateCell for an example.