HOW TO DISPLAY DATA FIELD IN KENDO GRID COLUMN CLIENT TEMPLATE | URDINESH

Software Programming, Tutorials, Interview Preparations,Stock Market,BSE/NSE, General informations

Saturday, August 16, 2014

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

Thanks for your valuable comments

Followers