Inline editing is a quick way to update database information by making changes directly in the row of the grid.
1
vote
2answers
15 views
Making the same change to every line in a BED/Interval file in python
I have a BED Interval file that I'm trying to work with using the Galaxy online tool. Currently, every line in the file begins with a number (which stands for chromosome number). In order to upload it ...
0
votes
0answers
26 views
Only edit rows in datagrid with a value of 0 in certain column
I am using a telerik Grid to show data. I am also allowing inline editing of a certain column to allow users to update that data. This currently works and you are able to edit all rows and only the ...
-3
votes
0answers
20 views
How to make inline content editor available for users who are logged in only? [closed]
I have a site with the latest WP installed on it, I want to know how to make inline content editing available for users who are logged in only. How do you do this?
You know, just like this site has ...
2
votes
0answers
41 views
Primefaces inline editing of datatable not working
Hey guys I'm trying to provide a possibility to inline-edit a row of a datatable with primefaces, but it doesn't seem to work properly. I can visually edit the values but when I click the save-icon, ...
0
votes
0answers
15 views
front-end editor for wordpress not working on site header/footer
Front-end editor for wordpress is not working on site header/footer. I am using twenty twelve theme and version of wordpress is 3.5.1 and fee verion is 2.3.
0
votes
0answers
30 views
KendoGrid Get modified column id
On my Kendo grid, I have "editable=true" and datasource with "autoSync=true". As I click on a cell, it becomes editable and when leaving the cell it executes the transport's update event.
That's all ...
-3
votes
2answers
102 views
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 ...
0
votes
1answer
79 views
x-editable access attribute value of trigger element
I am using x-editable for in-line editing inside my web app. I would like to pass additional parameters to server, which I would like to read from data- attributes on trigger element. Here is my ...
0
votes
0answers
12 views
Make the admin change_list inline the change_view
I'm trying to use the Django admin interface for some human validation step. This involves going over existing entries and correcting information in it before saving.
I would like to allow the users ...
0
votes
0answers
164 views
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:
<table ...
0
votes
0answers
68 views
jeditable inline editing - value not showing after edit gets saved
JEDITABLE LINK: http://www.appelsiini.net/projects/jeditable
My jquery function is:
$(document).ready(function() {
$('.edit').editable('http://myWebsite/save.php');
});
I have a div which, ...
0
votes
0answers
244 views
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 ...
0
votes
2answers
30 views
Integrate RTE with JQGrid
I am using inline editing with events. And on click of a non editable cell I want to open Rich Text Box. I tried using edittype: custom and returning the rte but nothing displays. Is there any other ...
2
votes
1answer
852 views
Inline editing of Webgrid row in MVC3
public class UserDetailsModel
{
public int ID { get; set; }
public string LoginID { get; set; }
public string FirstName { get; set; }
public string LastName { get; ...
0
votes
0answers
150 views
jquery datatable inline edit not working on mouse click
I am using jQuery inline editing to edit a datatable, and all default edits only actually update the datatabase once Enter button is pressed. However, I want the fields to update once the mouse is ...
1
vote
1answer
67 views
VB.net strange textbox behavior
A customer of mine is having a problem with a text box. When he clicks on the string in the text box the cursor always jumps to the end of the string. This is a standard VB.net 2005 text box with ...
-2
votes
2answers
230 views
CKeditor Inline editing
I have the following source:
<div id="editable" runat="server" contenteditable="true" >Sample Text</div>
My question is if I can save the edited text with asp.net only?
If yes, what ...
1
vote
1answer
710 views
Angular.js inline-editing
I'm trying to find the best approach of inline-editing with angularjs. In my case it's kind of a data-grid with an "edit" button. So it's inside ng-repeat.
What I've seen people do is have both ...
0
votes
0answers
29 views
Does anyone know how to alter the font-size in the editing box using best_in_place gem?
So I'm using the best_in_place gem to edit my form on the page. I have a price like: $1234. when i click the price to edit it, the font becomes very small in comparison to the font I'm using in the ...
0
votes
1answer
216 views
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: {
...
-1
votes
1answer
51 views
How to Use concrete5's inline edit feature in Cakephp?
I have a site already developed in CakePHP. I was to use Concrete5's Page editing on My Static pages module.
Is there any plugin or way to use Concrete5 in CakePHP?
0
votes
2answers
273 views
jqGrid: Select the text of a row on inline editing
I have a grid and I'm using PHP and JSON. I'm using ondblClickRow to do inline editing. The thing that I need is: when I double click in a field, I want the content of this field will be select. I'm ...
0
votes
1answer
251 views
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 ...
2
votes
1answer
319 views
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:
...
0
votes
0answers
217 views
JQGrid inline editing: add not working
I'm having a problem with adding new rows using inline editing in jqGrid. Delete and edit are going fine.
When I add the first new row it goes OK. Data is posted to the server when I press the 'save ...
1
vote
2answers
1k views
jQuery EasyUI: confirm/save datagrid inline editing
I am using jquery & EasyUI to create a table from a SQL database. I have managed making some of the columns editable via inline editing following this tutorial, where the possible cell values are ...
0
votes
1answer
623 views
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) ...
0
votes
1answer
548 views
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 ...
-2
votes
1answer
239 views
CKEditor - Inline editing: browser POSTs not full content
Here is browser script to save "edit_body" field:
<script>
$(document).ready(function(){
$("#save_editable").click(function(){
var edit_body = $("#edit_body").html();
...
0
votes
0answers
116 views
jqGrid inline edit using left, right arrow keys to navigate thru cells
When in inline edit mode on a jqGrid row, I would like to use the left and right arrow keys to navigate to the next cell when the cursor is the the beginning or end of cell contents. I see this ...
0
votes
1answer
612 views
jqgrid onClickSubmit and afterSubmit events of inline Save button
I've been looking around for an answer for a little while now and cannot find an one that sufficiently answers my question...
I have a JQ Grid that utilises both inline and form editing and uses ...
1
vote
3answers
523 views
How to remove the “title” attribute that the CKEditor 4 add automatically on inline editing?
When using CKEditor 4 Inline Editing on a object the CKEditor add a "Title" attribute that include
a text and the object id.
e.g. In the CKEditor inline example we can see the next code:
<h2 ...
0
votes
1answer
484 views
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 ...
0
votes
1answer
820 views
Inline editing in table grid using javascript [closed]
Hi i am working a table grid component in a project and want to display an edit menu when the user clicks on the row. Similar to that in Mint.com. Please suggest
0
votes
2answers
313 views
Enable CKEditor4 inline on span and other inline tags
I'd like to know if it's possible and how to enable the CKEditor4 inline/contenteditable editing feature on <span> and other inline elements. This is something which I cannot find in the ...
0
votes
0answers
127 views
JqGrid custom edit inline with radiogroup
i tried to search for this everywhere.
I need to use inline editable content in JqGrid.
Here is a demo, of the table that i am trying to implement in jqgrid: here
The designer have complicated my ...
0
votes
2answers
422 views
Setting a default value of null to the cell in the dev express grid if the user has not entered a value during inline editing
This is a partial view called from the index.
In the model the JobStatusSortOrder is set as a nullable double.
Here if the user does not enter any value during inline editing, how can i set the value ...
1
vote
2answers
645 views
Reloading data and afterSubmit, aftersavefunc functions not working in jqGrid using MVC on inline RowAdd or RowSave
I'm using jqGrid and doing inline editing and row adding. I'm setting everything up on the client side using Javascript and MVC using C# for the server side code. Everything seems to work fine, except ...
0
votes
1answer
280 views
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 ...
1
vote
1answer
400 views
Multiple inline dropdown menus using css/jquery
I used the code found in this question to help me display an inline dropdown menu on a page. I need four of these on a single page though, and they will all use the same list of teaching strategies. ...
0
votes
2answers
308 views
How to get the checked atribute of a checkbox with javascript
I'm following this tutorial on inline editing, http://www.datatables.net/blog/Inline_editing.
Now I come up with problem, I'm trying to edit checkboxes and I'm not getting there.
I simply replaced ...
1
vote
1answer
483 views
Inline editing using HTML5 contenteditable javascript and PHP
I'm new to ajax so I wanna ask a simple ajax script to update mysql database with inline editing using HTML5 contenteditable="true".
Already googling around and still doesn't know how to figure it ...
0
votes
1answer
40 views
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. ...
4
votes
2answers
933 views
Knockout Inline Edit Binding
I went looking for a knockout inline edit binding, but the only ones I found had external dependencies other than jQuery, or used more than just a binding.
So I figured I would share the simple one I ...
0
votes
0answers
394 views
Autocomplete and DatePicker in jquery DataTable inline editing
This is my code for Jquery DataTable inline Editing. I'm having 3 fiedls.Here i'm using Text control to edit. But I need datetimePicker instead text control for the first field and autocomplete ...
2
votes
1answer
397 views
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 ...
0
votes
0answers
259 views
Content in-line editing, Jquery plugin Quickchange and TinyMce : toolbar doesn't appear
For a long time, i was looking for a jquery plugin for editing content in-line and saving the changing with a login access.
I'm not programmer so using jeditable or something like that was ...
0
votes
1answer
213 views
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 ...
1
vote
4answers
29 views
How to change a line immediately following a match pattern
I need a sed one liner to change a line immediately following the pattern [lb]:
[lb]
enabled=0
to change to:
[lb]
enabled=1
Thanks to all you experts in advance for helping out!
1
vote
0answers
102 views
Django GenericTabularInline for multiple databases
I've been trying to make the GenericTabularInline class work in a two-admin two-databases setup by inheriting from it and overriding some methods in the BaseModelAdmin class, as is done in the Django ...


