Inline editing is a quick way to update database information by making changes directly in the row of the grid.
Questions tagged [inline-editing]
267 questions
1
vote
1 answer
jqGrid set cells data while inline edit active
I think it's a stupid question but I can not find a solution.
I created a table with jqGrid and I enabled inline editing
On each line I added a button that enables or disables editing
I wanted to add a second button active only during editing that…

user954211
- 63
- 1
- 2
- 6
1
vote
1 answer
convert p to br on tinyMCE
Please help. I use tinyMCE as inline editor. So I need that when user in edit mode press enter then will be
not
not
. I read manual and FAQ and try tinyMCE.init({ 'height' : '100%', 'widht':'100%', …

ZigZag
- 539
- 1
- 8
- 19
1
vote
0 answers
Format Word File, so the printed file will be Folded and mantain continuiti between pages?
I'm working on a Word file, that will be printed. The idea is, this whole document, when printed, should look like an A3 notebook.
The problem that I have, is that I don't know how should I format the style of the pages so I can maintain continuity…

naturalbornReb
- 11
- 2
1
vote
3 answers
Problem with jQuery edit-in-place with live() function.. need a ninja
This is probably an easy fix, but I am having trouble wrapping my brain around it...
I'm using a jQuery edit-in-place plugin for some divs that will be generated on the fly. It should be simple: Click in the newly created div, and be able to edit…

Joseph Wer
- 351
- 1
- 6
- 15
1
vote
0 answers
Inline editing data table. ASP.NET Core MVC
does anyone know where to find an article or described examples how to make inline editable data table in asp.net core mvc project?
So basically, I just need to do that table with "add", "edit", "delete" buttons, but when you hit them there is no…

RomanM
- 11
- 2
1
vote
2 answers
Inline Editing (mojomotor like) for Code Igniter project?
So I've built my site in Code Igniter and there are a number of pages where I feel it'd be easiest if the client could edit the content inline - much like what MojoMotor offers.
I'm not interested in using mojomotor but I wondered if anyone had done…

orchid
- 11
- 4
1
vote
0 answers
JQuery Datetimepicker with contenteditable
Hi i found a solution for my inline edit Problem in this Posting
$('.datetimepicker').datetimepicker({
onClose: function(dateText, inst) {
inst.text(dateText);
}
});
click here
Problem is…
Ralf Otte
- 11
- 1
1
vote
1 answer
Property Binding in Angular 2
I'm attempting to create inline editing functionality on tabular data in an Angular 2 application. Each row displays an edit icon which toggles the inline editor. When editing, there should be two buttons, one to cancel and another to save the row.…

Hughes
- 985
- 2
- 9
- 29
1
vote
2 answers
Datatable activate single cell editing onclick
I was unable to utilize the jQuery datatable plugin here:
https://editor.datatables.net/examples/inline-editing/simple
I kept getting an error, so I just dropped it and decided to do it myself.
Starting with the datatable:
$.ajax({
url:…

John Beasley
- 2,577
- 9
- 43
- 89
1
vote
0 answers
inlineEdit rows of a grid on Magento 2 not working
I need some columns of my grid to be clickable and editable, im doing what magento tutorials say but its not working.
I've tried almost everything, and rows are not clickable and the editor does not appear.
Thanks for the help.
Here is my…

Juan Alvarez
- 11
- 1
1
vote
2 answers
creating Table card in google assistant
Below is the complete code which i am running to show the table in google assistant.
'use strict';
const {Table} = require('actions-on-google');
process.env.DEBUG = 'dialogflow:debug';
exports.dialogflowFirebaseFulfillment =
…

Alok Soni
- 55
- 1
- 8
1
vote
1 answer
How To: Use MVC and Ajax to add / remove a row in grid for data entry + model binding?
I'm new to Ajax, but I think I know how to reasonably use MVC + model binding.
What I'm trying to do is to create an Add button (or Ajax.ActionLink) to add a new row in my grid for data entry. Example: Think of a typical Order entry system with…

Ray
- 41
- 4
1
vote
1 answer
Where are the RowEnter and RowLeave events of a kendo-grid for Angular 2?
In an ODATA bound Kendo UI Angular 2 table, I have to meet the requirements to save the data the user changes through inline edit per row, not per cell.
I could do so, if there were RowEnter and RowLeave events.
Where are these?
1
vote
0 answers
How can I inline edit xaxis/yaxis title in highcharts
I want to inline edit x-xaxis/y-axis title on click of it.
I read about custom-events plugin of highcharts.
It gave me click event on axis title but how can I inline edit it and then update the axis title of chart on enter button click.
check this…

Purva K
- 23
- 6
1
vote
0 answers
JQuery Datatable - loading data with HTML contents
We have used JQuery datatable for showing contacts.
Currently we have 2500 records(approx) and around 25-30 data columns.
Also, admin can add as much dynamic columns as he need.
We have a section called 'Customize View' where Datatable view can be…

Ninad Nagwekar
- 9
- 5