Folks,
in my experience all infragistics controls are getting harder to use thesedays. now automation to automatically detect and fix or suggest to fix. instead we have to do debugging to fix the errors to use any errors.
any ideas?
i managed to add scripts and css using add scripts button the the control. which added script and css files in ig_ui folder.
and now i am getting the following erros
Unhandled exception at line 22, column 992 in http://localhost:8676/ig_ui/js/infragistics.js
0x800a1391 - JavaScript runtime error: '$' is undefined
going to fix this 5th error just to use 1 control in empty project.
I managed to add jquesry files from samples folder and now i am getting following error. i am using multiple upload. selected 2 text files and clicked upload.
error : Could not get your current file status! Probably connection dropped.
now i need to figure out this error's solution.
can anyone explain why we have IGUploadStatusHandler.ashx file path in the samples code and web.config? its it created on the fly?
becouse there is no file named
IGUploadStatusHandler.ashx in samples to include in my code?
Hello Jagjot Singh,
IGUploadStatusHandler.ashx is not a real file. It's identifier path which activates the igUpload status handler. The igUpload status handler is found in type: Infragistics.Web.UI.EditorControls.UploadStatusHandler and is activated/executed when the IGUploadStatusHandler.ashx path is requested. This link needs to be configured in web.config manually for MVC project. There is no need for you to create IGUploadStatusHandler.ashx file by yourself.
Hope this helps,Martin PavlovInfragistics, Inc.
Hi Jagjot Singh,
Please let us know if you need any additional assistance with this objective.