Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
215
Script for upload template column in grid, stops grid from filtering/paging
posted

I am using ASP.NET MVC4 and 2013 vol1 with VS 2012.

Martin from Infragistics was kind enough to give me a solution on how to add an upload control to a grid column.
https://www.infragistics.com/community/forums/f/ignite-ui-for-javascript/80549/adding-an-upload-control-into-a-grid-template-column


ISSUE #1

I managed to get the upload working, yet one thing I discovered was that the script required by the uploader actually prevents the grid from doing any paging or filtering. Even though the script for uploading works. No client-side error is thrown in IE and I can't seem to figure out the problem.
I have marked the script in the code that is the problem.

ISSUE #2
After making an edit to a row, the fileupload template column disappears. 
I'm not sure if this issue is related, but how do I prevent the fileupload template column from going away? 

Here is a link to the solution with the grid problem.
http://www.meltdown.co.za/upload/upload.zip 


Thanks