Hi i have this jqxgrid and using the createwidget function to add a html generic file upload. But i am issue where if i browse and select a file, and when i start scrolling down the grid the same file name is being displayed over and over again on other records. As if the display is not being defined.
So i tried to create this dynamically but even that way for some reason the ids are showing even undefined.
Example of issue:
1. First row: File chosen – test.file
2. Start scrolling down, the same file name i chose keeps displaying over and over again.
3. Each row has its on dynamic element so not sure why this issue occurs.
Please i would appreciate if there was a workaround for this. Also i want to apply using this createwidget approach rather than the createeditor way, because i want to elements to display in front and not hidden behind a click event of a edit.
Here is my jsfiddle:
http://jsfiddle.net/rx6s52k0/2/