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
0
votes
1 answer
jqGrid 4.3.2 Failures
Trying this version of jqGrid out and experiencing problems.
ESC key is not programmed properly for Chrome and 'editRow' events. Major pain.
ENTER key does not save on editRow select elements with Firefox
setting a column to have editrules:…

David Lazar
- 10,865
- 3
- 25
- 38
-1
votes
2 answers
Jeditable displays entire HTML document as replacement for the editable field after trigger/submit
I am using jeditable and had it working very weird.
after editing the editable field and submits it instead of printing the new content it displays the entire document window in the textbox(placeholder of editable content).
question: from the…

Ikoy
- 82
- 1
- 7
-1
votes
2 answers
Reflect updated value changes during inline-edit functionality Angular 4 --
my problem --
I have a field for customer address and I am displaying the value for it by retrieving it from db and binding it. Now, I have tried to implement inline-edit functionality. When a user clicks on the address value, it turns into a…

Prabir Choudhury
- 143
- 1
- 18
-1
votes
1 answer
How can I set the column filter of an ODATA bound kendo-grid?
I've got an ODATA source, one column being a bit field 0/1 coming from SQL, which serves as a Boolean type. Setting the filter type for that column to "boolean", the filter query won't work, because it looks for values true/false, instead of 0/1. I…
-1
votes
2 answers
Is possible change css inline
is possible change CSS inline
-1
votes
1 answer
Use contentEditable for Inline Edit with different types of fields
I have an app which uses Bootstrap/jQuery UI libraries.
I am now looking at implementing a simple in-line edit functionality...planning to use the HTML5 contentEditable property
So say a field is displayed as below;
Field1: Value1
Now if the user…
copenndthagen
- 49,230
- 102
- 290
- 442
-1
votes
2 answers
Problems with Kendo UI Grid Editing
I tried use the Kendo Grid and i found some problems.
The button action "edit" and "remove " do nothing when i click, but if i put the "create" command into the transport, the grid send lots of POSTS for the create URL command when i click in delete…
Bamumi
- 174
- 2
- 6
-1
votes
1 answer
CKEditor - Inline editing: browser POSTs not full content
Here is browser script to save "edit_body" field:
is possible change CSS inline
-1
votes
1 answer
Use contentEditable for Inline Edit with different types of fields
I have an app which uses Bootstrap/jQuery UI libraries.
I am now looking at implementing a simple in-line edit functionality...planning to use the HTML5 contentEditable property
So say a field is displayed as below;
Field1: Value1
Now if the user…

copenndthagen
- 49,230
- 102
- 290
- 442
-1
votes
2 answers
Problems with Kendo UI Grid Editing
I tried use the Kendo Grid and i found some problems.
The button action "edit" and "remove " do nothing when i click, but if i put the "create" command into the transport, the grid send lots of POSTS for the create URL command when i click in delete…

Bamumi
- 174
- 2
- 6
-1
votes
1 answer
CKEditor - Inline editing: browser POSTs not full content
Here is browser script to save "edit_body" field: