This question is locked. New answers and comments are not allowed.
Hi ,
I am using GridViewSelectColumn, But not able to bind, one of the binadable object's property to the selectColumn.
Please find below my code
<telerik:GridViewSelectColumn UniqueName="Selected" Width="Auto">
</telerik:GridViewSelectColumn>
"Selected" is one of the object property which i have binded to the GridView.
and i want to select only those check boxes checked which row value Selected is true.
But it is not working...... it always show me unchecked all the items from gridview.
Can you please help me out to solve this problem?
Thanks,
Mahesh
I am using GridViewSelectColumn, But not able to bind, one of the binadable object's property to the selectColumn.
Please find below my code
<telerik:GridViewSelectColumn UniqueName="Selected" Width="Auto">
</telerik:GridViewSelectColumn>
"Selected" is one of the object property which i have binded to the GridView.
and i want to select only those check boxes checked which row value Selected is true.
But it is not working...... it always show me unchecked all the items from gridview.
Can you please help me out to solve this problem?
Thanks,
Mahesh
