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.