This question is locked. New answers and comments are not allowed.
Hello community, I am trying to use GridViewcheckBox column, for SL3 build, but the checkboxes always appear disabled and are greyed out..
how do I fix this?
this is my code for my checkbox column declaration
how do I fix this?
this is my code for my checkbox column declaration
<telerikDataView:GridViewCheckBoxColumn Header="NeedsPath" DataMemberBinding="{Binding NeedsPath,Mode=TwoWay}" >
</telerikDataView:GridViewCheckBoxColumn>