Questions tagged [kendo-template]

Simple-to-use, high-performance JavaScript templating engine within the Kendo UI toolkit

Overview

The Kendo UI Templates provide a simple-to-use, high-performance JavaScript templating engine within the Kendo UI toolkit. Templates offer a way to create HTML chunks that can be automatically merged with JavaScript data. They are a substitute for traditional HTML string building in JavaScript.

Template Syntax

Kendo UI Templates use a simple templating syntax called hash templates. With this syntax, the # (hash) sign is used to mark areas in a template that should be replaced by data when the template is executed. The # character is also used to signify the beginning and end of custom JavaScript code inside the template.

There are three ways to use the hash syntax:

1.Render values as HTML: #= #.

2.Use HTML encoding to display values: #: #.

3.Execute arbitrary JavaScript code: # if (true) { # ... non-script content here ... # } #.

DEMOS

156 questions
9
votes
1 answer

How to pass additional parameter to kendo template with out overriding datasource parameter

I have this dojo: I am trying to pass additional parameter to template via: detailTemplate: kendo.template($("#detail-template").html())({someParam: 'someValue'}) However when I do this, I can't no more use variables coming from data source.…
asdf_enel_hak
  • 7,474
  • 5
  • 42
  • 84
8
votes
5 answers

In a kendo grid, can I set column attributes dynamically with a function?

I've got some code here where I am trying to set a background color of a cell based on the value of the data item: http://dojo.telerik.com/@solidus-flux/eHaMu Kendo UI…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/javascript" class="post-tag grid--cell" title="show questions tagged 'javascript'" rel="tag">javascript</a> <a href="../../questions/tagged/kendo-ui" class="post-tag grid--cell" title="show questions tagged 'kendo-ui'" rel="tag">kendo-ui</a> <a href="../../questions/tagged/kendo-grid" class="post-tag grid--cell" title="show questions tagged 'kendo-grid'" rel="tag">kendo-grid</a> <a href="../../questions/tagged/kendo-template" class="post-tag grid--cell" title="show questions tagged 'kendo-template'" rel="tag">kendo-template</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Feb 28 '15 at 16:34">asked Feb 28 '15 at 16:34</time> <a href="../../users/13700/christopher" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/13700.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Christopher" /> </a> <div class="s-user-card--info"> <a href="../../users/13700/christopher" class="s-user-card--link">Christopher</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">10,409</li> <li class="s-award-bling s-award-bling__gold" title="13 gold badges">13</li> <li class="s-award-bling s-award-bling__silver" title="73 silver badges">73</li> <li class="s-award-bling s-award-bling__bronze" title="97 bronze badges">97</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-38748822"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>6</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/38748822/format-date-in-kendo-template" class="question-hyperlink">Format date in Kendo Template</a></h3> <div class="excerpt">I'm trying to format my DateTime object in my Kendo ListView Template but the suggested kendo.toString method doesn't seem to work for me. I've cut out a lot of code that doesn't relate to my problem to make it a little more simple to understand. I…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/kendo-ui" class="post-tag grid--cell" title="show questions tagged 'kendo-ui'" rel="tag">kendo-ui</a> <a href="../../questions/tagged/telerik" class="post-tag grid--cell" title="show questions tagged 'telerik'" rel="tag">telerik</a> <a href="../../questions/tagged/kendo-grid" class="post-tag grid--cell" title="show questions tagged 'kendo-grid'" rel="tag">kendo-grid</a> <a href="../../questions/tagged/telerik-grid" class="post-tag grid--cell" title="show questions tagged 'telerik-grid'" rel="tag">telerik-grid</a> <a href="../../questions/tagged/kendo-template" class="post-tag grid--cell" title="show questions tagged 'kendo-template'" rel="tag">kendo-template</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Aug 03 '16 at 16:15">asked Aug 03 '16 at 16:15</time> <a href="../../users/4107391/quiver" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/4107391.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Quiver" /> </a> <div class="s-user-card--info"> <a href="../../users/4107391/quiver" class="s-user-card--link">Quiver</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1,351</li> <li class="s-award-bling s-award-bling__gold" title="6 gold badges">6</li> <li class="s-award-bling s-award-bling__silver" title="33 silver badges">33</li> <li class="s-award-bling s-award-bling__bronze" title="56 bronze badges">56</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-23217268"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>5</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>3</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/23217268/kendo-ui-tooltip-in-a-grid" class="question-hyperlink">Kendo UI - Tooltip in a grid</a></h3> <div class="excerpt">I'm trying to create a tooltip for my grid like this: $("#grid").kendoTooltip({ autoHide: true, showOn: "mouseenter", width:125, height:125, position: "right", filter: ".k-grid-content a.hasTooltip", content:…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/javascript" class="post-tag grid--cell" title="show questions tagged 'javascript'" rel="tag">javascript</a> <a href="../../questions/tagged/kendo-ui" class="post-tag grid--cell" title="show questions tagged 'kendo-ui'" rel="tag">kendo-ui</a> <a href="../../questions/tagged/kendo-grid" class="post-tag grid--cell" title="show questions tagged 'kendo-grid'" rel="tag">kendo-grid</a> <a href="../../questions/tagged/kendo-template" class="post-tag grid--cell" title="show questions tagged 'kendo-template'" rel="tag">kendo-template</a> <a href="../../questions/tagged/kendo-tooltip" class="post-tag grid--cell" title="show questions tagged 'kendo-tooltip'" rel="tag">kendo-tooltip</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Apr 22 '14 at 10:45">asked Apr 22 '14 at 10:45</time> <a href="../../users/924865/nouptime" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/924865.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="nouptime" /> </a> <div class="s-user-card--info"> <a href="../../users/924865/nouptime" class="s-user-card--link">nouptime</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">9,929</li> <li class="s-award-bling s-award-bling__gold" title="5 gold badges">5</li> <li class="s-award-bling s-award-bling__silver" title="22 silver badges">22</li> <li class="s-award-bling s-award-bling__bronze" title="37 bronze badges">37</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-45879186"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>4</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>3</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/45879186/kendo-grid-how-to-get-access-to-parent-row-model-on-add-edit-child-row-detail-" class="question-hyperlink">Kendo grid - How to get access to Parent row model on add / edit child row (detail grid)</a></h3> <div class="excerpt">I am using Kendo hierarchical grid for displaying Categories in my Parent (primary) grid and Products as child rows (detail grid). Here is my DEMO. I am using a custom template for Add / Edit of my Products. In the pop up form I want to display the…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/javascript" class="post-tag grid--cell" title="show questions tagged 'javascript'" rel="tag">javascript</a> <a href="../../questions/tagged/jquery" class="post-tag grid--cell" title="show questions tagged 'jquery'" rel="tag">jquery</a> <a href="../../questions/tagged/kendo-ui" class="post-tag grid--cell" title="show questions tagged 'kendo-ui'" rel="tag">kendo-ui</a> <a href="../../questions/tagged/kendo-grid" class="post-tag grid--cell" title="show questions tagged 'kendo-grid'" rel="tag">kendo-grid</a> <a href="../../questions/tagged/kendo-template" class="post-tag grid--cell" title="show questions tagged 'kendo-template'" rel="tag">kendo-template</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Aug 25 '17 at 10:14">asked Aug 25 '17 at 10:14</time> <a href="../../users/2833516/rahul-gupta" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/2833516.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Rahul Gupta" /> </a> <div class="s-user-card--info"> <a href="../../users/2833516/rahul-gupta" class="s-user-card--link">Rahul Gupta</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">9,775</li> <li class="s-award-bling s-award-bling__gold" title="7 gold badges">7</li> <li class="s-award-bling s-award-bling__silver" title="56 silver badges">56</li> <li class="s-award-bling s-award-bling__bronze" title="69 bronze badges">69</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-30219556"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>4</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/30219556/can-kendo-timezoneeditor-be-disabled" class="question-hyperlink">Can Kendo TimezoneEditor be disabled?</a></h3> <div class="excerpt">Some controls (widgets?) in Kendo UI can be disabled using data-bind="disabled:boundfield", some need to set this option manually (yes, it's about multiselect). But I can't find a good way to do this with TimezoneEditor — it not reacts on both. In…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/javascript" class="post-tag grid--cell" title="show questions tagged 'javascript'" rel="tag">javascript</a> <a href="../../questions/tagged/kendo-ui" class="post-tag grid--cell" title="show questions tagged 'kendo-ui'" rel="tag">kendo-ui</a> <a href="../../questions/tagged/kendo-scheduler" class="post-tag grid--cell" title="show questions tagged 'kendo-scheduler'" rel="tag">kendo-scheduler</a> <a href="../../questions/tagged/kendo-template" class="post-tag grid--cell" title="show questions tagged 'kendo-template'" rel="tag">kendo-template</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked May 13 '15 at 15:42">asked May 13 '15 at 15:42</time> <a href="../../users/570940/arman-hayots" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/570940.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Arman Hayots" /> </a> <div class="s-user-card--info"> <a href="../../users/570940/arman-hayots" class="s-user-card--link">Arman Hayots</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">2,459</li> <li class="s-award-bling s-award-bling__gold" title="6 gold badges">6</li> <li class="s-award-bling s-award-bling__silver" title="29 silver badges">29</li> <li class="s-award-bling s-award-bling__bronze" title="53 bronze badges">53</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-46598226"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>3</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/46598226/kendo-ui-grid-popup-editor-form-template-how-to-hide-some-fields-on-edit-and-n" class="question-hyperlink">Kendo ui grid popup editor form template - how to hide some fields on edit and not on add</a></h3> <div class="excerpt">I am using Kendo UI grid and using a custom template for popup add / edit form. Here is my DEMO. Only while editing the record, in the popup form I want to hide FirstName and LastName input fields and not on Add. Does anyone know how can this be…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/javascript" class="post-tag grid--cell" title="show questions tagged 'javascript'" rel="tag">javascript</a> <a href="../../questions/tagged/jquery" class="post-tag grid--cell" title="show questions tagged 'jquery'" rel="tag">jquery</a> <a href="../../questions/tagged/kendo-ui" class="post-tag grid--cell" title="show questions tagged 'kendo-ui'" rel="tag">kendo-ui</a> <a href="../../questions/tagged/kendo-grid" class="post-tag grid--cell" title="show questions tagged 'kendo-grid'" rel="tag">kendo-grid</a> <a href="../../questions/tagged/kendo-template" class="post-tag grid--cell" title="show questions tagged 'kendo-template'" rel="tag">kendo-template</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Oct 06 '17 at 04:21">asked Oct 06 '17 at 04:21</time> <a href="../../users/2833516/rahul-gupta" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/2833516.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Rahul Gupta" /> </a> <div class="s-user-card--info"> <a href="../../users/2833516/rahul-gupta" class="s-user-card--link">Rahul Gupta</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">9,775</li> <li class="s-award-bling s-award-bling__gold" title="7 gold badges">7</li> <li class="s-award-bling s-award-bling__silver" title="56 silver badges">56</li> <li class="s-award-bling s-award-bling__bronze" title="69 bronze badges">69</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-45551307"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>3</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>0</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/45551307/how-to-properly-render-the-kendo-chart-custom-labels" class="question-hyperlink">How to properly render the kendo chart custom labels</a></h3> <div class="excerpt">I neede to customize labels (like a bubbletalk) of a kendo line chart. I build a template (like in this kendo test: http://dojo.telerik.com/@PMcDonou/URiZA. I took this demo from an admin solution in a kendo forum thread) and it work when load…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/javascript" class="post-tag grid--cell" title="show questions tagged 'javascript'" rel="tag">javascript</a> <a href="../../questions/tagged/kendo-ui" class="post-tag grid--cell" title="show questions tagged 'kendo-ui'" rel="tag">kendo-ui</a> <a href="../../questions/tagged/kendo-chart" class="post-tag grid--cell" title="show questions tagged 'kendo-chart'" rel="tag">kendo-chart</a> <a href="../../questions/tagged/kendo-template" class="post-tag grid--cell" title="show questions tagged 'kendo-template'" rel="tag">kendo-template</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Aug 07 '17 at 16:08">asked Aug 07 '17 at 16:08</time> <a href="../../users/5789458/alberto-favaro" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/5789458.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Alberto Favaro" /> </a> <div class="s-user-card--info"> <a href="../../users/5789458/alberto-favaro" class="s-user-card--link">Alberto Favaro</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1,824</li> <li class="s-award-bling s-award-bling__gold" title="3 gold badges">3</li> <li class="s-award-bling s-award-bling__silver" title="21 silver badges">21</li> <li class="s-award-bling s-award-bling__bronze" title="46 bronze badges">46</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-45435770"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>3</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>0</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/45435770/getting-extra-information-on-kendo-ui-treeview-node-select-event" class="question-hyperlink">Getting extra information on Kendo UI Treeview node select event</a></h3> <div class="excerpt">What I want To populate a div based on the Kendo Treeview node click, based on some extra information which is based from the server-side. What I am doing Using PHP to send arrays as data to kendo treeview control, here is the code: <?php …</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/php" class="post-tag grid--cell" title="show questions tagged 'php'" rel="tag">php</a> <a href="../../questions/tagged/kendo-treeview" class="post-tag grid--cell" title="show questions tagged 'kendo-treeview'" rel="tag">kendo-treeview</a> <a href="../../questions/tagged/kendo-template" class="post-tag grid--cell" title="show questions tagged 'kendo-template'" rel="tag">kendo-template</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Aug 01 '17 at 10:48">asked Aug 01 '17 at 10:48</time> <a href="../../users/4965067/babar-shahzad" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/4965067.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Babar Shahzad" /> </a> <div class="s-user-card--info"> <a href="../../users/4965067/babar-shahzad" class="s-user-card--link">Babar Shahzad</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">31</li> <li class="s-award-bling s-award-bling__bronze" title="4 bronze badges">4</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-32449676"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>3</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/32449676/kendo-grid-with-kendo-tooltip-from-an-inline-template-does-not-work" class="question-hyperlink">kendo grid with kendo tooltip from an inline template does not work</a></h3> <div class="excerpt">I have a kendo Grid with tooltip displaying the details in a kendo tooltip. The following template when used as an external template works. However, i am unsure if the template can be passed as an inline template. Here is my code, External Template …</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/angularjs" class="post-tag grid--cell" title="show questions tagged 'angularjs'" rel="tag">angularjs</a> <a href="../../questions/tagged/kendo-ui" class="post-tag grid--cell" title="show questions tagged 'kendo-ui'" rel="tag">kendo-ui</a> <a href="../../questions/tagged/kendo-grid" class="post-tag grid--cell" title="show questions tagged 'kendo-grid'" rel="tag">kendo-grid</a> <a href="../../questions/tagged/kendo-template" class="post-tag grid--cell" title="show questions tagged 'kendo-template'" rel="tag">kendo-template</a> <a href="../../questions/tagged/kendo-tooltip" class="post-tag grid--cell" title="show questions tagged 'kendo-tooltip'" rel="tag">kendo-tooltip</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Sep 08 '15 at 05:12">asked Sep 08 '15 at 05:12</time> <a href="../../users/1433208/looneytunes" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1433208.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="looneytunes" /> </a> <div class="s-user-card--info"> <a href="../../users/1433208/looneytunes" class="s-user-card--link">looneytunes</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">741</li> <li class="s-award-bling s-award-bling__gold" title="4 gold badges">4</li> <li class="s-award-bling s-award-bling__silver" title="16 silver badges">16</li> <li class="s-award-bling s-award-bling__bronze" title="35 bronze badges">35</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-25062785"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>3</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>3</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/25062785/kendo-grid-toolbar-template-issue" class="question-hyperlink">Kendo Grid: Toolbar template issue</a></h3> <div class="excerpt">I have a grid that lists Road information and want a Toolbar Template that will allow me to filter the roads by choosing a Concession from a DropDownList. Something like this My code: CSHTML <div id="datagrid"> …</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/kendo-ui" class="post-tag grid--cell" title="show questions tagged 'kendo-ui'" rel="tag">kendo-ui</a> <a href="../../questions/tagged/kendo-grid" class="post-tag grid--cell" title="show questions tagged 'kendo-grid'" rel="tag">kendo-grid</a> <a href="../../questions/tagged/kendo-asp.net-mvc" class="post-tag grid--cell" title="show questions tagged 'kendo-asp.net-mvc'" rel="tag">kendo-asp.net-mvc</a> <a href="../../questions/tagged/kendo-template" class="post-tag grid--cell" title="show questions tagged 'kendo-template'" rel="tag">kendo-template</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jul 31 '14 at 15:19">asked Jul 31 '14 at 15:19</time> <a href="../../users/2398715/chiapa" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/2398715.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="chiapa" /> </a> <div class="s-user-card--info"> <a href="../../users/2398715/chiapa" class="s-user-card--link">chiapa</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">4,362</li> <li class="s-award-bling s-award-bling__gold" title="11 gold badges">11</li> <li class="s-award-bling s-award-bling__silver" title="66 silver badges">66</li> <li class="s-award-bling s-award-bling__bronze" title="106 bronze badges">106</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-21340635"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>3</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/21340635/syntax-highlighting-for-kendo-ui-templates" class="question-hyperlink">Syntax highlighting for Kendo UI templates</a></h3> <div class="excerpt">Does there exist a program capable of syntax highlighting Kendo UI templates. They are very difficult to read in visual studio. Even if there is not plugin, is there an editor? Does their syntax perhaps match another template format? Examples of the…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/kendo-ui" class="post-tag grid--cell" title="show questions tagged 'kendo-ui'" rel="tag">kendo-ui</a> <a href="../../questions/tagged/kendo-template" class="post-tag grid--cell" title="show questions tagged 'kendo-template'" rel="tag">kendo-template</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jan 24 '14 at 19:15">asked Jan 24 '14 at 19:15</time> <a href="../../users/127257/matt" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/127257.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Matt" /> </a> <div class="s-user-card--info"> <a href="../../users/127257/matt" class="s-user-card--link">Matt</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">25,943</li> <li class="s-award-bling s-award-bling__gold" title="66 gold badges">66</li> <li class="s-award-bling s-award-bling__silver" title="198 silver badges">198</li> <li class="s-award-bling s-award-bling__bronze" title="303 bronze badges">303</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-19123188"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>3</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>3</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/19123188/do-not-show-decimals-in-kendo-ui-numerictextbox-when-declaratively-binding-in-" class="question-hyperlink">Do not show decimals in Kendo UI numericTextbox when declaratively binding in template</a></h3> <div class="excerpt">For some reason my numericTextbox is still showing a decimal and numbers after the decimal while in a kendo template. I followed the other answers by having the attributes of decimals="0" and format="#" but to no avail. code: <table> …</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/kendo-ui" class="post-tag grid--cell" title="show questions tagged 'kendo-ui'" rel="tag">kendo-ui</a> <a href="../../questions/tagged/kendo-template" class="post-tag grid--cell" title="show questions tagged 'kendo-template'" rel="tag">kendo-template</a> <a href="../../questions/tagged/kendonumerictextbox" class="post-tag grid--cell" title="show questions tagged 'kendonumerictextbox'" rel="tag">kendonumerictextbox</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Oct 01 '13 at 18:20">asked Oct 01 '13 at 18:20</time> <a href="../../users/2170996/thedudeabides" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/2170996.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="TheDudeAbides" /> </a> <div class="s-user-card--info"> <a href="../../users/2170996/thedudeabides" class="s-user-card--link">TheDudeAbides</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">124</li> <li class="s-award-bling s-award-bling__gold" title="2 gold badges">2</li> <li class="s-award-bling s-award-bling__silver" title="2 silver badges">2</li> <li class="s-award-bling s-award-bling__bronze" title="9 bronze badges">9</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-48250013"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>2</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/48250013/kendo-ui-grid-column-template-function-field-name" class="question-hyperlink">kendo-ui grid column template function field-name</a></h3> <div class="excerpt">I would like find out, what is the field name in a template function like: { field: "country", template: function(e){ var tmp = ""; var guid = kendo.guid(); $.each( e.country, function( key, value…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/kendo-ui" class="post-tag grid--cell" title="show questions tagged 'kendo-ui'" rel="tag">kendo-ui</a> <a href="../../questions/tagged/telerik" class="post-tag grid--cell" title="show questions tagged 'telerik'" rel="tag">telerik</a> <a href="../../questions/tagged/kendo-grid" class="post-tag grid--cell" title="show questions tagged 'kendo-grid'" rel="tag">kendo-grid</a> <a href="../../questions/tagged/kendo-template" class="post-tag grid--cell" title="show questions tagged 'kendo-template'" rel="tag">kendo-template</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jan 14 '18 at 13:22">asked Jan 14 '18 at 13:22</time> <a href="../../users/1997007/severin" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1997007.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Severin" /> </a> <div class="s-user-card--info"> <a href="../../users/1997007/severin" class="s-user-card--link">Severin</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">183</li> <li class="s-award-bling s-award-bling__silver" title="2 silver badges">2</li> <li class="s-award-bling s-award-bling__bronze" title="15 bronze badges">15</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-47073349"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>2</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/47073349/how-to-use-kendo-ui-grid-with-both-popup-and-inline-modes" class="question-hyperlink">How to use Kendo UI Grid with both popup and inline modes?</a></h3> <div class="excerpt">I am using Kendo Grid with custom popup template. I want to use the popup and inline modes together. When adding new records, the grid should use popup mode and open my custom template; when editing, it should use inline mode. I have referred to…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/javascript" class="post-tag grid--cell" title="show questions tagged 'javascript'" rel="tag">javascript</a> <a href="../../questions/tagged/kendo-ui" class="post-tag grid--cell" title="show questions tagged 'kendo-ui'" rel="tag">kendo-ui</a> <a href="../../questions/tagged/kendo-grid" class="post-tag grid--cell" title="show questions tagged 'kendo-grid'" rel="tag">kendo-grid</a> <a href="../../questions/tagged/kendo-template" class="post-tag grid--cell" title="show questions tagged 'kendo-template'" rel="tag">kendo-template</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Nov 02 '17 at 10:44">asked Nov 02 '17 at 10:44</time> <a href="../../users/8726278/vasoya-ankit" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/8726278.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Vasoya Ankit" /> </a> <div class="s-user-card--info"> <a href="../../users/8726278/vasoya-ankit" class="s-user-card--link">Vasoya Ankit</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">23</li> <li class="s-award-bling s-award-bling__bronze" title="4 bronze badges">4</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="s-pagination pager fr"> <div class="s-pagination--item is-selected">1</div> <a class="s-pagination--item" href="../../questions/tagged/kendo-template_page=2" rel="" title="Go to page 2">2</a> <a class="s-pagination--item" href="../../questions/tagged/kendo-template_page=3" rel="" title="Go to page 3">3</a> <div class="s-pagination--item s-pagination--item__clear">…</div> <a class="s-pagination--item" href="../../questions/tagged/kendo-template_page=10" rel="" title="Go to page 10">10</a> <a class="s-pagination--item" href="../../questions/tagged/kendo-template_page=11" rel="" title="Go to page 11">11</a> <a class="s-pagination--item" href="../../questions/tagged/kendo-template_page=2" rel="next" title="Go to page 2"> Next</a> </div> </div> </div> </div> </div> <script src="../../static/js/stack-icons.js"></script> <script src="../../static/js/fromnow.js"></script> </body> </html>