Questions tagged [grid]

NOT FOR CSS GRID LAYOUT. Instead use [css-grid]. This tag is ambiguous, please don't use it. For row-column layouts, use [grid-layout]. For the HPC setup, use [grid-computing]. For the R plotting package, use [r-grid]. For multi-dimensional data, use [matrix] or [array] or [raster]. For WPF-Grid control, use [wpfgrid]

In computing grid typically refers to either , or , or the plotting package , or multidimensional data //.

A is a layout which divides a specified area into a defined number of rows and columns. Visually it closely resembles a table with the key distinction being a table layout should be associated with data firstly, whereas a grid layout can include various types of content. A grid is a structure (usually two-dimensional) made up of a series of intersecting straight (vertical, horizontal, and angular) or curved guide lines used to structure content. A grid can be used to organize graphic elements in relation to a page, in relation to other graphic elements on the page or in relation to other parts of the same graphic element or shape.

(aka "Grid"), is a two-dimensional grid-based layout system that aims to do nothing less than completely change the way we design grid-based user interfaces. CSS has always been used to lay out our web pages, but it's never done a very good job of it. First, we used tables, then floats, positioning and inline-block, but all of these methods were essentially hacks and left out a lot of important functionality (vertical centering, for instance). Flexbox helped out, but it's intended for simpler one-dimensional layouts, not complex two-dimensional ones (Flexbox and Grid actually work very well together). Grid is the very first CSS module created specifically to solve the layout problems we've all been hacking our way around for as long as we've been making websites.

is the collection of computer resources from multiple locations to reach a common goal. The grid can be thought of as a distributed system with non-interactive workloads that involve a large number of files. What distinguishes grid computing from conventional high performance computing systems such as cluster computing is that grids tend to be more loosely coupled, heterogeneous, and geographically dispersed. Although a single grid can be dedicated to a particular application, commonly a grid is used for a variety of purposes.

is a low-level plotting package for .

and refer to 2-dimensional and multi-dimensional rectangular data structures.

is a 2-dimensional array of pixels.

11913 questions
2
votes
0 answers

reset the columndefintion in a grid with gridsplitter?

i ve got a grid with two columns and a gridsplitter in the middle. So the user can use his own division of the grid. Now i search for a way to reset the Grid to start (both columns are in the same width). A solution without the Gridsplitter i ve…
user1040567
  • 137
  • 2
  • 9
2
votes
0 answers

displaying a sphere with longitude and latitude grid android

I'm developing a AR app in android what i want it to do is overlay a camera image with a section of a grid. this gird should display longitude and latitude. so this sphere will have a radius of that of the eath plus 12km. and should be such that if…
Nathan
  • 187
  • 1
  • 3
  • 10
2
votes
1 answer

fire click event for button

I have column with buttons like this: var grid = new Ext.grid.GridPanel({ store: store, columns: [ { header: 'Issue', renderer: function(val){ …
Hadas
  • 10,188
  • 1
  • 22
  • 31
2
votes
3 answers

Get JSON array from Ext.data.Store outside?

How can I get JSON array from Ext.data.Store outside the function? The code: var store = new Ext.data.Store({ model: 'nested' + type, proxy: { type: 'ajax', url:…
Hadas
  • 10,188
  • 1
  • 22
  • 31
2
votes
1 answer

Telerik grid manage filter icons

I#m using Telerik Grid and MVC3. I managed it to build my own filterDialogs, we had to create custom filter for each column. Everything works fine, when I click on my filter button, the gridData gets filtered. The only thing is that the filter icon…
iappwebdev
  • 5,880
  • 1
  • 30
  • 47
2
votes
0 answers

what is equivalent control for TableCursor of SWT Table in nebulla Grid?

my question : I want to replace the org.eclipse.swt.widgets.Table entirely in my view with org.eclipse.nebula.widgets.grid.Grid. Almost all properties of the SWT table are also found in nebulla Grid and hence I can achieve most functionalities of…
yayayokoho3
  • 1,209
  • 2
  • 16
  • 40
2
votes
1 answer

Resize image container height to multiples of a value (on load, orientationchange and resize)

I need to improve a jquery script which snaps the height of image containers to a baseline grid. I want to make it work during window resize. So far, I applied the following to the image containers which have overflow set to hidden. Some of it was…
Flo
  • 31
  • 3
2
votes
1 answer

Show/hide record from extjs's store

I got Grid and Chart who shares same store. Also I got some checkboxes (generated by the records from the store) which are suppose to hide/show records from grid and chart so I think that the best way do to id is by hiding/showing the record from…
T1000
  • 2,909
  • 7
  • 36
  • 53
2
votes
2 answers

HTML5 Canvas Grid not rendering

This question is extremely rudimentary but I'm just starting out with "HTML5 Up and Running" and can't seem to get my canvas grid to render. Below is the code. Thanks for your help.
2
votes
1 answer

div grid of squares, float:left issue (image included)

i am trying to make a grid in such a way that it is always the same size overall (800x600). however, i do not want all squares in a grid to be of the same size. as you can see as soon as i make one square bigger (2x2+gap - colored silver in the…
b0x0rz
  • 3,953
  • 8
  • 52
  • 82
2
votes
1 answer

Keeping grid data in a usercontrol by retrieving the criteria from the parent

I have a usercontrol that I want to have the grid inside so I don't have to duplicate that grid on every page. Except when I sort, page, or anything that does a post back the usercontrol reloads and loses its datasource. My plan is to retrieve the…
Boone
  • 1,046
  • 1
  • 12
  • 30
2
votes
2 answers

C# - Sorting a datatable by a date column and only binding top 10 records to grid

I bind a datatable that contains data from a SOAP call. Unfortunately, the call returns all records for whatever entity i'm fetching and there's no way at the moment of specifying number of records to return or any other argument. How could I most…
PercivalMcGullicuddy
  • 5,263
  • 9
  • 46
  • 65
2
votes
1 answer

Android How obtain the folder list that contain images?

I want to realize an image gallery. In main view I want to view the image folder list. On click on grid item should open the grid with images of relative folder
user1014451
2
votes
2 answers

MVC3 Editable Grids

I have a requirement to use an editable grid in my MVC3 project. (i.e., the grid needs to add rows, delete rows, edit cells within each row). I've tried Telerik but the documentation seems to be primarily MVC2 and I found it difficult to…
MikeTWebb
  • 9,149
  • 25
  • 93
  • 132
2
votes
4 answers

C# WPF - Adorner ZIndex

I have a Grid with a Adorner to provide some drawn pattern. See img: https://i.stack.imgur.com/HUJmh.jpg My problem is that this Adorner(dots on the Grid) is layered on top of everything. The white square are draggable but now when the Adorner are…
Gabriel
  • 464
  • 1
  • 5
  • 17