I have an ASP.Net page with a button on it that the user can click on Export data from a database table. Usually this can be a long process if there are thousands of records to export.
I was trying to the use the ProgressArea to show the progress of the export so the user can see how far along it is.
I tried following the basic demo you have that shows a "Start Processing" button. But it is not coming out the same way on my ASP.Net when clicking on the Export button.
Version of the Telerik software I am using is 2015.3.930.40
The issues I am seeing:
- The text in the ProgressArea still shows "Uploading Files". This has nothing to do with uploading files. The export gets data from the database table and puts it in a file on the client side.
- The ProgressArea does not disappear after export has completed.
Attached is a screenshot of what I am seeing.
Please help!
Sincerely,
Keith Jackson