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

Can't find new checkItems/uncheckItems?

1 Answer 29 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
Mike Trank
Top achievements
Rank 1
Mike Trank asked on 30 Sep 2010, 08:44 PM
Hi.

The "Whats New" list for the just released Q2 2010 SP2 controls says...

"Added: selectItems/unselectItems and checkItems/uncheckItems methods for quick selection(unselection)/check(uncheck) of multiple items" for the RadListBox yet I can't seem to find or access these methods.

I've tried some of my own guesses such as...

                var lb = $find("<%= myListBox.ClientID %>");
                lb.checkItems();

and other variations but no luck.

I used a .net analysis tool to browse all elements lf the Telerik.Web.UI.RadListBox namespace and I can't seem to find any new methods such as these.

Please let me know what you think and if I'm doing something wrong.

Thank you.

1 Answer, 1 is accepted

Sort by
0
Nikolay Tsenkov
Telerik team
answered on 04 Oct 2010, 12:41 PM
Hi Mike Trank,

Sorry about that. The problem is that these new features are going to be released for the Q3 2010 major release of RadControls for ASP.NET AJAX. It's not supposed to be in these release notes.

My apologies for this mistake and thanks for reporting this to our team.


Greetings,
Nikolay Tsenkov
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
Tags
ListBox
Asked by
Mike Trank
Top achievements
Rank 1
Answers by
Nikolay Tsenkov
Telerik team
Share this question
or