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
2 answers

Using jQuery to resize all editable fields in grid

I have a RadGrid on one of my webforms, and I'm using InPlace (inline) editing, with an empty row at the bottom for inserts. When the grid loads, the columns are being automatically resized post-render (you can actually see the columns adjusted…
James Johnson
  • 45,496
  • 8
  • 73
  • 110
2
votes
1 answer

Silverstripe 4 Elemental GroupedDropdownfield inline_editable

My custom Elemental Extension renders a GroupedDropdownField to select a Video from a Video - Dataobject. This works well when inline_editable is set to false. When i try to set inline_editable to true, the GroupedDropdownField is not rendered. How…
Sepp Hofer
  • 217
  • 2
  • 12
2
votes
1 answer

Jquery inline edit in jqgrid does not submit the data on press of Enter key if the control is on some text area

I am using inline edit of jqgrid using Enter key. The problem is the enter key works fine if the control is on textbox. However if the user is entering some data in text area (my edit options include text area ) and presses enter, it is taken as…
Anoop
  • 21
  • 2
2
votes
2 answers

Edit-in-place JavaScript for editing multiple fields at a time

Could anyone recommend a JavaScript library or sample code for inline editing of multiple fields at the same time? I'm looking for something similar to Flickr, where when you click on either the name or description of a photo they both turn into…
EMP
  • 59,148
  • 53
  • 164
  • 220
2
votes
1 answer

Angular mat table enable/disable row based on button click

I am trying to build an inline editable table using mat-table. But I am not able to enable/disable each row separately based on each row's button click. Currently if I click one edit button, whole textfields in the table are enabled/disabled. Could…
2
votes
0 answers

datatables.net editor usage in Angular 6

i'm using Angular DataTables lib in my project. It allows to use datatables.net plugin in angular applications. Is there some way to use datatables.net editor in angular component? My table has 2 boolean columns which can be edited and i can't find…
2
votes
2 answers

ag-grid in angular5 row inline edit

I want to know the best way I can give user inline edit in ag-grid on button click. see the image below. As per my requirement, if user clicks on edit icon, then ag-grid row goes in fullrow edit mode (able to do from documentation provided…
ghetal
  • 403
  • 2
  • 11
  • 30
2
votes
1 answer

Clarity Grid Row Expander: Grid placeholder is visible even if there is row data is wrapped in form for inline edit

I am implementing a Clarity data-grid row expanding use case with a form spanning across the row and row-details. Here is a quick trial - https://plnkr.co/edit/LHgi1V?p=preview User ID
Suresh Nagar
  • 1,021
  • 9
  • 20
2
votes
1 answer

Inline editing of kendo mvc razor grid , How to send additional unique parameter via dropdown EditorFor template while calling action method

I am using kendo mvc razor grid. version: 2015.1.408.545. I am working on providing inline editing. In it their is one column which is having dropdown and it is bound through editor for template like this. @(Html.Kendo().DropDownList() …
2
votes
0 answers

Angular X-Editable Remote button?

I am using Angular X-Editable to allow users to edit list items in a ng-repeat. I am using this approach: https://vitalets.github.io/angular-xeditable/#text-btn However, I have been asked to modify this app so that the user can highlight a row in…
Steve
  • 14,401
  • 35
  • 125
  • 230
2
votes
1 answer

JQGrid : inline editing in client side

I would like to work on my JQGrid (version 4.6.0) only on the client side. So, I decided to use inline editing so I put editurl='clientArray'. The problem is that the rows which have the property editable="true" are not editable, why ? My…
2
votes
2 answers

How to Edit HTML table cell in inline using Jquery

I would like to edit table cell by click on it. I tried but its not updating properly. When I am trying to update first cell in the first row last column its getting updated. But if i try to update in the middle entire column value getting…
Kathirvel Appusamy
  • 227
  • 3
  • 7
  • 16
2
votes
1 answer

jeditable dynamic target value

I'm using jeditable and it works really great! I'm just having some trouble figuring out how to dynamically change the target URL. jeditable is bound to a table of values that I want to edit inline. So I have:
jacklin
  • 2,739
  • 1
  • 24
  • 31
2
votes
2 answers

Kendo UI Grid inline edit define custom values for min validation

I am using Kendo grid and want to validate one field's min value by another field from same record. Meaning my data is like this :- var courses = [{ CourseID : 1, CourseName : "iPhone", MinAge: 12, MaxAge : 22, MinAgeThreshold :…
2
votes
2 answers

How to limit the character in textarea if we using 'jQuery InlineEdit'

I am using jquery.inlineedit.js for inline edit and i need to control the maximum length of texts inside the textarea. I tried with someother common jquery script to limit, but i can't make it. Below is the link what i tried so…
Umar
  • 99
  • 2
  • 8