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

Getting RadUpload to work with RadListView paging

1 Answer 47 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
Stephanie
Top achievements
Rank 1
Stephanie asked on 13 May 2011, 11:19 PM
Hello,

I'm working with a List View that includes an extensive set of controls including a RadUpload control.  I'm using javascript to disable the Ajax with the upload button is clicked.  This works fine on page load and pretty much all first pages of the list view when items are searched.  Once I select a new page in the RadDataPager, the javascript code is no longer executed.  Could you please provide some insight!! I've been looking into this for some time now with no consistent solution.

I also encountered pretty much the same problem with a textbox in the listview that also needs javascript to be resized, however I corrected this with changes to the  RadAjaxManager settings.  This change (to update the listview when the AjaxPanel is selected, may have triggered the issue above.  

I'm trying to get a solution as soon as possible.

Thanks!

Update...I've actually opened a support ticket to supmit this along with files.

1 Answer, 1 is accepted

Sort by
0
Stephanie
Top achievements
Rank 1
answered on 16 May 2011, 09:57 PM
For anyone that's interested...the issue here is that I was using RadAjaxManager along with RadAjaxPanel (which my listview was wrapped in), this is not recommended by Telerik.  I changed the panel to a regular ASP Panel for the RadAjaxManager to update and used the RadAjaxManager's client events to execute my javascript.  All works great!
Tags
ListBox
Asked by
Stephanie
Top achievements
Rank 1
Answers by
Stephanie
Top achievements
Rank 1
Share this question
or