Posted 27 Apr 2011 Link to this post
Posted 02 May 2011 Link to this post
var
listbox = $find(
"<%= RadListBox1.ClientID %>"
);
foundItem = listbox.findItemByAttribute(
"display_list"
,
"list1"
attributes = foundItem.get_attributes(); attributes.setAttribute("display_list", "newValue");
attributes.setAttribute("display_list", "newValue");
(
"newValue"
)
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.