I have a TelerikGrid that contains many columns and a DetailTemplate within it. The Grid has functionality for multiselect with a checkbox column that appears as the first column on the grid. Is it possible to move this checkbox column in front of the detail template '+' dropdown row?
<TelerikGrid data="@models"
<DetailTemplate>
<GridColumns><GridColumns />
<DetailTemplate />
<GridColumns>
<GridColumn>Checkbox Here<GridColumn />
<GridColumns />
<TelerikGrid />