clg Posted August 27, 2004 Posted August 27, 2004 Are Template Columns available for use in the Windows Forms version of the DataGrid. I have seen many references to working with checkboxes and radio buttons in the datagrid but they all seem to refer to WebForms. Can someone please verify this for me or get me started on how to use template columns in WinForms Datagrid??? Thanks! Quote
JABE Posted August 30, 2004 Posted August 30, 2004 You would use DataGridTableStyle objects; native controls supported are checkbox columns and textbox columns. Extending the model to accommodate other controls (such as combobox, numericupdown) is possible but would involved additional work. This link may help you get started: http://msdn.microsoft.com/msdnmag/issues/03/08/DataGrids/default.aspx Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.