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

How to obtain ID of a LI element containing a selected file info on IE9.

2 Answers 19 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Denius Valiant
Top achievements
Rank 1
Denius Valiant asked on 07 Feb 2013, 04:57 PM
Hi,

onFileSelected
  • get_row returns the row containing the file input field for the file that was just selected (<LI> element)

<LI></LI> contain selected file info.
How to obtain ID of a LI element containing a selected file info on IE9.
Code below works on FireFox but it doesn't work on IE9.

       function RadAsyncUpload1_FileSelected(sender, args) {
            var row = args.get_row();             var el = $(pRow);             var rowId = el.attr('id'); }

Thank you in advance.

2 Answers, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 12 Feb 2013, 04:29 PM
Hi Denius,

 
Would you please elaborate a little bit what are you actually trying to achieve with the ids because it is not quite clear so far? This way we could inspect the exact scenario and be more helpful.

Kind regards,
Plamen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Denius Valiant
Top achievements
Rank 1
answered on 13 Feb 2013, 12:59 PM
Hi,

Thank you for your answer.
I found another solution to solve my task.
Tags
AsyncUpload
Asked by
Denius Valiant
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Denius Valiant
Top achievements
Rank 1
Share this question
or