0 pts.
 Customized Windows Form DataGrid
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

Answer Wiki:
I don't know if I've correctly understood your problem, but I think you can create a new UserControl (with 'n' textboxes) and then build a class inheriting from DataGridTextBoxColumn in order to put the above mentioned UserControl into the column. Anyway a good web link is: www.syncfusion.com/FAQ/Winforms/
Last Wiki Answer Submitted:  December 1, 2004  3:02 am  by  Technet   30 pts.
All Answer Wiki Contributors:  Technet   30 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _