jQWidgets Forums
jQuery UI Widgets › Forums › Grid › End Row Edit Problem
Tagged: #jqwidgets-grid, grid, javascript grid, jquery grid
This topic contains 3 replies, has 2 voices, and was last updated by Hristo 6 years, 6 months ago.
-
AuthorEnd Row Edit Problem Posts
-
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
Hello processmakeruser,
Could you provide us with more details?
Is there any error message in the console?Best Regards,
Hristo HristovjQWidgets team
http://www.jqwidgets.comHi 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
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 HristovjQWidgets team
http://www.jqwidgets.com -
AuthorPosts
You must be logged in to reply to this topic.