Asshiah

Forum Replies Created

Viewing 4 replies - 46 through 49 (of 49 total)
  • Author
    Replies
  • in reply to: Cell Editing in asp.net webforms with a webservice #94063
    Asshiah
    Participant

    OK, even the cell editing works now.

    Here is the webservice code I use for all the different editing method:

    using System;
    using System.Collections.Generic;
    using System.Collections.Specialized;
    using System.ComponentModel;
    using System.Web;
    using System.Web.Services;
    using System.Web.Script.Services;
    using System.Web.Script.Serialization;
    using MySql.Data.MySqlClient;

    namespace Test
    {

    in reply to: Cell Editing in asp.net webforms with a webservice #94062
    Asshiah
    Participant

    Ok,

    I have modified the code for the webservice in charge of saving the edited data and now i can add rows, edit rows and delete rows when using the pager and editurl property as posted in my previous post.

    At least, everything works with the form editing predefined with the pager.

    Now, I'll try again to use cell editing.

    Here is my current code for the saving data webservice:

    using System;
    using System.Collections.Generic;
    using System.Collections.Specialized;
    using System.ComponentModel;
    using System.Web;
    using System.Web.Services;
    using System.Web.Script.Services;
    using System.Web.Script.Serialization;
    using MySql.Data.MySqlClient;

    namespace Test
    {

    in reply to: Cell Editing in asp.net webforms with a webservice #94058
    Asshiah
    Participant

    Whatever i try, i can't seem to get it working with the editing.

    Does somebody know whether it is possible or not to use a editurl or a cellurl when we load the data in the grid with a datatype as function?

    in reply to: Cell Editing in asp.net webforms with a webservice #94054
    Asshiah
    Participant

    In fact even if I try to use a pager and row editing, it doesn't seem to work:

    jQuery(“#grid_users”).jqGrid({

Viewing 4 replies - 46 through 49 (of 49 total)

Stay connected with us in your favorite flavor!