Hi,
Just wanting to ask where we could find documentation related to KendoTemplates that are rendered via server side code.
For example, I have the following mark-up:
<
k:KendoTemplate
runat
=
"server"
TemplateId
=
"percentageBox"
>
<
Template
>
<
k:TextBox
runat
=
"server"
ID
=
"txtPercentage"
PropertyName
=
"Percentage"
Width
=
"100%"
>
<
Bindings
>
<
Disabled
Path
=
"isFormModeRead"
/>
<
CssClass
>
<
k:CssClass
Name
=
"isDisabled"
Path
=
"isFormModeRead"
/>
</
CssClass
>
</
Bindings
>
</
k:TextBox
>
</
Template
>
</
k:KendoTemplate
>
I can't seem to find relevant documentation for the server side components, and how to specify values for the markup.
I see a lot of KendoUI docs, but it is mostly focused on JS/HTML client side rendering.
Thanks.