Hi, I urgently in need of a solution, which allows
a column of a Windows Form DataGrid to contains multiple textboxes.
I'm aware that the way to place a textbox in the DataGrid is through the - .AddRange(new System.Windows.Forms.DataGridColumnStyle[]
{ this.dataGridTextBoxColumnProjectName}) code. But this only cause the DataGrid Column to have a single textbox.
Is it possible to program a DataGrid so that it could contain more then one textboxes - just like the Calendar in Microsoft Outlook where a user can insert many textboxes by just right clicking on a single cell?
Software/Hardware used:
ASKED:
November 30, 2004 1:03 AM
UPDATED:
December 1, 2004 3:02 AM