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

[Solved] Checkbox as Grid column header

2 Answers 56 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
kendell patrice
Top achievements
Rank 1
kendell patrice asked on 07 May 2010, 04:31 PM
How do I set the header for a telerik grid column to show a checkbox instead of text?

2 Answers, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 07 May 2010, 04:44 PM
Hi kendell patrice,

Check this forum thread devoted on the same matter.

All the best,
Georgi Krustev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
kendell patrice
Top achievements
Rank 1
answered on 07 May 2010, 05:11 PM
Rather that doing that code replace, I decided to use some jquery.

<script type="text/javascript">
        $(document).ready(function() {
            $("#selected-header").html("<input type='checkbox' id='mastersselect' />");
        });
    </script>

Thanks for the response.
Tags
Grid
Asked by
kendell patrice
Top achievements
Rank 1
Answers by
Georgi Krustev
Telerik team
kendell patrice
Top achievements
Rank 1
Share this question
or