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

Item Visible

1 Answer 88 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
Jeroen Eikmans
Top achievements
Rank 1
Jeroen Eikmans asked on 25 Mar 2010, 12:15 PM
Hi,

Is it possible to set an item in a listbox to invisible?
In the client-side API i can find method get_isVisible and ensureVisible but there's no method for setting visibility of an item.

Kind regards,
Roel

1 Answer, 1 is accepted

Sort by
0
Accepted
Yana
Telerik team
answered on 25 Mar 2010, 12:38 PM
Hello Roel,

There is a method set_visible() which we've missed to add to the documentation, it can be used like this:

$find("<%=RadListBox1.ClientID").findItemByText([item_text]).set_visible(false);

It will be added as soon as possible, thank you for reporting this.

Regards,
Yana
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
Jeroen Eikmans
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or