This is a migrated thread and some comments may be shown as answers.

RadGridView - CheckBoxColumn - remove checkbox fromm some rows

1 Answer 137 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Top Gun
Top achievements
Rank 1
Top Gun asked on 31 Oct 2013, 03:22 PM
(Using Silverlight 4) I am using a RadGridView.  I have added a checkbox column.  (See Below)

<telerik:RadGridView x:Name="radGridView"
                         AutoGenerateColumns="False">
    <telerik:RadGridView.Columns>
        <telerik:GridViewSelectColumn />
        <telerik:GridViewDataColumn DataMemberBinding="{Binding Name}" />
    </telerik:RadGridView.Columns>
</telerik:RadGridView>

This code works and gives me a datagrid that one column of checkboxes.  But, is there a way to hide or disable the checkboxes for certain rows.  I do not want to show the checkboxes on certain rows.  And I want to keep a checkbox in the header row. Please let me know.

1 Answer, 1 is accepted

Sort by
0
Yoan
Telerik team
answered on 05 Nov 2013, 09:54 AM
Hi Amrit,

I would suggest you to check this forum thread where a similar question has already been discussed

I hope this helps.

Regards,
Yoan
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
GridView
Asked by
Top Gun
Top achievements
Rank 1
Answers by
Yoan
Telerik team
Share this question
or