T
Tony WONG
The gridview is created at runtime
there is a column for checkbox (non-databind)
i can create a blank column by the code
Dim tfSelect As New TemplateField
tfSelect.ItemStyle.Width = 80
mygrid.Columns.Add(tfSelect)
but i do not know how to add the checkbox in the column
grateful for any assistance.
thanks.
tony
there is a column for checkbox (non-databind)
i can create a blank column by the code
Dim tfSelect As New TemplateField
tfSelect.ItemStyle.Width = 80
mygrid.Columns.Add(tfSelect)
but i do not know how to add the checkbox in the column
grateful for any assistance.
thanks.
tony