There is an unbound checkbox column in the grid. I would like to know if it is possible to have it initialized as checked. I notice that there is a DefaultValue parameter but what is the value that should be placed on it ? I tried
DefaultValue="true" but it didn't work.
<GridColumns>
<GridColumn HeaderText="" Type="ColumnType.CheckBox" DefaultValue="?" />
......