This is a migrated thread and some comments may be shown as answers.

Documentation for KendoTemplate

1 Answer 52 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Angelo
Top achievements
Rank 1
Angelo asked on 30 Jun 2017, 02:47 PM

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.

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 04 Jul 2017, 06:27 AM
Hello Angelo,

Currently, the demonstrated syntax is not supported from the Kendo UI templates.

The Kendo UI templates are used on the client:

http://docs.telerik.com/kendo-ui/framework/templates/overview

Only some of the Grid templates can be run on the server if the Grid is server bound as well:

http://docs.telerik.com/aspnet-mvc/helpers/grid/templating/server-detail-template

Could you please advise if this syntax is for the Kendo UI templates or for another Progress UI components?

Regards,
Stefan
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data (charts) and form elements.
Tags
General Discussions
Asked by
Angelo
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or