Do not render links in checkbox columns
Review Request #7487 — Created July 3, 2015 and submitted — Latest diff uploaded
Cell rendering in DataGrid columns has been updated to allow the cell
to override theDataGrid
's choice of cell template. This allows the
theCheckboxColumn
to render without links, which would previously
activate when checked.
Tested the change with Review Board. There were no links in the
dashboard's checkboxes. Checking the checkbox did not redirect before
and after switching into mobile mode.