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
3
votes
5 answers

CSS grid with single line on hover

I have created a grid with div boxes on http://jsfiddle.net/TsRJy/. The problem I don't know how to make the a:hover work. Info Rewrite the HTML code as a table is not an option for me. http://www.normann-copenhagen.com/Products succeded with this…
Jens Törnell
  • 23,180
  • 45
  • 124
  • 206
3
votes
3 answers

Dynamic RowDefinition Height

I have a simple xaml control with the following Grid Row definition:
James
  • 3,597
  • 11
  • 47
  • 57
3
votes
1 answer

GMGridView equivalent in android

Do we have something like gmgridview equivalent in android.Some library or something that can simulate the same behaviour for android like GMGRIDVIEW do for iOS.
Amit Hooda
  • 2,133
  • 3
  • 23
  • 37
3
votes
2 answers

How to increase/descrease font size in Dojo DataGrid

How can I increase/decrease the default dojo datagrid font size? Should I do this in CSS or is there a property I can set when extending the DataGrid class?
David Zhao
  • 4,284
  • 11
  • 46
  • 60
3
votes
0 answers

WPF ItemsControl -> ContentPresenter

I hope someone can help me with my ItemsControl Problem :) I use a ItemsControl with a Grid as an ItemsPanel to Add/Remove Column/RowDefinitions in MVVM (and also the Cell Content) this works fine, but when I try to add a GridSplitter the splitter…
wrld
  • 33
  • 4
3
votes
2 answers

Extjs 4 grid filtering

this is exactly what I am looking for http://www.developerextensions.com/index.php/extjs-filter-row but I could not find a version which would work well with extjs 4 Its very possible that I created a false code because I am noobie in extjs so…
John Doe
  • 983
  • 4
  • 14
  • 27
3
votes
2 answers

Display hierarchical XML data using DataGrid

I have an XML file such as the one shown below ...
maayaa
  • 171
  • 1
  • 1
  • 6
3
votes
3 answers

Telerik Grid MVC and check all checkbox on all pages

On Telerik demo site we can see an example of how to implement kind of functionality: "check all checkbox in a grid's column". But in my case it has 2 disadvantages: It didn't check all checkbox on all pages. It didn't save a state of checkboxes…
apros
  • 2,848
  • 3
  • 27
  • 31
3
votes
1 answer

how can i create custom grid column with radio button in custom module in magento

i want to create custom grid column with radio button in it. i have created with following code,but the problem is,i am not getting radio button name thats why radio button can be selected to multiple.....help me to get radio button…
Keyur Patel
  • 255
  • 3
  • 15
3
votes
2 answers

Wpf ItemsControl.ItemsPanelTemplate as a Grid and add new items in different columns

I'm working on a dynamicaly created grid containing in each new column a new item added to an ItemsControl. I'm using Rachel Lim's GridHelper For now, i have a main window like following, Xaml code:
Julien
  • 187
  • 1
  • 2
  • 13
3
votes
2 answers

Get Grid Row and Column from X and Y Location

I have a Grid and I know the X-value and Y-Value of where I clicked with my mouse. Example: X: 235, Y: 235 --> This should be Column: 3 and Row: 3 How Do I get what column and Row is on that x,y coordinate? Do I really need to add every width of…
Zarkos
  • 457
  • 10
  • 30
3
votes
1 answer

css slide-out divs in grid arrangement

I'm trying to create a "grid" of "blocks" that when hovered over will reveal some text in a div beneath it. In the example I've got everything how I'd like it but- is there a way to make it work in the arrangement I have it in? What I'd like is for…
JackArrgon
  • 127
  • 1
  • 1
  • 9
3
votes
1 answer

How to set focus on a row in grid in WPF

I have an edit window which pop up with a Grid. This grid is a C1FlexGrid made by ComponentOne. (but I think that this might be a similar problem with other grids..) I want the first row in that grid to get focus and be selected when I open that…
Christian80
  • 449
  • 1
  • 6
  • 17
3
votes
1 answer

How do I put a grid into a cell of another grid with ExtJS 4.1

I read about this rowexpander feature of grids in ExtJS, but this only works, like the name suggests, for rows. I'd like to put grids into single cells of another grid, to display detailed data. I read that it is possible to nest anything into any…
K..
  • 4,044
  • 6
  • 40
  • 85
3
votes
1 answer

Devexpress Grid MVC 3 Razor engine

I'm using devexpres grid for mvc3 razor web site... so when I'm trying to change column position (header filter drag and drop option is set to true) icon appears on different place Image link here what can I do some advice?
Adam Bremen
  • 685
  • 1
  • 7
  • 18