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

[Solved] Selection Column Header

1 Answer 99 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.
david ocasio
Top achievements
Rank 1
david ocasio asked on 08 Nov 2009, 02:49 AM
I expect this is by design and not a bug

If you set the uniquename of a selection column
The header checkbox that "selects all" is removed and the uniquename replaces it.

This of course gives me headaches since i want the "select all" checkbox
but i also want a way to uniquelly specify a column in  a rowloaded event
so i dont have to access it by integer index

I know of a few work arounds for this so its not a real big issue
but i would like to vote that the visibility of the select all checkcbox be set
by a property. and not by whether the unique name is set

thanks
dco

1 Answer, 1 is accepted

Sort by
0
Accepted
Milan
Telerik team
answered on 11 Nov 2009, 11:01 AM
Hello david ocasio,

That is expected to happen but we will try to fix it soon. Fortunately there is a very easy workaround that you can use. You just need to provide a custom header to the GridViewSelectColumn and you will be able to use the UniqueName property. 

I am sending you a sample project that demonstrates this approach. Hope it will help.


Kind regards,
Milan
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
GridView
Asked by
david ocasio
Top achievements
Rank 1
Answers by
Milan
Telerik team
Share this question
or