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

header-text in addition to the check box in the GridViewSelectColumn header column

0 Answers 53 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Gopinath
Top achievements
Rank 2
Gopinath asked on 11 Dec 2012, 11:56 AM
Hi 

I want show a header-text in addition to the check box in the GridViewSelectColumn header column of grid view.

When i try to set the header value , i am just getting only the header text

Below is my code sample:

<telerik:GridViewSelectColumn HeaderTextAlignment="Center" MinWidth="90"  Header="SelectAll" >

</telerik:GridViewSelectColumn>

Even i am trying to make the all the checkbox's to center align, but no luck.

Can anyone suggest the approach please.
Tags
GridView
Asked by
Gopinath
Top achievements
Rank 2
Share this question
or