Sunday, November 8, 2015

HOW TO DISPLAY DATA FIELD IN KENDO GRID COLUMN CLIENT TEMPLATE

Hi All,

Many of us struck with displaying Data Field in Kendo
Grid. Here is the solution,
We can use #=  # to display data field in client
template.


 Use the following way to do this,

.ClientTemplate("#= columnDataFiled# ");

Example:

.ClientTemplate("#= EmployeeID#");

Note:



Here I am giving Data field with preceding its object
name. 

No comments:

Post a Comment