Posted 08 Nov 2010 Link to this post
Posted 10 Nov 2010 Link to this post
function
searchItem() {
var
listBox = $find(
'<%= RadListBox2.ClientID %>'
);
item = listBox.findItemByText(
"Mango"
// get the item
item.scrollIntoView();
}