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

Progress Notification

1 Answer 100 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Allen
Top achievements
Rank 2
Allen asked on 10 Mar 2010, 11:04 PM
I have a grid that uses a binary image like the sample (http://demos.telerik.com/aspnet-ajax/controls/examples/integration/raduploadinajaxifiedgrid/defaultcs.aspx?product=grid)

However, unlike the sample, my grid has hundreds of records and a page size of around 25 records.  Given where the grid is located on the page and the record number the user is editing, the user may not be able to see the indicator at the top of the page.  I would like to use jQuery to relocate the progress indicator when it is show to be displayed (absolutely) somewhere close to the "current record," so the user can see it.  Has anyone else done this or does anyone have an idea how to do this?  I have tried catching the OnClientProgressStarted and the OnClientSubmitting events to relocate the div, but when I do this, the indicator simply never shows.  Any help would be appreciated.

Thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 15 Mar 2010, 05:16 PM
Hello Allen,

I suggest that you use ModalPopUpExtender in order to show the area as a modal. You can place it at the center of your screen for better perception. I have attached sample project that demonstrates how to achieve this. We will research whether it is possible to achieve the same using jQuery extender and will write a follow up by the end of the week.

Regards,
Genady Sergeev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Ajax
Asked by
Allen
Top achievements
Rank 2
Answers by
Genady Sergeev
Telerik team
Share this question
or