c# - How to add checkbox column with checkbox header in gridview dynamically? -


i'm having grid-view on aspx page without template column , autogeneratecolumns=false.

im addingboundfieldcolumnsdynamicallytogrid-view`.

and need add check box column check box header grid-view. can 1 tell me how can this?

now find solution on how add tempatefied(chekbox) nestedgridview in code-behind


Comments