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

[Solved] Obtain client-side object for the Telerik Extensions from client-side event parameter?

1 Answer 12 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Gene
Top achievements
Rank 1
Gene asked on 24 Jul 2012, 10:41 AM
Is there a way to obtain client-side object for the Telerik Extensions from a client-side event parameter?  In my DropDownList#OnOpen event, I want to grab it from parameter e:

function OnDropDownListOpen(e) {
            alert("OnDropDownListOpen");
        };

1 Answer, 1 is accepted

Sort by
0
Gene
Top achievements
Rank 1
answered on 24 Jul 2012, 02:12 PM

$(this).data("tDropDownList")
Tags
ComboBox
Asked by
Gene
Top achievements
Rank 1
Answers by
Gene
Top achievements
Rank 1
Share this question
or