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

Radcombobox does not load data custom use control

0 Answers 61 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
pavan
Top achievements
Rank 1
pavan asked on 24 Nov 2015, 03:54 AM

Radcombobox does not load data custom use control. Every time user control loads the rad combo box does not loads the data. Is it possible to load the rad combobox used on custom user control ?

 

CreatefolderUC.ascx.cs

 

public partial class CreateFolderUC : System.Web.UI.UserControl
{
    protected void RadComboBox1_ItemsRequested(object o, Telerik.Web.UI.RadComboBoxItemsRequestedEventArgs e)
    {
        GetGroupList();
    }

}

 

 

 CreatefolderUC.ascx

            <telerik:RadComboBox ID="RadComboBox1" Runat="server" Width="200px" CheckBoxes="True" 
                OnItemsRequested="RadComboBox1_ItemsRequested" EnableCheckAllItemsCheckBox="True"  Localization-CheckAllString="All" 
                EmptyMessage="--Select--" CheckedItemsTexts="DisplayAllInInput">
            </telerik:RadComboBox>

No answers yet. Maybe you can help?

Tags
Ajax
Asked by
pavan
Top achievements
Rank 1
Share this question
or