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
6
votes
0 answers
squarespace opensource clone / features in ruby on rails?
Ive searched extensive but could not find anything that implements squarespace.com features only some blog posts on individual components like inline editing
What I want to build is a very simplistic version of squarespace with
editing inline…

Rubytastic
- 15,001
- 18
- 87
- 175
5
votes
1 answer
I can't write into the EditText, it disappears when i try to write something, its because the getView() is called when i modify the data
EDIT:
I found the reason which is that the getView() is called when i try to
edit something, so the data from the DataAdapter is loaded & my edited
changes disappears.
EDIT:
i observed one thing, if there are few rows in the listview then…

Yaqub Ahmad
- 27,569
- 23
- 102
- 149
5
votes
1 answer
How to indicate to screen readers that content is inline editable?
My product has an area where we want to display a default value (let's say the name of a document page), but when the user focuses on it and hits the space bar, it becomes an editable field. We are trying to write accessible code, and I was…

caraclarke
- 370
- 1
- 5
- 24
5
votes
1 answer
How to rerun an inline loop in ZSH on single line (bash like behavior)
I'd like to know if there is a way to get inline loops in zsh to behave like in bash.
I've started using zsh recently and so far I like it. There is one thing in zsh I would like to behave like in bash, inline loops.
I often run quick loops like so…

Aaron Bandelli
- 1,238
- 2
- 14
- 16
5
votes
1 answer
Getting error "1366 Incorrect integer value: '1'" when importing file
I'm trying to inline upload data stored in UTF-8 text files, and I have two problems. Firstly, there's currently no primary key set on this table, and it's not set to auto-increment or forced to be null at this point; the first column will be the…

Neil
- 83
- 1
- 1
- 7
5
votes
1 answer
Display only datepicker in kendo inline editing not datetime picker
I have an issue to disply the datepicker in kendo inline editing. It shows datetime picker all the times.
columns.Bound(k => k.datefrom).ClientTemplate("#= (datefrom == null) ? ' ' : kendo.toString(datefrom, 'dd.MM.yyyy') #").Width(150);
I also…

Jayakaran Theivendramoorthy
- 1,186
- 1
- 14
- 23
4
votes
3 answers
updating a cell value based on another cell value in kendo grid asp.net mvc
I have been struggling with this problem for two days, any help is hugely appreciated. I have a kendo grid, in which i have given the grid excel like capabilities, i.e on hitting enter the column which is editable is highlighted and I can enter the…

newbie
- 173
- 4
- 21
4
votes
1 answer
Configure xeditable locally
Im trying to implement inline edit for my tables in my angular/react project.I cant understand exactly how I should make my changes in my local array defined in my component state ??? Im not using any database or server...and all of the examples are…

Йосиф Михайлов
- 27
- 12
4
votes
1 answer
Validation with inline editing in jQuery datatables after trimming spaces
Using the jQuery datatable editor plug-in, the following code works as intended. It performs specified validations (some of the fields have been omitted for brevity).
Editor::inst( $db, 'file_upload' )
->fields(
Field::inst( 'id'…

Tiny
- 27,221
- 105
- 339
- 599
4
votes
1 answer
Inline editing of ManyToMany relation in Django
After working through the Django tutorial I'm now trying to build a very simple invoicing application.
I want to add several Products to an Invoice, and to specify the quantity of each product in the Invoice form in the Django admin. Now I've to…

vorpyg
- 2,505
- 4
- 25
- 22
4
votes
1 answer
jQuery DataTable Inline Editing
I have been trying to implement simple Inline editing in jQuery Datatable. But I cannot activate the edit that happens on click on a row cell. I used the same code as in their site Link: