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
Autocomplete dataInit
I'm trying to use jQuery UI Autocomplete inside a jqGrid in the dataInit. I'm doing it like this:
{ name:'ac_fin_g', index:'ac_fin_g', width:75, editable: true, edittype: 'text',
editoptions: {
dataInit: function (elem) {
…

mailazs
- 341
- 6
- 22
0
votes
2 answers
Parent Div's mouse out function is called on mouseover of child element
I have the below HTML in my page
0
votes
1 answer
jqGrid Autocomplete Inline Editing
I have a grid using jqGrid and in this grid I have the rows editable with inline editing. I'm trying to do autocomplete in the rows that is editable. Is this possible to do? And in case of yes, how can I identify these rows?

mailazs
- 341
- 6
- 22
0
votes
1 answer
jqGrid - Save row after edit using a custom button
I'm using jqGrid, and I need to do the things below:
I need to edit the rows (using inline editing), and after that (after I edit, the data have to be stored in local mode just for visualization) and after that I have to be able to edit another…

mailazs
- 341
- 6
- 22
0
votes
1 answer
Inline editing row
I'm starting with jqGrid now and there are some issues that I can't understand.
I'm doing a grid to be inline editable, but it just edit the 1st row. If I click in any row, it edit just the first row. I don't know what is going on, if somebody…

mailazs
- 341
- 6
- 22
0
votes
1 answer
CKEditor 4 inline - How to show the toolbar on a object without focusing it
When i use "CKEDITOR.inline(myId)" its applying the editor instance to the object but
its not apply the toolbar to it if i do not focus the object.
In my case, I do not like to focus the object on start-up because its scroll the page
to the…

Roy Shoa
- 3,117
- 1
- 37
- 41
0
votes
1 answer
JQGrid "Inline" Insert functionality
I am new to JQGrid.I am using inline editing of Jqgrid. Functionality I am trying to achieve is
1. add new row in JQGrid
2. then press "enter" key.
3. This should call a method in .cs page (server side code).
Issue is I tried Keydown event,addRow…

Praj212
- 1
- 2
0
votes
1 answer
Grid cell has multiple rows and each row can be editiable
I would like to have build a grid, each cell can have multiple rows and each of the row can be editable. and each cell can be right click on the cell also. I am thinking jquery for the choice of grid. But there are a few work need to be done. Are…

thh
- 1
- 1
0
votes
1 answer
Dojo InlineTextBox without autosave but save on enter
How can I have a dojo InlineTextBox that has autoSave="false" but saves changed text if the user hits the enter key?
Is it possible to have the 'save' and 'cancel' buttons and the save on enter behavior of autoSave='true'?

Wienczny
- 3,958
- 4
- 30
- 35
0
votes
1 answer
correct syntax for passing additional POST data (extraparams) to server when inline editing jqGrid
I had a jqGrid working with inline editing with a dedicated script just for this grid. I am trying to organize and consolidate the server scripts, so now I wish to use a new script for inline editing on the server. To use this new script I need to…

jeffery_the_wind
- 17,048
- 34
- 98
- 160
0
votes
2 answers
Bootstrap typeahead, Handsontable: using complex object/hash
I am using JQuery HandsonTable. It uses twitter bootstrap typeahead 2.0 which supports data-source as an array for auto-complete,
["BMW", "Chrysler", "Nissan", "Suzuki"]
My requirement is to pass it a hash instead of array.
[{value:1, name:"BMW"},…

Dipendra Singh
- 542
- 1
- 6
- 23
0
votes
2 answers
jQuery inline editing selector
I have a functional inline editing script on client side, however I'd like to add a button like when someone clicks the button it should be able to select the value just like my hover selector works and…

Jimmy Obonyo Abor
- 7,335
- 10
- 43
- 71
0
votes
0 answers
Webdriver Inline Editing : How to handle mouse over and double click
I need to double-click for inline editing. I am facing issue if the object is already populated and is a hyperlink. The moment i use double-click, the link opens, instead of field in edit mode.
Here is the HTML code

Sky
- 215
- 1
- 3
- 11
0
votes
2 answers
Edit Multiple rows in Struts2 jQuery Grid via Inline Edit
The struts2-jQuery grid offers a wide variety of edit features. But for one of our requirements, the Out-of-the-Box 'Edit' feature in this grid is not suitable. we want to customize it as follows..
Our Requirements are:
User should be able to…

yathirigan
- 5,619
- 22
- 66
- 104
0
votes
1 answer
jqGrid 4.3.2 inlineNav Add select el
I have an issue when the grid's Add functionality kicks in. My colModel defines some valid options for the select element. When faced with adding a new row to the grid, the select element is always rendering with an undefined value and not one of…

David Lazar
- 10,865
- 3
- 25
- 38