Questions tagged [editablegrid]

EditableGrid is an open source Javascript library to manage grid component

The official site is http://www.editablegrid.net/en/

The source are available from gihub editablegrid

44 questions
1
vote
1 answer

editablegrid set columns for rendering a bar chart graph

I'm using editableGrid for my project and I want to create a graph, with values from only 1 column. When using renderBarChart() function, the table renders a graph, but with all numeric columns (set in metadata as integer or double) as data. So I…
WellBloud
  • 927
  • 4
  • 13
  • 29
1
vote
1 answer

EditableGrid - get new value of via jQuery

I am using editableGrid table, and I need to copy edited content of elements into hidden s. I'm trying to get those via jQuery .text() method, but it returns values before change. When I edit a again, it returns previously entered…
WellBloud
  • 927
  • 4
  • 13
  • 29
1
vote
0 answers

Editablegrids HTML

am having a problem with editable grid from mySql DB. It loads the data well but when I need to edit they pick only data from the first row only. it doesn't load the other cell data on the update text boxes. Any help will be appreciated.am useing…
peter
  • 11
  • 1
1
vote
1 answer

Add scroll-bar in EditableGrid

I am using EditableGrid(http://www.editablegrid.net) and wanted to know that is there a way to insert a scroll-bar within the grid. I don't want to use pagination, I just want to add a scroll-bar, so that I can scroll down/up to view the…
Anish Nair
  • 3,238
  • 29
  • 41
0
votes
0 answers

How to add checkbox as label for TableGrid?

I have react js file which is displaying table date with table grid , and the layout for is kind of below class ABC extends Component { constructor (props) { super (props); this.state = { tableGridDetails : [ …
CodeWithCoffee
  • 1,896
  • 2
  • 14
  • 36
0
votes
1 answer

How to move cursor to next or previous character when focus is on cells in Editable Grid (View)

Current default behavior in Editable Grids (Views): when the focus is on the cells the Right arrow (→) key moves the cursor to the next field, when the focus is on the cells the Left arrow (→) key moves the cursor to the previous field. Looking for…
0
votes
0 answers

How to add dirty indicator( red indicator) to a field in grid after editing in ExtJS editable grid?

How can I show the field is dirty (usually red triangle in the top left corner of the field) in an editable grid whenever that field is edited. Is there any easy technique to show it ?
Arrow
  • 321
  • 1
  • 7
  • 19
0
votes
1 answer

EditableGrid - How to make every column header into individual filter

I am using EditableGrid (http://www.editablegrid.net/) Which creates some nice looking Editable tables I'm Trying to modify the table header to make them into Individual filters like in example -…
0
votes
1 answer

In template driven kendo-grid method when edit click need to focus the clicked cell in the row

In template driven kendo-grid method when edit click need to focus the clicked cell in the row. Because if it's not available just have to click two times in the cell to edit the content. (Used form controls for data binding.)
0
votes
1 answer

Add scrollbar to DataGridViewTextBoxColumn

I wonder there are no posts on internet for this question, How do I add scrollbar to work on DataGridViewTextBoxColumn after MyGrid_EditingControlShowing event displays this textbox on grid. I have added below event private void…
CSharpDev
  • 370
  • 1
  • 7
  • 28
0
votes
0 answers

"Edit" and "Close" Sign symbol while exporting Excel

When I try to export data in excel using "kartik\editable\Editable::widget" and "ExportMenu::widget" then "Edit" and "Close" sign symbols are also exported in my excel. How to remove that "Edit" and "Close" Sign symbol while exporting Excel? return…
Ankit Sompura
  • 765
  • 6
  • 10
0
votes
0 answers

Passing parameters to a prototyped function

I am trying to use editablegrid with multiple tables. For that, I have a select box with all database tables and onchange I want it to pass the tablename to a prototype function, in order to render the new table. The variable _tableNames is always…
0
votes
2 answers

Editable row with number type

How can i make this input type with number. I mean when the page is opened in mobile phone, it'll be open the number keyboard. [ 'class'=>'kartik\grid\EditableColumn', 'headerOptions' => ['style' => 'width:10%',…
adn
  • 430
  • 2
  • 7
  • 20
0
votes
1 answer

Yii2 Kartik EditableColumn ajax post URL wont change

This is one of the column for the gridview. This is the URL it give me http://localhost/testing/apps/web/op/details/listing/particular The URL that I wanted is http://localhost/testing/apps/modules/op/controllers/listing/particular I…
ron
  • 175
  • 3
  • 14
0
votes
4 answers

Editable cells in dynamic table

I'm trying to make a dynamic table with variable no. of rows and columns. Table is created but when i click on the cells, they are not editable as i assumed they will be. $(document).ready(function() { $("#createit").click(function()…
Rabinder Bisht
  • 584
  • 2
  • 7
  • 19