Consider using [grid-layout] or [grid-computing] instead.
0
votes
1answer
12 views
css grid uneven height without jQuery Masonry plugin
Is it possible to have uneven height grid in CSS?
I have taken this illustration from a different question, but the answer to that question was "Use Masonry".
So I want to achieve the result in ...
0
votes
0answers
12 views
5grid flush rows
I'm trying to build some nested rows in a 5grid layout and have the whole thing flush (the main row and all the nested rows) so it creates one continuous element (they contain various branding colors ...
0
votes
0answers
4 views
Making grid items the same height…after rating data populates
I'm currently workign on a grid page. Each item has a border around it so it is important that they are the same height; otherwise, it looks really mess. I am using this script:
...
0
votes
0answers
7 views
Tapestry: custom component and title in Grid header
I need to change the title of a grid header, and add a custom component to it. I use a .properties file to set the title, and this template code to add the custom component:
<table class="table ...
2
votes
1answer
13 views
Tapestry: How can I keep the sort functionality in a custom Grid header?
I need to customise the header text on a Tapestry Grid column. This code does just that, but it removes the sort functionality
<table class="table table-striped" t:type="grid" t:source="data"
...
0
votes
2answers
16 views
kendo grid request null when update and sent type is create
I am using the Kendo UI Grid. Basically, what I want to do is bind the grid on remote data which are sent on json format and be able to edit it.
The Grid receive the data and display it as I want. ...
0
votes
0answers
9 views
Slickgrid remove aggregators
i have setup some aggregators to my summary line. Everything works ok, but i need to remove some of them in some cases. What is proper way to do so?
I haven`t fount any solution for that, so i just ...
1
vote
1answer
64 views
R: Calculating Pearson correlation coefficient in each cell along time line
I have two sets of rasters, both with same x,y,z extent. I've made two stacks: stacka and stackb. I want to calculate the Pearson correlation coefficient (PCC) in each grid cell between two stacks ...
0
votes
0answers
12 views
Switch between kendo dropdown to Kendo AutoComplete
I am using a Kendo grid in MVC with customized filter menu as below:
http://demos.kendoui.com/web/grid/filter-menu-customization.html
I was trying to switch Kendo dropdown (the second dropdown in ...
1
vote
4answers
39 views
Binding List<T> to DataGridView in WinForm
i have a class like below.
class Person{
public string Name {get; set;}
public string Surname {get; set;}
}
And i create a List<Person> then add some items to this list and bind ...
1
vote
1answer
21 views
MVC Kendo UI Grid = Custom Button can't return selected row id
I want to get the selected row "ID" but it just failed... and i have totally no clue what is happening here.
MVC HTML Code :
@(Html.Kendo().Grid(Model)
.Name("grid")
.HtmlAttributes(new { ...
0
votes
1answer
15 views
Set one property visible at a time in a Grid row in WPF
I have a Grid which has multiple rows.
In First row of my grid I have a DataGrid to show some content when my Tree is clicked.
If there is no content to the value clicked in the TreeView then ...
-6
votes
0answers
44 views
Finding the row and column totals in an M*N matrix [duplicate]
Here is how the 1 dimensional array is: [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20]
I want to treat it like :
01 02 03 04 05
06 07 08 09 10
11 12 13 14 15
16 17 18 19 20
Here is the ...
0
votes
0answers
18 views
Write and show time in grid column date field correctly using extjs 4.2
I am using extjs 4.2 and I am trying to show, then edit a Grid with Rowediting Plugin. I am using JsonP proxy with my stores... My problem is that i had set in my store, that a date field must have ...
0
votes
0answers
17 views
kendoui strange behaviour in loading json data
I'm trying to work with kendoui grid and I've got this strange behaviour in loading data:
1) Before all the source code I'm using:
<html>
<head>
<title>VIC</title>
...
0
votes
3answers
110 views
Finding the column total in an array
I have an 1-dimensional array with random elements, got through a m*n grid. I want to find out the row total and column total, present in it.
Here is how the 1 dimensional array is:
...
0
votes
0answers
21 views
Getting selected row of grid and its column(checkbox) in Javascript
I have an aspx page in which I have a grid (div->table->row->grid) in which I have an itme template for checkbox
<asp:TemplateField HeaderText="TPM Recommedation"><ItemTemplate>
...
0
votes
0answers
33 views
add line segments showing the error between points of scatter plot and grid of surface3d
I'm very new to R, and I'm having trouble adding line segments showing the error between points of scatter plot and grid of surface3d.
Surface Data
x <- ...
0
votes
3answers
18 views
LESS stylesheet not registering
Is there a trick to LESS? I can't get any of it to function in-browser. Maybe I'm declaring the stylesheet in the browser wrong? It's literally just not showing up at all. I've included the min and ...
0
votes
0answers
17 views
Kendo Grid - How to conditionally apply a min value to a field?
In my editable grid I have a fields, one of which I want to have a minimum value of 0 or 1 depending on which row it is. For instance:
ID: {editable: false},
NameField: { editable: false },
Count: { ...
0
votes
1answer
17 views
Yii's CArrayDataProvider and new rows
Is there a way to show in a Grid that takes it data from CActiveDataProvider some new rows that are not actually yet into the database?
here's my scenario..
I have to fill by X times (the quantity ...
1
vote
3answers
33 views
Image Aspect Ratio
I have a grid system on my silverlight windows phone 8 page which will accommodate a number of pics on a button click. The size of the cells assigned to be 150x100.
My question is, if the original ...
0
votes
2answers
50 views
WPF Datagrid view header binding
Actually the issue im facing is slight different than what title says.
I try to sumarize the issue below.
Class PersonnelViewModel
{
public SelectedPersonnelItem PersonnelItemViewModel;
}
Class ...
0
votes
0answers
17 views
Extjs 4.2 grid refresh loads old data
I have a grid in Extjs 4.2, the store for it is configured as below.
var userStore = Ext.create('Ext.data.JsonStore', {
model: 'User',
proxy: {
type: 'ajax',
api: {
create: ...
0
votes
1answer
25 views
“internal compiler exception occurred” while using gxt grid
I AM USING GWT 2.5.1 AND GXT 2.2.5,
THIS IS THE BEAN I AM USING:
public class Modelo extends BaseModel {
public Modelo(String nombre,String noParte,String imagen){
this.set("nombre", ...
0
votes
3answers
31 views
Generate multiple lattice plots on a grid using lapply in R
How do plot multiple lattice plots onto a single lattice plot where the plots are generated using an lapply function?
The following is a demonstration of what I have tried so far using the built in ...
0
votes
1answer
18 views
Couple newbie questions regarding the openJS grid
i am playing with the openJS grid. Being through all the videos, however still stuck. I am using the latest OpenJS Grid 2.1.5. Couple questions here:
When i used the basic setup example, with the ...
0
votes
1answer
18 views
C++ What is the best data structure for a two dimensional array of object “piles”?
The size of the grid will be known at the start (but will be different each time the program starts). However, the DEPTH of each cell is not a mere value, but rather a population of objects that will ...
1
vote
1answer
15 views
Changing navigation using Susy
How can I change the layout of different elements of a page using Susy, for instance, change the top navigation of a page from a bar when on desktop, but a button with a dropdown when on mobile?
0
votes
2answers
30 views
Position and orientation of robot in a grid
I want to make a 10x10 grid and put the robot in position (10,1) (bottom left). I want this robot to be able to move forward, turn left/right and to pick up/put objects in a grid. When put in any ...
-1
votes
0answers
32 views
Why li instead of divs? [duplicate]
I always wondered why people use li especially when by default they indent, had a dash or bullet point etc. Especially when we are talking about a grid such as a 3x2 in this example
we see a grid ...
0
votes
2answers
42 views
tapestry5.3.7 t:grid not working with xmlgregoriancalendar
Imported ejb entity into tapestry project looks like this
its in "generated sorces (jax-ws)"
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import ...
0
votes
0answers
14 views
SmartGWT ListGrid FilterEditor getValue
I have a little appliation that shows MySQL data in web browser ListGrid. It has 14 columns.
I would like to upgrade it so the user could add query parameters.
For this job the best I could imagine is ...
0
votes
1answer
81 views
Displaying Gridview values outside the grid on rowcommand event without using index of column
I have a grid in which all columns are boundfield and one template field, which is a link button.
On clicking the link button, I need to display the grid column values in to a panel which has ...
0
votes
0answers
33 views
WPF - Set Images to Grid
I am trying to set images to a grid I gave created, I am a noob, so please don't get mad at my coding :). I was wondering if there is a way to say set image to grid row 1, grid row 2, etc. I am trying ...
0
votes
1answer
26 views
Bootstrap using fluid grid vs standard grid
I have a basic Bootstrap question regarding the grid system. When you use the standard grid and apply the container class your container width ends up being 940px by default. If I want my container to ...
0
votes
1answer
22 views
Matplotlib grid xaxis in daily interval
I have a .csv file with data every 10 minutes that looks like this:
15/12/2012 13:00,20.83,23.06,23.07,23.12,22.73,22.13,22.79,22.62,13.5,47
15/12/2012 ...
0
votes
0answers
14 views
struts jquery grid not rendering after loading in sj:div
I click on a menu to load a sj:div which contains a sj:grid. The div is updated but the grid is not rendered at all. There is no call to the server to render it. Does anyone know if such scenario can ...
0
votes
1answer
23 views
Draw a corner in WPF
I am trying to draw a corner in WPF inside a grid element using 2 line elements.
I am trying to do something like this:
Vertical line going from the center of the lower edge to the center of the ...
0
votes
1answer
41 views
Custom grid resize in WPF grid
I am using this DataGrid (which is nothing more than a DataGrid with more stuff). I would like to be able to resize vertically the size of the grid, not the size of its rows or columns. In the image I ...
0
votes
2answers
19 views
Python Tkinter Layout Problems
I'm trying to use .grid() to make a tkinter layout. I have all my buttons aligned on the left side, and I want to put a textbox on the right. The problem is that when I try to do that, it messes up ...
1
vote
2answers
47 views
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 two columns, where the first columns width is the width of the widest item in that column, and has as ...
0
votes
1answer
31 views
Rails: Displaying Users on Index Page
I'm trying to style the Users Index page in my project via CSS so that the User Photos and Text appear in a 'Grid' fashion as users register and are added to the database. My users/index.html.erb ...
0
votes
0answers
123 views
Kendo Ui Grid Edit Popup Window validation - ASP.net MVC validation Summery
To my understanding ASP.net MVC validation Summery does not work in Kendo ui grid popup windows.
Is there a way I can achieve this, so that I can display validation errors on popup windows similarly ...
1
vote
1answer
42 views
ABAP ALV grid: sorting by inverted date
My friends, I faced some interesting problem:
There was a necessity to output TCURR table (exchange rates) into ALV grid. All went fine but when user tried to sort table by "valid from" date (GDATU ...
0
votes
0answers
16 views
WPF: Making a grid based block diagram dynamic
I have been building a block diagram using Grid. The diagram consists of two boxes and three lines as follows:
<DockPanel>
<Border Width="450" Height="200" DockPanel.Dock="Right" ...
0
votes
0answers
18 views
Grid column width inside dock panel are not correct
I have a 2x2 grid inside a dock panel like this:
<DockPanel HorizontalAlignment="Center">
<Grid ShowGridLines="True">
<Grid.RowDefinitions>
...
1
vote
1answer
40 views
How to iterate over rings in a raster grid?
We are at any given position in two dimensional the space. This space is divided in quadratic cells. I want to loop over all cells in a given distance, in order of their distance to us. That could ...
0
votes
0answers
16 views
Creating a grid (coordinate reference system) in R-programming to compute the density of particles within a cell
I'm using a particle dispersal model and would like to compute the number of particles present in a given geographic region (e.g. 1° long. wide/0.5° lat. high). This would require first to create a ...
0
votes
1answer
80 views
GXT 3 Can't fill Grid
I want to load data from a remote server in the grid. The following code:
final RepServiceAsync service = GWT.create(RepService.class);
final RepProperties props = ...



