using 1.26 version.
in the header, it has
<th field="LogId" width="20" align="center" checkbox="true"></th>
to define a check box and relate to LogId column.
But in broswer (Chrome, 17.0.963.56m), the checkbox html is converted to be
<td field="LogId"><div style="width:undefinedpx;text-align:center;height:auto;" class="datagrid-cell-check "><input type="checkbox"></div></td>
1. width value is not correct
2. hoping to bind 『LogId 』value to checkbox, as <input type="checkbox" value="XXX">, helping users to get much more customer data.
Thanks