Hi,
I have one table
Employee
...................................
Id name Path
1 a c:Uploads/abc.txt
2 b c:Uploads/Resume.docx
i am storing files in folder
my requirement is that
I am displaying those records in kendo grid
after clicking path for particular row display that file in popup
I need sample code for this