Top "Grid" questions

NOT FOR CSS GRID LAYOUT.

Stretch Grid to window size

I've just started learning C# WPF with a basic empty project and I want to make a grid, with a …

c# wpf grid size stretch
How to filter multiple extjs grid columns?

To filter one grid column we can use: { xtype: 'button', text:'Search', handler:function(){ store.clearFilter(); var searchValue = Ext.getCmp("…

extjs filter grid extjs4 store
WPF share column width between separate grids

I have the following setup on my WPF UserControl: <GroupBox> <Grid> ... <Grid> <Grid.…

wpf grid user-controls styling
WPF Dynamic Layout with ItemsControl and Grid

I am creating a WPF form. One of the requirements is that it have a sector-based layout so that a …

wpf dynamic wpf-controls grid itemscontrol
Empty message in gridPanel

I'm using Extjs gridPanel to display data. I want to show "No data..." message in gridPanel when no data available. …

extjs grid panel
How to deal with Bootstrap 3 columns have no gap?

I am in trouble with new Bootstrap 3 grid system. I would like to create 4 columns grid. So here's my code: &…

twitter-bootstrap grid multiple-columns twitter-bootstrap-3
Saving changes in SlickGrid

HI, I'm looking at SlickGrid and I can see example on how to edit the cell, however do I save …

javascript jquery jquery-ui grid slickgrid
How to setup a grid as template for an Items control?

I'm trying to create an ItemsControl that uses a grid as its ItemsPanel in such a way that it has …

wpf grid itemscontrol itemssource
ExtJS 4 - How to conditionally edit a cell in a grid?

I have a grid panel using cell editing plugin. In this grid panel, I want conditional editing on a cell …

extjs grid extjs4 cell edit
Kendo UI Grid with Cascading DropDownList

I have a Kendo UI Grid on my Razor Layout which fetches data from the controller. In this grid I …

grid kendo-ui cascadingdropdown