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

Grid Edit DropDownList - Close Event - How to get current row of grid?

1 Answer 38 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ed
Top achievements
Rank 1
Ed asked on 20 Nov 2013, 05:55 AM
In my DropDownList Close event, I need to get the current row in the Grid that the closing drop down is a child of.  How can I do that?
Thanks,
--Ed

1 Answer, 1 is accepted

Sort by
0
Accepted
Alexander Valchev
Telerik team
answered on 21 Nov 2013, 08:36 AM
Hello Ed,

Use this.element to get a reference to the DropDownList HTML element and find its closest <tr> ancestor. 

Regards,
Alexander Valchev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Ed
Top achievements
Rank 1
Answers by
Alexander Valchev
Telerik team
Share this question
or