item.Attributes.Add("FirstName", i + "FirstName");
item.Attributes.Add("LastName", i + "LastName");
RadComboBox1.Items.Add(item);
item.DataBind();
}
}
Thanks,
Jayesh Goyani
0
Nencho
Telerik team
answered on 06 Aug 2012, 07:49 AM
Hi Mohamed,
In order to achieve the desired functionality, you could create your own RadComboBoxItems and after setting the desired attributes and values, you could add them to the RadComboBoxItemCollection.
Here you could find our help article about using the RadComboBoxItems at server side.
Kind regards,
Nencho
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.