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
1 answer

Fixing "hiccups" in ground-based collision code?

I've written some code which lets an arbitrary sized rectangle collide with a grid-based terrain setup (for a platformer game). The way I do it is something like this: For each tile the rectangle intersects with, do: Calculate the primary axis…
RCIX
  • 38,647
  • 50
  • 150
  • 207
2
votes
2 answers

Search simple figure in big figure

I create big figure consisting of squares. Also I have some simple figures consisting of squares too. How can I find my simple figures in the big figure? -- Thanks.
0x131313
  • 2,107
  • 2
  • 15
  • 18
2
votes
2 answers

extjs3 editor grid restrict enter key behavior

In ExtJS3 I am using editor grid. On click of enter the focus automatically moves to the next row and moves the field into editor mode. Is there anyway i can change the behavior and restrict the focus to move to next row, instead on hitting enter…
Mutant
  • 3,663
  • 4
  • 33
  • 53
2
votes
1 answer

jqGrid subgrid button / multiselect checkbox positioning?

I'm looking for a way to move the expand/collapse button that appears when you enable a subGrid in a jqGrid from the left end of the rows to the right. Is there an easy way to accomplish this? Likewise, can you control the placement of the checkbox…
Charlie Mulic
  • 199
  • 2
  • 12
2
votes
3 answers

How do I draw a multi-column UITableView?

I want to draw a multi-column UITableView like the picture below, which is different than a common Custom Cell. How do I do this?
hyekyung
  • 671
  • 2
  • 14
  • 27
2
votes
1 answer

Create a grid of buttons using a loop in PyQT4

Is there a way to create a grid of buttons using a loop in PyQT4? So for example, something that has the effect of: for j in range(0, 10): for k in range(0, 10): grid.addbutton(j, k) Thank you.
KeyPick
  • 103
  • 1
  • 2
  • 5
2
votes
3 answers

mvccontrib grid default sort order

Anyone know how to set the default sort order for the mvccontrib grid?
Danny
  • 2,771
  • 5
  • 30
  • 42
2
votes
1 answer

Reference Table Lookup Ability in Agile Toolkit ATK4 CRUD

I need help in Agile Toolkit CRUD Grid/Form. I made a CRUD Grid/Form in Agile Toolkit for Employee, Position and Department. It was very easy. But i am now having difficulty trying to set the Position and Department columns. Instead of showing 'id'…
2
votes
2 answers

Creating 3*3 grid using the new GridLayout

Is it possible to create a 3*3 grid using the new GridLayout in ICS. I tried many methods like specifying the rowCount and columnCount to 3. I just cant figure out the basics of gridlayout. I want to create a grid where layout splits the available…
blessanm86
  • 31,439
  • 14
  • 68
  • 79
2
votes
1 answer

Python Tkinter scrollbox

I have the following code and keep getting the error: AttributeError: 'NoneType' object has no attribute 'curselection' I tried changing items to simple text messages instead of items from an array, but that didn't work. So I don't know how to…
Thomas
  • 121
  • 2
  • 3
  • 8
2
votes
2 answers

How to add one GridColumnGroup into another GridColumnGroup in nebula grid?

I have used a nebula Grid (org.eclipse.nebula.widgets.grid.Grid) in my view. I have used its GridColumnGroup features for what they are meant. Now I want to design the grid GUI as in the design image below, i.e. the grid should have multi-level…
yayayokoho3
  • 1,209
  • 2
  • 16
  • 40
2
votes
3 answers

ExtJS 4 grid.Panel how to use dataIndex of a sub-element

I am trying to display data in an ExtJS grid. I have it mostly working, but in my array of data, I have an array containing additional data (named 'extra'). I need to display fields from this sub-array: Here is some example data coming back from…
Scott Szretter
  • 3,938
  • 11
  • 57
  • 76
2
votes
1 answer

Adding rows to the MVCContrib Grid

I'm developing my first MVC website and I'm experimenting with the few available grids out there. I really like the MVCContrib grid, but I need to implement a standard "Add new record" functionality, and I don't see a clear way to add a single…
Dave Swersky
  • 34,502
  • 9
  • 78
  • 118
2
votes
2 answers

ExtJS. Fit Grid Width into a Panel

I'm very new on ExtJs and I can't solve a problem. I have a grid that it is adjusted to its panel container (layout:fit) but when I colapse the panel, the grid doesn't adjust to the new Width. If I'm not mistaken, ExtJs can do this…
Juan Ramón
  • 188
  • 1
  • 2
  • 10
2
votes
3 answers

MATLAB XYZ to Grid

I have a tab separated XYZ file which contains 3 columns, e.g. 586231.8 2525785.4 15.11 586215.1 2525785.8 14.6 586164.7 2525941 14.58 586199.4 2525857.8 15.22 …
MBL
  • 1,197
  • 2
  • 11
  • 17