How do I create a CheckBox column in a WebUI DataGrid?

  • Thread starter Thread starter Jim H
  • Start date Start date
J

Jim H

I have a C# .NET web page with a DataGrid that I want to load with data
either by binding it or adding Items 1 at a time. One of the columns must
be a CheckBox. how do i add a CheckBox column? DataGridBoolColumn is only
for Windows.Forms.

All the examples I found are in ASP.NET

Thanks,
jim
 
Back
Top