I have a GridView
that displays the Approvers
list. As shown in below image. I need to show CheckBoxes, if there are multiple Approvers
in a column. Is it possible? If yes then how can I achieve it?
E.g The Approvers
section has multiple Approver Names in the first row, for which I should show CheckBoxes.
The data displayed in the grid is available in a DataTable
and the multiple Approvers
are part of a single row hence I can't use TemplateField
and display CheckBoxes.