Hi,
I am using Kendo UI- Grid in my screen, but unfortunately I had some issue with it.
In my Kendo().Grid , I am using the RowTemplate. It have a property called ClientRowTemplate, on that , we are using below line of code to show an image.
“ "<img src='" + Url.Content("~/Content/Images/") +"#:data.ImageFileName#' alt='#: “data.ImageFileName #' style =width:50px; />" .
But I want to give another path like Url.Content("D:\Images\1") , but it is not taking the path. Images were not shown from these path.Why is it so?
I am using Kendo UI- Grid in my screen, but unfortunately I had some issue with it.
In my Kendo().Grid , I am using the RowTemplate. It have a property called ClientRowTemplate, on that , we are using below line of code to show an image.
“ "<img src='" + Url.Content("~/Content/Images/") +"#:data.ImageFileName#' alt='#: “data.ImageFileName #' style =width:50px; />" .
But I want to give another path like Url.Content("D:\Images\1") , but it is not taking the path. Images were not shown from these path.Why is it so?