Word Wrapping in the Grid??
Please tell how to create the Word Wrapping for the rows in a grid. My project is using VC++.Net with MFC.
The code snippet for my query is
void TSSPblDiagnosticMessageDisplayDlg::DoDataExchange(CDataExchange* pDX)
{
TSSBasePblDlg::DoDataExchange(pDX);
SS_DDX_TSSGridRow(pDX,IDC_GRD_DIAGNOSTIC_MSG,*m_opGrid,IDS_GRDHDR_DIAGNOSTIC_MSG);
Here IDC_GRD_DIAGNOSTIC_MSG is the grid resource id. For this grid i want to word wrap the rows because of the lengthy messages in the database records so that the messages r displayed in next line if message exceeds the width of the grid window.
Please help me it is urgent...
Thanks in advace.....
Vikram.

