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

checkbox with new telerik gridview in header

3 Answers 121 Views
GridView
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 22 Feb 2008, 11:57 AM
Hello,

we fill a gridview from a xml file. Now we put a checkbox at each of the rows. But not in front if the "header" with was not posible with the old telerik controls.

At the moment it looks like this

(checkbox = cb)

- header 1
    - cb | row 1
    - cb | row 2
    - cb | row 3
- header 2
    - cb | row 4
    - cb | row 5
- header 3
    - cb | row 6
    - cb | row 7

So that we don't have to select every single row (for example 1 to 3) we have a procedure with does this for us after a mouse click.

Now we heard with the new Telerik controls (Q3 2007) it ist possible like this.

- header 1 cb
    - row 1
    - row 2
    - row 3
- header 2 cb
    - row 4
    - row 5
- header 3 cb
    - row 6
    - row 7

and to activate alle the rows (for example 1 to 3) if we press one of the Checkboxes (for example header 1)

If this is possible, how??

3 Answers, 1 is accepted

Sort by
0
Jack
Telerik team
answered on 22 Feb 2008, 04:32 PM
Hello David,

Thank you for this question.

Currently, we do not support this feature. It is very specific to your scenario - actually, you are the first to request this functionality. If other people request the same, we will consider about implementing it in one of our future releases.

Let us know if you need further assistance.

Greetings,
Jack
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
night_dev
Top achievements
Rank 1
answered on 18 Apr 2008, 08:08 AM
i am also running into the same problem,

from what i can see, this feature is already implemented in the asp.net grid and it would be very nice to have such a select all checkbox for the winforms grid too.

                          thank you
0
Jack
Telerik team
answered on 18 Apr 2008, 11:26 AM
Hi radu,

Thank you for the suggestion.

This feature is specific for the Web grids. It enables selection of multiple rows. You can achieve a similar effect by setting the MultiSelect property of RadGridView to true. The selected rows will be placed inside the SelectedRows collection.

We are considering many possible extensions the RadGridView's interface, and this feature may be implemented at a later time.

Do not hesitate to contact us, if you have other questions.

All the best,
Jack
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
GridView
Asked by
David
Top achievements
Rank 1
Answers by
Jack
Telerik team
night_dev
Top achievements
Rank 1
Share this question
or