0
votes
1answer
30 views

Looping a grid in canvas HTML5 with “gaps” between squares?

I want to create 5x5 grid with 40x40px squares and 4px gaps between them, here's a picture: http://i.stack.imgur.com/hu96a.png So I intended to do something like this: $(document).ready(function(){ ...
2
votes
2answers
43 views

Algorithm for finding empty cell around desired position in a grid

I will describe my problem using the attached image : The green block is the starting position of my game entity. Next I'd like to move it to the position marked by the orange square. But at the ...
0
votes
2answers
23 views

kendo grid request null when update and sent type is create

I am using the Kendo UI Grid. Basically, what I want to do is bind the grid on remote data which are sent on json format and be able to edit it. The Grid receive the data and display it as I want. ...
0
votes
0answers
9 views

Slickgrid remove aggregators

i have setup some aggregators to my summary line. Everything works ok, but i need to remove some of them in some cases. What is proper way to do so? I haven`t fount any solution for that, so i just ...
0
votes
0answers
19 views

Write and show time in grid column date field correctly using extjs 4.2

I am using extjs 4.2 and I am trying to show, then edit a Grid with Rowediting Plugin. I am using JsonP proxy with my stores... My problem is that i had set in my store, that a date field must have ...
0
votes
0answers
21 views

Getting selected row of grid and its column(checkbox) in Javascript

I have an aspx page in which I have a grid (div->table->row->grid) in which I have an itme template for checkbox <asp:TemplateField HeaderText="TPM Recommedation"><ItemTemplate> ...
-2
votes
0answers
15 views

Displaying an empty grid in javascript

I have gird (myGrid) which may or may not have data initially. I need to empty the contents of this grid and display the blank grid on button click in javascript. The header fields should be retained ...
0
votes
1answer
52 views

Extjs 3.4 prevent ctrl + mouse click

i`m using Ext.grid.GridPanel to populate my items from stores. Everything is working quite good, but i have one problem. When i press ctrl + mouse click on grids row, the row deselects. How could i ...
0
votes
0answers
110 views

(Found workaround) SlickGrid add new row, after edit all new row overwritten by the same data

The Grid Setup with DataView DataView = new Slick.Data.DataView(); Grid = new Slick.Grid('#grid_id' , DataView, columns, options); Grid.setSelectionModel(new Slick.RowSelectionModel()); ...
0
votes
0answers
445 views

ExtJS 4.2 > Row Editor Grid > How to cause add button to refresh paging display

I have the following code for a ExtJS 4.2 grid with row editing enabled. The Add button does not however refresh the paging at the bottom of the grid when a new row is added. Is there any way to ...
0
votes
2answers
37 views

Need help removing vertical space with divs in a grid

I am working on a fluid grid section which displays events. I have media queries to adjust the size of the divs based on screen resolution. If all of the divs are the same height, it looks great. ...
0
votes
1answer
70 views

extjs datecolumn shows date one day off

I have an Ext.grid with a datecolumn. Everything works fine, except that the dates are one day off. I have found that when I add the data to the grid's store, the value is 2013-03-31. Later, when ...
0
votes
1answer
54 views

Always align left in Masonry

I'm using the Masonry jQuery plugin to align a grid of items. Here's what I have: Expected behavior: How can I achieve this effect? I've tried various options but nothing works. Here's my HTML ...
0
votes
0answers
22 views

Extjs4 Exporterbutton doesnt show up in Firefox

Solved the Problem by updating the Falshplayer Plugin for FF! i have a big issue and i have to fix it. My Exporterbutton in ExtJS4 doesn't show up in Firefox. I use Firefox 20.0 And this Code: ...
0
votes
1answer
404 views

ExtJs - Javascript - ComboBox in Grid (Cell editing plugin) - Drop down list behind the Grid/Window

I have a grid with cell editing plugin on it. When i click the cell i want to edit, sometimes the dropdown list of the combo box is behind the grid/window (I can not see it, but if i modify the window ...
0
votes
0answers
75 views

Telerik MVC Grid - Custom filtering (client side)

I would like to have custom client-side filtering in my Telerik MVC Grid. This is mean that when user click on the filter icon on a column, instead of the default filter of Telerik, I would a custom ...
0
votes
0answers
28 views

EXT JS Reload store goes into wrong grid

Like the title says. I have 2 grids, 2 stores and 2 views with all non identical names. When i reload store A it goes into grid B and grid A goes empty. What i do: storeA.reload();
0
votes
1answer
53 views

Javascript - Dynamic number of rows giving an error

I have previously posted a question about this code to generate a kendo grid dynamically. The current problem I have now, even when I hardcode the number of columns like so: var numberOfRows = 2; ...
0
votes
0answers
66 views

dhtmlxgrid checkbox row amount calculation

I am using the below link dhtmlgrid. Its working fine but i want to calculate the amount of selected check box row. How can i do this. I don't have any idea. Please help me to do this. ...
0
votes
0answers
53 views

MVC / Javascript grid control supports custom templated cells

Is there any grid control which I can use with mvc (asp.Net) that allows customizing cell templates. My purpose is displaying multiple separeted values in a single cell. And then I want to do ...
0
votes
0answers
44 views

Nine Cell Photo Grid

Specific Needs I have to either create or find (html(5) / JS) a Nine Cell grid which displays one image over the entire set of grids and then begins rotating through images randomly without ...
0
votes
2answers
82 views

Dojo Enhanced Grid nested sorting not able to sort

I am using Dojo Enhanced grid with pagination and nested sorting plugin. Here in the grid, when i click the down arrow on the column header, the elements are not getting sorted properly. Suppose if i ...
0
votes
2answers
178 views

Jquery Select Radio Button on TD click, while adding class to active TD

I'm looking to create a grid that allows users to select the cell they want, which will select a radio button. Ideally I'll be able to hide the radio buttons and have there be a class added to the ...
0
votes
0answers
87 views

How to populate telerik mvc grid based on text boxes on the same view of the grid?

in my mvc project i have a view with some textboxes and a empty telerik mvc grid on the botton. Whith all the textboxes filled i have a model data, i need to send these data to a telerik grid as a ...
1
vote
2answers
78 views

How can I get grid row/col position given an item index

If I have a container with a width of 1000px, filled with items all of which are 200px in width. How can I calculate that tiles row/column position? To explain in more detail: The only variables ...
1
vote
1answer
101 views

Editable jQuery grid to store data?

I am looking for a jQuery grid that will allow me to edit data and save it so it will be available for viewing every time I open the document with the data. Any recommendations? The simpler the ...
0
votes
0answers
67 views

Client side filtering in Gridx when using jsonrest with pagination?

I am using Gridx with jsonrest as the store and pagination module. Can the filtering be done client side only? Currently it sends request to the jsonrest store and that queries the server.
0
votes
0answers
380 views

ExtJs 4 Grid: How make checkboxmodel column (selection) hideable using column menu?

I have a grid with a selection.checkboxModel var sm = Ext.create('Ext.selection.CheckboxModel', someConfig); Grid config ... selModel: sm And I want to hide this checkbox selection column using ...
0
votes
1answer
68 views

Rows hidden in a grid JS EXT

I need to simply add a function in my grid that hide the rows when the user makes the first access. After that, by the icon of minimize/expand that already appears in my grid, the user can expand the ...
0
votes
1answer
787 views

Creating Kendo UI Hierarchy Grid with no Master/Detail

I have an array of JSON objects being returned from a server that looks something like the following: [{State: Finished, JobID: 1234, Owner: John}, {State: Finished, JobID: 5678, Owner: Joe}, {State: ...
0
votes
2answers
503 views

How do make entire Angular ng-grid editable?

Using the code below, you can make a column editable. cellTemplate: '<input style="width:100%;height:100%;" class="ui-widget input" type="text" ng-readonly="!row.selected" ...
2
votes
1answer
570 views

ExtJS Grid Filter doesnt appear

i got an ExtJS Grid in my view and now i do want to add some column filters... i've already searched in the web, though i didnt succeed. The problem is if i open the submenu of the column where i can ...
3
votes
1answer
79 views

Display specific number of items in Windows 8 (Js/html) APP

I am currently building a Windows 8 Html/js App and started with the gridview template because that spared me a lot of time styling most of the app. I have successfully managed to adapt the Windows 8 ...
0
votes
2answers
245 views

dojo enhanced grid not displaying properly

// dojo grid is not full getting displayed.... // only header and footer is displaying but not the contents.... //I am not able to post image // here is the code */ //Please help me as ...
-5
votes
1answer
119 views

Algorithm for 5x5 grid to detect 5 in a row - Javascript [closed]

I am looking for some help figuring out how to detect when a user gets 5 objects in a row on a 5x5 grid. For example, if I had a board laying flat with 25 holes in it arranged 5 across and 5 down, ...
0
votes
0answers
82 views

snap to grid not working with ff

From some reason this works on all browsers but FF, anyone can help me out maybe just one line that doesn't support with FF and needs replace for full support? please i'm sooo stuck! code below: ...
8
votes
1answer
790 views

Remote Filtering with ListFilter in ExtJS Grid Column Header

I am using ListFilter plugin to filter results on a Grid panel. The column definition is. { header: 'Provider', filter: { type: 'list', store: ...
1
vote
0answers
273 views

ExtJs - Grid Summary Row displays the values of first row

I have used the "summary" feature in my grid and the summaryType is "sum". But every time I load the grid, it only displays the values from the first row, even if there are multiple rows. The store ...
0
votes
4answers
625 views

recommendation: Good Javascript - ASP.NET MVC4 Grid? [closed]

I am looking for a good MVC4, Javascript grid with all the standards of today. Column drag and drop, resize, hide, sorting, filtering etc. What is very important is expandability. I guess one of the ...
0
votes
1answer
101 views

jqgrid - xmlstring - how to replace/refresh a single row?

I have a jqgrid which gets loaded with a xmlstring from DOM. (Only need to support IE). In the application when the user performs some operation, one row data gets changed and an xml response or ...
0
votes
0answers
29 views

javascript grid control that allows more than one table per level? [closed]

I'm looking for a javascript grid control that would allow me to group tables per level - has anyone used such a grid?
2
votes
1answer
307 views

Kendo UI grid - throw Error(kendo.format(“Cannot call method '{0}' of {1} before it is initialized”,t,r))

I have tabstrip with two tab. On each tab i have one grid with paging. My configuration for grid is on the client side. When I fast switch beetween tab then I get exception from javascript: "throw ...
1
vote
1answer
66 views

How to make a game out of an html table?

Hello and thanks in advance for any help on this project. I'm basically trying to make a game that involves a grid. Here's what I have so far (it'll help to see the game before I explain what I need ...
0
votes
2answers
67 views

How to display associated models in separate Ext grids?

I have two associated models, User and Order. A User has many Orders. Ext.define("User", { extend: 'Ext.data.Model', fields: [ 'id', 'name' ], hasMany: {model: 'Order', name: ...
1
vote
1answer
138 views

How to show a different field's value in an Ext grid grouping header?

I have an Ext.grid.Panel that I'd like grouped by a field, but to display a different field in the grouping header. For example, if my model has status_id and status_name fields, I'd like to group by ...
1
vote
1answer
242 views

How to remotely sort an Ext grid column that renders an associated/nested model?

Simple question here, and I'm really surprised I cannot find an answer to it anywhere. I have two models, Product and Manufacturer: Ext.define('Manufacturer', { extend: 'Ext.data.Model', ...
0
votes
1answer
29 views

Default Value in RecordField throws javscript error on execute

Adding following Record Fields to the GridPanel Store makes the site throw a javascript Error Uncaught SyntaxError: Unexpected identifier to the Chrome Console <ext:RecordField Name="listname" ...
0
votes
1answer
627 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
1answer
111 views

EditableGrid - show search filter using javascript

I am using EditableGrid to create a grid dynamically using Javascript. I am able to display the grid properly. But can anyone please tell me, how do i add the search filter(search box)? Any help ...
0
votes
1answer
255 views

jQuery content slider with customisable grid of elements

Does anyone know of a jQuery content slider (not just an image slider) that allows you to specify a grid of elements? As an example, this is the sort of grid that I'm after: ...

1 2 3 4 5 6