All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
There is no limitation when setting the position of a CheckBox in the grid. All you need to do is to predefine your CellStyle. You can create it as:
<
telerik:GridViewDataColumn
IsReadOnly
=
"True"
Header
"Id"
DataMemberBinding
"{Binding ProductId}"
>
telerik:GridViewDataColumn.CellStyle
Style
TargetType
"telerik:GridViewCell"
Setter
Property
"HorizontalContentAlignment"
Value
"Center"
/>
</
telerik:GridViewDataColumn.CellTemplate
DataTemplate
TextBlock
VerticalAlignment
"Top"
Text
telerik:GridViewDataColumn.CellTemplate>