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

looking for live process status update solution.

1 Answer 49 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
SSirica
Top achievements
Rank 3
Iron
Iron
Iron
SSirica asked on 30 Nov 2015, 09:00 PM

I have a process that processes records.  Sometimes it's 10...sometimes it's hundreds.  I would like to give my users some sort sort of real time update of what is going on other than a RadProgressArea.  A RadProgressArea is only good for what is going on for the current record.  So let's say today I'm loading 5 records.  I push the load button and the process grabs records 1...it processes it and the record is accepted.  I would like to now let the user know this and move on to the second record that is perhaps rejected.  Now I would like to display this as the next record in list. So far all of my efforts have produced a grid or a list that updates after the process completes.  Another words I'm looking for some sort of a live process status update something or other.  Anyone got any ideas?

 

Thanks in advance.  

1 Answer, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 03 Dec 2015, 11:52 AM
Hello,

The requirement that you have could not be achieved if you are going to handle all the records in a single postback (AJAX request), because the HTML will be updated after all of the operations are performed on the server-side. The only thing that I could suggest is that you handle each record in a single request and display the result in a RadListView, RadGrid or a simple Repeater control and add the record results to the data source of that control (record by record on each postback).

Hope this helps.


Regards,
Konstantin Dikov
Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
Ajax
Asked by
SSirica
Top achievements
Rank 3
Iron
Iron
Iron
Answers by
Konstantin Dikov
Telerik team
Share this question
or