Hi All,
Many of us struck with displaying Data Field in Kendo
Grid. Here is the solution,
Grid. Here is the solution,
We can use #= # to display data field in client
template.
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.
name.
No comments:
Post a Comment
Thanks for your valuable comments