Please suggest me
Hello,
I belive you already found the solution through the link you provided?
http://ko.infragistics.com/community/forums/t/80549.aspx
In the link Martin provided the information as:
Template is executed in the browser so you should put the following code:
.Columns(column =>{column.For(x => x.id).HeaderText("ID").Width("100px").Hidden(true);column.For(x => x.name).HeaderText("Name").Width("250px");column.Unbound("UploadColumn").Width("300px").Template("<div id='${id}' class='upload-control'></div>");
})
Note that instead of filepath I used an unbound column.
And you code to initialize the igUpload should be in JavaScript below the Grid initialization code. like this:
<script type="text/javascript">
$(function() {
$("#grid1 .upload-control").igUpload({});
});
</script>
Please note your attachment did not come through please reattach the screen short with the zip file.
Let me know if i can provide you further assistance.
Thanks for your response.
I am using infragistics iggrid in my MVC Application
I need file upload control in each row of iggrid.
Please refer the attached screen shot
I am glad you found the solution.
Please let me know if I can provide you further assistance.
Please find the below link for your help