Hi Everone
Can some one tell me why i get this error
when i execute the following js code
it is searching for this control
Can some one tell me why i get this error
Microsoft JScript runtime error: Object doesn't support property or method 'get_items'when i execute the following js code
var listbox = document.getElementById("<%=rlbCustomEmails.ClientID %>");var item = new Telerik.Web.UI.RadListBoxItem();item.set_text(email);listbox.get_items().add(item); //I get the error hereit is searching for this control
<telerik:radlistbox runat="server" style="position: absolute; top: 290px; left: 400px;" height="240px" width="255px" ID="rlbCustomEmails"></telerik:radlistbox>