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

Can't catch most Telerik Component events

1 Answer 14 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Xrcr
Top achievements
Rank 1
Xrcr asked on 07 Nov 2010, 02:34 PM
Hello,

For Example, I have this VB code:

    Protected Sub RadComboBox1_SelectedIndexChanged(ByVal sender As Object, ByVal e As Telerik.Web.UI.RadComboBoxSelectedIndexChangedEventArgs) Handles RadComboBox1.SelectedIndexChanged
        // [prodedure code
       //(...)
    End Sub

But it never react when the RadComboBox1 selection is changed. Therefore I have to add a basic button next to the ComboBox to validate ...

I'm rather new to ASP and VB events. So am I missing something ?

On the computer on which I work are install bot Telerik 2010 Q1 and Telerik 2010 Q2 ajax plug-ins. Both are evaluation version and I've noticed all Q2 plug-ins have disappaered from toolbox and references. The problem could be related to that ? (multiple version ? evaluation?)


Thank you for help.

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 08 Nov 2010, 10:50 AM
Hi Xrcr,

You should set AutoPostBack property of the combobox  to "true" in order to fire SelectedIndexChanged event. Also make sure that the combobox is not placed inside item template of another control when subscribing to events like this.

The evaluation version of RadControls is fully functional and will work for an unlimited time but with copyright message (see below) displayed randomly on the page.

If you have any additional questions or issues, contact us again.

Regards,
Yana
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
General Discussions
Asked by
Xrcr
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or