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

  • Home
  • SEARCH
  • 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 8478429
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T18:44:37+00:00 2026-06-10T18:44:37+00:00

I am thinking of using Kendo UI’s Grid. However, I am a bit unsure

  • 0

I am thinking of using Kendo UI’s Grid.

However, I am a bit unsure about it’s flexibility and customization.
What I really need is in-line editing, but at the same time I want complete control over this.
For example, we have developed a custom autocomplete (using jquery and javascript). And would like to use this custom-autocomplete in Kendo UI’s Grid.
I do not know whether anyone has already used this approach as I cannot find this level of customization in Kendo UI.

Thank you.

Joseph.

  • 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-10T18:44:39+00:00Added an answer on June 10, 2026 at 6:44 pm

    It is possible to specify custom editors for each individual field when implementing a kendo grid with inline editing. It can for example be done in using this kind of configuration:

                    columns: [
                        { field:"ProductName",title:"Product Name" },
                        { field: "Category", width: "150px", editor: categoryDropDownEditor },
                        { field: "UnitPrice", title:"Unit Price", format: "{0:c}", width: "150px" },
                        { command: "destroy", title: " ", width: "110px" }],
                    editable: true
    

    where the code for categoryDropDownEditor looks like this:

    function categoryDropDownEditor(container, options) {
                        $('<input data-text-field="CategoryName" data-value-field="CategoryName" data-bind="value:' + options.field + '"/>')
                            .appendTo(container)
                            .kendoDropDownList({
                                autoBind: false,
                                dataSource: {
                                    type: "odata",
                                    transport: {
                                        read: "http://demos.kendoui.com/service/Northwind.svc/Categories"
                                    }
                                }
                            });
                    }
    

    What happens here is that the categoryDropDownEditor function creates the acutal markup for the editor, for that specific field. In your case, the only thing left to do would be to implement a AutoComplete widget instead of a dropdownlist. This example is grabbed from kendo UI’s demo page

    I hope answers your question!

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

Sidebar

Related Questions

I'm thinking about using log4net in a MOSS(SharePoint) 2007 project, but I need to
I'm thinking about using Redis as a store for some highly transient data (we're
I'm thinking about using the java application object to implement a simple cache, to
I am thinking about using Gears in a project, but I have doubts about
I'm thinking about using a ViewFlipper for an Wizard like Activity. But I see
Using magic strings in C# really unsettles me, so I'm thinking of using the
I was thinking about using an existing remotely connected svn repositories infrastructure as a
I've been thinking about using shared pointers, and I know how to implement one
My company are thinking about using Mono for an upcoming product, so we were
I am thinking about using Microsoft Unity for my Dependency Injection tool in our

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.