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

Fill radComboBox on Default.aspx.vb

1 Answer 100 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
casian
Top achievements
Rank 1
casian asked on 15 May 2020, 11:17 AM

I have a AdvandeForm with a radComboBox

 <li class="rfbRow">
                   <asp:Label runat="server" Text="Empleado" CssClass="rfbLabel" />
                    <telerik:RadComboBox runat="server" ID="RadUser" Type="User" Filter="Contains" />
 </li>

 

And i want to fill this combo on the Default.aspx.vb and not on the AdvanceForm.ascx.vb.

How can I get the radComboBox and fill it?

1 Answer, 1 is accepted

Sort by
0
Peter Milchev
Telerik team
answered on 20 May 2020, 08:30 AM

Hello Casian,

You can use the OnFormCreated event to access the RadComboBox for the resource and enable the filtering.

More information on how to access the resource ComboBox or how to programmatically add a new one can be found in the links below:


Regards,
Peter Milchev
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Tags
Scheduler
Asked by
casian
Top achievements
Rank 1
Answers by
Peter Milchev
Telerik team
Share this question
or