Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9230527
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T05:50:50+00:00 2026-06-18T05:50:50+00:00

Using the DetailTemplate grid example for KendoUI as my basepoint http://demos.kendoui.com/web/grid/detailtemplate.html I am trying

  • 0

Using the DetailTemplate grid example for KendoUI as my basepoint
http://demos.kendoui.com/web/grid/detailtemplate.html

I am trying to add a HREF link to the Orders tab that would open up another page.

I have tried using the #= OrderId # notation, but this seems to only access the first AJAX call result set – that is the data returned pulling back the users information.

I want to be able to access the information pulled back for the orders – see code snippet below
I have tried using the ClientTemplate method but to no avail, as it can’t access (or it doesn’t exist) the #= OrderId # literal.

I am using AJAX to pull the info for both sets of data, so don’t seem able to use the Template method.

Any advice on accessing this level of JSON data returned as a secondary call would be greatly appreciated.

<script id="employeesTemplate" type="text/kendo-tmpl">
    @(Html.Kendo().TabStrip()
            .Name("TabStrip_#=EmployeeID#")
            .SelectedIndex(0)
            .Items(items =>
            {
                items.Add().Text("Orders").Content(@<text>
                    @(Html.Kendo().Grid<Kendo.Mvc.Examples.Models.OrderViewModel>()
                        .Name("Orders_#=EmployeeID#")
                        .Columns(columns =>
                        {
                            columns.Bound(o => o.OrderID).Width(101);
                            columns.Bound(o => o.ShipCountry).Width(140);
                            columns.Bound(o => o.ShipAddress).Width(200);
                            columns.Bound(o => o.ShipName).Width(200);

Thanks in advance
Andrew
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T05:50:52+00:00Added an answer on June 18, 2026 at 5:50 am
    .ClientTemplate("\\#:OrderId  \\#");
    

    Notice double back slashes.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

using this http://bl.ocks.org/950642 we can see how to add images to nodes, the question
Using this is very helpful when trying to generate html code in c#. var
Using rubular.com as a guide, I am trying to get this expression to work
Using the http://www.ifans.com/forums/showthread.php?t=132024 post from another question i am allowing the user to enter
(using jquery or just js) Is it possible to add script to an iframe
Using the example provided in jQueryUI tutorial: jQuery UI Draggable + Sortable When I
Using Trigger.io's barcode api in an application that only contains boilerplate HTML and the
Using the example here as a starting point, I set out to customize my
I have a Kendo Grid and I'm using row and alternate row templates. I
Using this as an example, how could I scale the graphic such that it's

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.