Top "Grid" questions

NOT FOR CSS GRID LAYOUT.

C# Foreach XML Node

I'm saving 2-dimensional coordinates on an XML file with a structure similar to: <?xml version="1.0" encoding="utf-8" ?> <…

c# xml grid coordinates xmltextreader
How to change extjs grid single cell background color depending on value changes?

To change whole row background color we can use getRowClass, but how to do the same logic only for one …

css extjs grid extjs4 row
Extjs - Get rowIndex of a selected row

I have been seleted a row, and now i want get rowIndex maybe like grid.getSelectionModel().getSelection()[0].rowIndex but it's …

extjs grid extjs4 extjs4.1
Bootstrap grid with fixed wrapper - Prevent columns from stacking up

As the title says I'm trying to use Bootstrap 3 grid system with a fixed wrapper. But when I resize the …

css twitter-bootstrap grid web-deployment twitter-bootstrap-3
How to programmatically access Control in WPF Grid by row and column index?

Once Controls have been added to a WPF Grid, is there a way to programmatically access them by row and/…

wpf grid row
How to plot 3D grid (cube) in Matlab

Hi I would like to plot transparent cube-shaped grid with lines in it. Something like this: However, I managed only …

matlab grid plot cube
Set Grid Column/Row width/Height dynamically

I need to create a WPF grid dynamically from code behind. This is going okay and I can do it …

c# wpf grid code-behind
WPF Grid not showing scroll bars

In .NET 3.5 I have a Grid in a Window. I am populating this Grid with Buttons. When the buttons fill …

c# wpf grid .net-3.5 scrollbar
How to change columns set of kendo grid dynamically

I am trying to change the columns collection of my Kendo grid in the below way. var grid = $("#grid").data("…

kendo-ui grid kendo-grid
Dynamically toggle visibility of WPF grid column from C# code

My problem is: I can't find out how to toggle the visibility of my WPF grid column. Assume following XAML …

c# wpf xaml grid visibility