Top "Grid" questions

NOT FOR CSS GRID LAYOUT.

Bootstrap 3.1 How to use mixin make-grid-columns()?

I used to use Bootstrap 3.0, and compiled my css from the bootstrap less files + some of my own less. In …

grid twitter-bootstrap-3 less
How to change background color of a cell in Devexpress Grid?

I have a devexpress xtragrid with 40 columns. I compare each cell value with other and if it is different then …

c# grid devexpress xtragrid
How to make grid view scroll horizontally not vertically in android?

I have a dynamic Grid View. Means its content varies. So, if the number of items increases it makes vertical …

android grid horizontal-scrolling
How to dynamically add RowDefinition or ColumnDefinition to a Grid with binding?

I'm trying to create a table with a variable number of rows and columns. I'm doing this with an ItemsControl …

wpf templates grid itemscontrol
no template property on grid style in WPF?

i want to move all the content of a grid to a style/template/Container (don't know which one to …

wpf grid styles
How to hide Label or TextBlock inside a WPF Grid

I am trying to hide the TextBlock and Label which are placed inside a grid like so: <TextBlock Grid.…

wpf grid label textblock
Python Tkinter Embed Matplotlib in GUI

I'm trying to embed a plot in my Tkinter GUI coded in Python. I believe the code below succeeds in …

python canvas grid matplotlib tkinter
Create Row every after 2 item in Angular ng-repeat - Ionic Grid

I need to create a strcuture as below in my app through ng-repeat. <div class="row"> <div …

angularjs grid angularjs-ng-repeat ionic-framework
Using an ng-option dropdown in a ui-grid editableCellTemplate [ng-grid 3.x]

I'm using ng-grid's new 3.0 release ui-grid to make a grid in my application. What i'm trying to do is make …

javascript angularjs grid ng-grid angular-ui-grid
How to disable action column item for a single row?

Consider this JSON sample : [{id:1,editable:true},{id:2,editable:false}] These records are about to be loaded in a store, …

extjs grid extjs4 action extjs4.1