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

findall radsearchboxes on page

0 Answers 25 Views
SearchBox
This is a migrated thread and some comments may be shown as answers.
steve
Top achievements
Rank 2
steve asked on 06 Apr 2017, 03:26 PM

Is there a way to find all the radsearchbox objects on a page on clientside? I know for comboboxes I would use the following code, but I'm not sure how to find for radsearchboxes.

 

for (var i = 0; i < Telerik.Web.UI.RadComboBox.ComboBoxes.length; i++) {
    var objComboBox = Telerik.Web.UI.RadComboBox.ComboBoxes[i];
    alert('Combobox ClientId : ' + objComboBox.get_id());
 
}

No answers yet. Maybe you can help?

Tags
SearchBox
Asked by
steve
Top achievements
Rank 2
Share this question
or