I'm trying to do a proof of concept... I have 1000 records in a dataset that I'm binding to a GridView... (Which will eventually come in from a RadUpload control and I'll import into a database and then bind to a gridview)...
I am using the RadProgressManager and RadProgressArea to count row by row on the ItemDataBound event of the RadGridView...
What I'm trying to do now, and my question, is how can I get the RadGridView to update on the screen after each row has been added?
After each ItemDataBound update it, using what? I'm trying to see if I can somehow do it with the LoadingPanel control, but not sure. Seems like I need to do some type of Ajax call somewhere... maybe even using jQuery? No idea.
Any thoughts?