Revision: 66273
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at April 10, 2014 14:26 by SIDDIK142563
Initial Code
template: "# if (Photo != null) { #" + "<img class="+"photo" + " src=" + "@Url.Content(@"~/Documents/Userphoto/#=UserId #/#=Photo#")" + " width="+"70px"+" alt="+"image"+" />" + "# } else { #" + "<img class="+"photo" + " src=" + "@Url.Content(@"~/Documents/DefaultImage/profile-default.jpg")" + " width="+"70px"+" alt="+"image"+" />" + "# } #"
Initial URL
Initial Description
Example of implementing Conditional (if else) statement in Kendo UI grid template.
Initial Title
Conditional Statement in Kendo UI template
Initial Tags
Initial Language
jQuery