jQWidgets Forums

jQuery UI Widgets Forums Grid End Row Edit Problem

This topic contains 3 replies, has 2 voices, and was last updated by  Hristo 6 years, 6 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • End Row Edit Problem #103226

    processmakeruser
    Participant

    Hello!

    I have a problem about grid.

    I added a video and in this video in link when I fill the grid, the column 1 and column 2 are changing as a date which I added it in date column. In addition column 3, column 4 and columnd 5 are being null.

    My goal in this grid is when I click the button that is “ürün ekle”, I want to end edit of the row with “endrowedit” code.

    How can I solve my problem? Can you help me?

    it is my button click code:

      {
                    text: 'Ürün Ekle',
                    datafield: 'Ekle',
                    columntype: 'button',
                    width: 100,
                    exportable: false,
                    cellsalign: 'center',
                    cellsrenderer: function () {
                        return "Ürün Ekle";
                    },
                    buttonclick: function (row) {
    
                     
                      $("#DogrudanHizmetUrun").jqxGrid('endrowedit', row, false);
              
                        $("#DogrudanHizmetUrun").jqxGrid('showrowdetails', row);
                        $('#URUN_GRID' + row).jqxGrid('addrow', null, {}, 'last');
                    }
                },

    https://drive.google.com/drive/folders/1jF-1A6ekA554qMw9URCvILFYprW61O4j

    End Row Edit Problem #103255

    Hristo
    Participant

    Hello processmakeruser,

    Could you provide us with more details?
    Is there any error message in the console?

    Best Regards,
    Hristo Hristov

    jQWidgets team
    http://www.jqwidgets.com

    End Row Edit Problem #103258

    processmakeruser
    Participant

    Hi Hristo!

    I write everything in a detail way. I don’t know what will I add in addition.

    You can see when I click of button “ürün ekle” –> when I fill the grid, the column 1 and column 2 are changing as a date which I added it in date column. In addition column 3, column 4 and columnd 5 are being null.

    There isn’t any error message in console.

    I don’t know what will I do

    End Row Edit Problem #103267

    Hristo
    Participant

    Hello processmakeruser,

    I saw your case and understand the issue.
    Thank you for this example but it is difficult to find what cause the issue without the source code.
    How are implemented the other columns and so one?
    I try to recreate your scenario but it seems to work fine.
    Please, take a look at this example.
    It will be better if you could provide us with one simplified example (in jseditor or jsfiddle) of your case with a few dummy records.

    Best Regards,
    Hristo Hristov

    jQWidgets team
    http://www.jqwidgets.com

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.