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

Getting the Uploader object from within an event

0 Answers 54 Views
Upload
This is a migrated thread and some comments may be shown as answers.
hn
Top achievements
Rank 1
hn asked on 21 Jul 2012, 01:37 AM
When using the MVC  extensions we could get hold of the object from within an event using $(this).

With Kendo it seems this is not possible.

We are using one event handler for several Uploaders so we cant respond using code like $("#UploaderID").data("kendoUpload") as we do not know which uploader fired the event

we were able to use code like  var row = $(this).closest('tr'); in mvc extensions where $(this) was the Uploader and it worked.

How can we achieve the same thing with Kendo. Would appreciate your help.

No answers yet. Maybe you can help?

Tags
Upload
Asked by
hn
Top achievements
Rank 1
Share this question
or