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 8195593
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T05:11:21+00:00 2026-06-07T05:11:21+00:00

I am trying to use the new Kendo UI grid from asp.net mvc 3.

  • 0

I am trying to use the new Kendo UI grid from asp.net mvc 3.

I am having a table the table is generated automatically from a controller in asp.net mvc 3.

And display it with Kendo.ui grid.

However, I am having the html code inside of the cells instead of the html controls

Example:

it display in the cell: <input checked="checked" class="check-box" disabled="disabled" type="checkb.. instead of an input, the code in the View is @html.input

or <a href="/Admin/Edit">Edit</a> | <a href="/Admin/Details">Details</a> | <a href="/Adm instead of a link ( code in the View is @Html.actionLink)

How can I make it encode html code ?

This is my script:

$(document).ready(function() {
    $("#calendrierMatch").kendoGrid({

    });
});

Thanks

  • 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-07T05:11:22+00:00Added an answer on June 7, 2026 at 5:11 am

    The KendoUI Grid automatically encodes the content of the grid, that’s why you get the text <input type= ... instead of the actual input controll.

    You can disable the encoding for a given column with using the encoded options (see documentation):

    encoded: Boolean(default: true) Specified whether the column content
    is escaped. Disable encoding if the data contains HTML markup.

    So you need something like:

     $(document).ready(function(){
          $("#grid").kendoGrid({
          //...
            columns: [
               {
                   field: "Column containing HTML",
                   encoded: false
               }
            ]          
          });
     });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to use a Kendo UI Editor control in my ASP.NET MVC
I'm trying to use the new ASP.NET Web API to do the following: A
I am trying to use new .net 4.0 Routing for Web Forms with mixed
I'm trying to use the new twitter classes in ios5, but am having problems
I'm trying to use the new SemaphoreSlim class in .NET 4.0 to rate-limit a
I'm trying to use the new autocomplete function in jQuery UI, but I'm having
I'm trying to use the new bundling feature in MVC 4 with Twitter bootstrap
I'm trying to use (new with) Fluent NHibernate (trying to switch from XML mapping
I'm trying to use the new System.Net.Http bits to build a simple HTTP client
I'm trying to use the new GWT CellTable widget but my table needs to

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.