Skip to main content

kendo ui grid template check null value and set empty value

if you want to check null value in kendo UI grid template you can use this.

  <dt>Student Id:</dt> #= StudentId != null ? StudentId : '' #  

Comments