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

Select Multiple Items

2 Answers 50 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Jeff Paetkau
Top achievements
Rank 1
Jeff Paetkau asked on 07 Oct 2011, 08:14 PM
Hi,

How do you select or check multiple items?

I am building an application where there will be a standard "view" item in the menu. Then based on which child items are selected I show/hide various columns in a RadGrid. However, I can't seem to select more that one menu item at a time.

Any suggestions?

Jeff

2 Answers, 1 is accepted

Sort by
0
Accepted
Kate
Telerik team
answered on 12 Oct 2011, 10:23 AM
Hi Jeff,

One way you could accomplish this is to create a custom attribute and store the state of the check boxes there as described in this help article. If you need to change the appearance of the selected item as well, so that they will appear selected you, can use the set_cssClass("rmFocused"); client-side property and apply the rmFocused css class.

Kind regards,
Kate
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Jeff Paetkau
Top achievements
Rank 1
answered on 12 Oct 2011, 10:50 PM
Thanks
Tags
Menu
Asked by
Jeff Paetkau
Top achievements
Rank 1
Answers by
Kate
Telerik team
Jeff Paetkau
Top achievements
Rank 1
Share this question
or