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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T19:54:36+00:00 2026-06-14T19:54:36+00:00

Ive a kendoUI grid doing CRUD from a web service. For some reason, read

  • 0

Ive a kendoUI grid doing CRUD from a web service. For some reason, read command works perfectly and populates my grid.

But when I try to create a new record, despite that it shows the new record in the grid and i can edit its fields, button save does not trigger the web service.

Checking out http logs, I see no hit on the service. Only on “read”.

This is the grid’s code:

$(function() {
            $("#grid").kendoGrid({
                dataSource: {
                    transport: {
                        read: "libyMsg.php?way=getUsrMsgList"
                    },
                    create: {
                        url: "libyMsg.php?way=createMsg",
                        type: "PUT"
                    },
                    update: {
                        url: "libyMsg.php?way=updateeMsg",
                        type: "PUT"
                    },destroy: {
                        url: "libyMsg.php?way=destroyMsg",
                        type: "PUT"
                    },
                    batch: true,
                    pageSize: 10,
                    schema: {
                        data: "data",
                        model: {
                            id: "msg_id",
                            fields: {
                                msg_id: { editable: false, nullable: true },
                                msg_title: { validation: { required: true } },
                                msg_content: {  validation: { required: true } },
                                msg_type: { type: "number", validation: { min: 0, required: true }},
                                msg_date: { type: "date", validation: { required: true } },
                                msg_status: { type: "number", validation: { min: 0, required: true } }
                            }
                        }
                    },
                },
                columns: [{ field: "msg_id", width: 40,title: "ID" },
                    { field: "msg_title",width: 300, title: "Title" },
                    { field: "msg_content", width: 300,title: "Content" },
                    { field: "msg_type", width: 40,title: "Type" },
                    { field: "msg_date", width: 300,title: "Date" }, 
                    { field: "msg_status", width: 40,title: "Status" }],
                scrollable: true,
                sortable: true,
                editable:true,
                pageable: {
                    refresh: true,
                    pageSizes: true
                },
                toolbar: ["create", "save", "cancel"],
            });
        });

This is driving me crazy. Anyone?

Ty/M

  • 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-14T19:54:37+00:00Added an answer on June 14, 2026 at 7:54 pm

    Your transport is wrong. Try this instead:

    transport:{
        read      :"libyMsg.php?way=getUsrMsgList",
        create    :{
            url :"libyMsg.php?way=createMsg",
            type:"PUT"
        },
        update    :{
            url :"libyMsg.php?way=updateeMsg",
            type:"PUT"
        },
        destroy:{
            url :"libyMsg.php?way=destroyMsg",
            type:"PUT"
        }
    },
    

    create, update and destroy should be part of transport.

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

Sidebar

Related Questions

ive got a slight problem with Eclipse. For some reason i cant find my
Ive been reading from several sources, and now Im more confused then ever. So
Ive no problems using Javascript to read the rows of a telerik radgrid component
Ive got Dymo labelwriter 400. It works like a charm with a glabels on
Ive read a number of other questions on these pages about the class cast
Ive built a plugin architecture in C#.NET that dynamically loads DLLs from a predefined
Ive gone through some of the previous posts on Stack Overflow before posting this.
Ive been working on some jquery within a a page. Now all of a
Ive got a question regarding the validation of uniqueness. From : http://guides.rubyonrails.org/active_record_validations_callbacks.html#uniqueness It does
Ive read the other questions about this and I know that this is related

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.