Questions tagged [inline-editing]

Inline editing is a quick way to update database information by making changes directly in the row of the grid.

267 questions
2
votes
0 answers

SonataAdmin on Symfony2 - edit inline choice

I'm having trouble with the Sonata Admin Bundle, which runs on Symfony2. I have an entity with an enum field, which I converted to string, because there are no enums available. I used choice as a type of the list view, and provided my options. Works…
Andrey Popov
  • 7,362
  • 4
  • 38
  • 58
2
votes
1 answer

Grid binding with other types than "string" or inline-edit with some datetimepicker

So I was trying to add grid binding to an already finished grid that has string and date values. Example: http://www.sencha.com/examples/#ExamplePlace:gridbinding ╔═════════╦═════════════════════╗ ║ room ║ date/time …
2
votes
1 answer

How to dynamically add columns to kendo grid with inline edit option

I have a column array object which is bound to columns property of kendo grid. If I add a command in the array, the button appears but the edit event is not firing. Also in edit mode I need to make the checkboxes in each column as enabled and update…
user3202524
  • 43
  • 2
  • 8
2
votes
1 answer

Inline Edit PHP MYSQL X-Editable

Basically I was trying to play with edit functionality using ajax concept. As you all are aware, I'm in the beginning stage and now i downloaded some code stuffs from this url. http://vitalets.github.io/x-editable/docs.html My code is here …
user3350885
  • 739
  • 4
  • 16
  • 38
2
votes
1 answer

Inline editing Validation

I have a kendo grid.And i want to add inline editing validation there. Below is the screen shot of my kendo grid: According to my functionality i want to validate the "Media" filed according to "Media Type" field. We have 4 Media…
Pawan
  • 2,150
  • 11
  • 45
  • 73
2
votes
1 answer

jqGrid inline editing - add keys to save and cancel

I have problem with inline editing in jqGrid. I want to have two editing methods: First - editing by double clicking on the row (it works) and I can 'save' or 'cancel' only by keys 'enter' and 'escape'. What I should I do, if I want to have an…
PawełK
  • 21
  • 1
  • 3
2
votes
1 answer

Image tags returned by KCfinder are incomplete on CKeditor

Image tags returned by KCfinder are incomplete on CKeditor and not displayed/saved correctly. Note that i am using an inline CKEditor and KCFinder for image upload. Here are the integration codes: ckeditor/config.js config.filebrowserBrowseUrl =…
shababhsiddique
  • 904
  • 3
  • 14
  • 40
2
votes
2 answers

Saving edited values using Jeditable

I have been looking for a really good, well documented jquery plug-in that will let me edit values on click of another button. Jeditable is the closest I've found yet, However I am not sure how to get it to save, even in testing. Something really…
matthewb
  • 3,462
  • 8
  • 37
  • 53
2
votes
1 answer

jqgrid inline editing with errorfunc

I am trying to inline edit with jqgrid, where I am going to call a Spring controller, I need to do extra server side validations. If there are any server validation errors I need to send it back jqgrid via errorfunc, and user notified. function…
2
votes
3 answers

Sed command help to summarize similar log messages

I'm trying to craft a log file summarisation tool for an application that creates a lot of duplicate entries with only a different suffix to indicate point of execution. Here's a genericized version: A text_file (infile_grocery.txt) with these…
mthespian
  • 23
  • 2
1
vote
6 answers

EditText that looks like TextView inside a ListView

I am developing an application where the user can edit the data in the ListView. I want to have an EditText inside that ListView, this edittext should behave like TextView but when the user clicks it it should look like EditText, How can i achieve…
Yaqub Ahmad
  • 27,569
  • 23
  • 102
  • 149
1
vote
3 answers

Is this is OK to use the ListView for inline editing?

EDIT: 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 I need to load some data from SQLite & list it in a ListView or Grid. The next thing is to provide the…
Yaqub Ahmad
  • 27,569
  • 23
  • 102
  • 149
1
vote
1 answer

Using jqgrid, what is the best way to return errors from server side validation when using inline editing?

I am using jqgrid and using the inline editing mode and can't figure out how to return errors back to the client from server side validation rules I use fluent validation on my serverside to validate before persisting to a database. This works…
leora
  • 188,729
  • 360
  • 878
  • 1,366
1
vote
3 answers

Conflict between inline editing and progressive enhancement

I have a Web Page with progressive enhancement - a script adds some formatting and elements to the page. The page also allows inline editing. Now here's my issue: in edit mode, the progressive enhancement script does its job and adds markup. Some of…
Christophe
  • 27,383
  • 28
  • 97
  • 140
1
vote
1 answer

Canceling post of row data when inline editing finished (Per row post)

Is there anyway to cancel the post of the row data to the server when editing a row inplace and accepting the edit (pressing enter)?. I want to do this because I need to post all data at once to the server, not row by row. So, I have a button that…
Notbad
  • 5,936
  • 12
  • 54
  • 100