Top "Grid" questions

NOT FOR CSS GRID LAYOUT.

Twitter Bootstrap grid inside a panel

I am trying to use the grid system of Bootstrap to accomplish having an image to the left side while …

twitter-bootstrap grid panel twitter-bootstrap-3
extjs grid - how to make column width 100%

The property width is a pixel width. { xtype: 'grid', store: store, selModel: Ext.create('Ext.selection.CheckboxModel', { mode: 'SINGLE' }), layout: …

grid extjs4
How to change Kendo UI grid page index programmatically?

I have a kendo ui grid. Let's say that the JS variable pointing to the grid is called grid. How …

kendo-ui grid kendo-grid paging
ExtJs - Filter a grid with a search field in the column header

In ExtJs, there are many options to filter a grid. There are two nice examples in the documentation, like referenced …

extjs filter grid extjs4 extjs4.2
How to add a grid line at a specific location in matplotlib plot?

How do I add grid at a specific location on the y axis in a matplotlib plot?

grid matplotlib
How to draw grid using swing class Java and detect mouse position when click and drag

I am trying to create a grid UI (5*5) using Swing classes. I tried a nested loop and adding a jPanel …

java swing grid jpanel mouseover
extjs change grid cell background based on value

I applied a renderer to my grid-column, but the background color is not changing: renderer: function(value, meta) { if (parseInt(…

extjs colors background grid cell
Bootstrap Grid Responsive break row

I'm currently working with bootstrap grid system and got the following problem: I got components that stack together in 4 columns …

css twitter-bootstrap grid line-breaks dynamic-columns
How i can create context menu for extjs grid

I can create context menu for tree and attach to 'contextmenu' event. Code: contextMenu = new Ext.menu.Menu({ items: [{ text: …

extjs grid contextmenu
Grid's SharedSizeGroup and * sizing

I have a user control, call it UserControl, that has a grid with the following column definitions: <Grid.ColumnDefinitions&…

wpf xaml layout wpf-controls grid