Questions tagged [client-templates]
33 questions
0
votes
1 answer
Binding to text box value property fails in Microsoft AJAX Client Templates beta release
The following code should bind the "value" property of the text box to the string "Test".
Instead the binding expression "{{test}}" is left unparsed as the text box content.
The binding expression within the sibling element is parsed correctly…

s0ma7
- 26
- 5
0
votes
1 answer
iterate through an array less then specific number of times
I am using Handlebars.js as js templates. And I need to iterate through the array but not until the array will finish, but less than specific number of times.
So suppose I have a following JSON:
{
"obj":
[
{"user": "Fred",…

Salvador Dali
- 214,103
- 147
- 703
- 753
-1
votes
1 answer
Kendo UI grid ClientTemplate
I'm binding client templates to columns in my kendo ui grid as you see below:
@(Html.Kendo().Grid(Model)
.Name("marketWatchGrid")
.Columns(columns =>
{
columns.Bound(p => p.direction).ClientTemplate(
…

xkcd
- 2,538
- 11
- 59
- 96