R
Ricardo
Hi,
How can I insert a TemplateColumn on a Datagrid on the fly?
Basically I'm after how to create a TemplateColumn, add a button and a
label to its control list and add the TemplateColumn to my Datagrid.
Something like:
Dim tc as New TemplateColumn
tc.Controls.Add(New Button)
tc.Controls.Add(New Label)
DataGrid1.Columns.Add(tc)
Any ideas?
Thanks
Ricardo
How can I insert a TemplateColumn on a Datagrid on the fly?
Basically I'm after how to create a TemplateColumn, add a button and a
label to its control list and add the TemplateColumn to my Datagrid.
Something like:
Dim tc as New TemplateColumn
tc.Controls.Add(New Button)
tc.Controls.Add(New Label)
DataGrid1.Columns.Add(tc)
Any ideas?
Thanks
Ricardo