Consider using [grid-layout] or [grid-computing] instead.
0
votes
0answers
7 views
Kendo Grid with DropdownList
Hi I'm using Kendo grid with dropdownlist, I followed the demo in http://demos.kendoui.com/web/grid/foreignkeycolumn.html
but Im recieving this error "DataBinding: 'System.Web.Mvc.SelectListItem' ...
0
votes
2answers
26 views
GWT best cell widget/table to populate columns?
I am creating a GWT app that will use a table to display some data. I am not sure which cell widget/table to use to populate data vertically in column. Basically I want to populate data going down ...
0
votes
0answers
15 views
Multiple Row Grid (Susy Grid System)
As I've seen, I can create several rows in only one container. The problem comes with IE when not all elements have the same height. The following example shows a 3x3 grid in IE8. Notice the 4th ...
0
votes
0answers
11 views
KendoUI MVVM Binding manually updating the source from displayed value
The situation:
I've extended a grid, and added an onkeydown event to listen for tab or arrow, whcih will allow the user to go to the next "editable" cell. I do this using ...
var grid = $("#" + ...
0
votes
0answers
9 views
Visualizing and manipulating a 1500 col by 1000 row data set in a browser
I need help identifying a grid control (jsp preferred but not necessary) which will let me create a browser based application that can load a large 1500x1000 data set and manipulate it.
I should be ...
1
vote
2answers
29 views
Making a good pagination for a grid - extJS
I'm new to ExtJS.
I followed a tutorial with the aim to create a pagination on a grid.
The code was simple, and I found it suspicious...
as result, the paging toolbar is there but there are still all ...
0
votes
0answers
18 views
EXT js beforeedit
i have now another big question, i paste my code and i asked then my question
var gridTablaConsulta = Ext.create('Ext.grid.GridPanel', {
title:'Consulta Tabla lotes',
id:'gridTabla',
...
0
votes
0answers
8 views
how to make ajax call on telerik mvc grid clientside onsave event
I have a telerik mvc grid whose edit mode is incell.
now i want to validate the edited cell value by making an ajax call to the server side and then proceed with the saving or stop the edition by ...
0
votes
0answers
14 views
Flex ExtendedAdvancedDataGrid fill filter programmatically
When I open the mask with the ExtendedAdvancedDataGrid, i want to fill one of the filter (TextInput Filter) with a search string that i will get via a parameter.
Is that possible? If yes, how?
...
0
votes
0answers
7 views
Adding button to the GXT Grid cell
I use GXT 2.2.0 and I need to make a button for deleting rows. It was an idea to make checkboxes and create a button "delete", but I already have checkbox for choosing rows by users to use it further ...
1
vote
2answers
31 views
Extjs Grid - callback store variable into pagingtoolbar
I init store variable in 'initComponent' of gridpanel like
initComponent: function() {
var store = Ext.create('Ext.data.Store', {
model: 'MyDataObject',
...
-1
votes
0answers
11 views
Images in gridvew in asp.net not list
All!
I have an assignment to display images from database in grid like mostly fashion sites. How can i do displaying images from database is not problem for me.
Hope you guys answer me.
Thanks!
0
votes
1answer
25 views
Responsive css grids and various resolutions?
I looked at some css rsponsive grids. I'm currently trying Unsemantic.
I don't really understand how it can manage various resolutions like 400, 768, 1024, while we can only use two kind of classes : ...
1
vote
2answers
56 views
How to access grid files by coordinate args in a bash script?
I have a huge ESRI Grid file with space separated data. To simplify this question, I'll use an example file elevation.asc with 5x5 values.
The header of my elevation.asc contains some additional ...
0
votes
0answers
15 views
How to locate a Kendo UI detailGrid after create complete event
I'm sorry to ask this question because it seems like the answer should be obvious, but I can't find it.
I am processing the "complete" event after a create action on a detail grid because I wish to ...
0
votes
1answer
25 views
Extjs 3.4 multiples search in grid Costum logic
I'm looking something like this but for Extjs 3.4 Filtering with costum logic
var filters = [
new Ext.util.Filter({
filterFn: function(item){
return item.get('GridFieldName') == ...
1
vote
1answer
20 views
How to load json data on view fields in extjs4
i am working in extjs4. i have view as-
Ext.define('Balaee.view.qb.qbquestion.editWindow',
{extend:'Ext.form.Panel',
alias:'widget.editWindow',
autoScroll:true,
...
0
votes
1answer
39 views
Can you recommend JavaScript grid? [closed]
Which JavaScript grid (jQuery-based is preferred) have all of the following:
- several upper rows and left columns freezing
- cell merging
- in-place multiline cell editing
- multicolumn sorting and ...
0
votes
0answers
12 views
how to bind the value of a comboboxitem as checkbox text in radgrid filteritem template
I have a radcombobox in a flitertemplate that contains three fixed items and acts as a filter for the radgrid,also i have a checkbox in my itemtempalte to to allow users to be able to filter the grid ...
0
votes
0answers
18 views
MSFLEXGRID slow navigation between cells
I am using msflexgrid in my vb6 application, It do work fine,but if any cell has large content then the problem comes. the problem is that when we navigate in grid by using arrow buttons, navigation ...
0
votes
1answer
24 views
How to change the font size of a grid title - ExtJS?
I'm new to Ext but after several researches and questions on Stack Overflow, I succeeded to add pictures in grid rows, headers rows, to change font-size, font-color of header titles, etc. But I still ...
0
votes
0answers
25 views
Buttons on Navigation Drawer not working
I'm trying to customize a Navigation Drawer so it displays a grid of Buttons. The problem is that after inflating the grid with a customized adapter the buttons don't seem to work.
I've implemented ...
0
votes
2answers
28 views
switch list/grid view using jQuery
on one of my website page, i present datas on a table element. But i want to add a button to let user choose if he want to see datas as a list (table) or a grid (ul>li>img). what is the best way to do ...
1
vote
1answer
42 views
Deleting the rows checked in a kendo grid
I have a kendo grid with file name and checkbox as columns. Each row has a file name and checkbox. I want to delete the rows, which are checked on click of a button.
I used the following code inside ...
0
votes
1answer
16 views
Sort Non Ascii (UTF-8) in Gxt Grid
I have simple grid like this one http://www.sencha.com/examples-2/#editablegrid;
When I add no ascii character to it (like Ł,Ć,Ź,Ż etc) after sort by column those entries go to the end instead after L ...
3
votes
6answers
60 views
Divs not floating despite correct total width
I can't wrap my head around why my 25% div is not floating next to 75%.
The widths of the divs including margins sum up to a correct total width of the .content div.
I must be missing some info on how ...
0
votes
1answer
22 views
Grid issue on IE8 with Unsemantic
I use Unsemantic for the first time, and I forgot to check my page on IE8. Here is the disaster : http://canapin.com/web/meteo/
Unsemantic is supposed to be IE8 compatible, but my page is messed up, ...
0
votes
0answers
14 views
Zurb Foundation grid gives me height, reflow issues
One of the core components in Foundation fails on me. Seems to be a flaw in foundation grid.
This img says it all - 'smalll':
Here is a Fiddle as well, make sure you resize the window to 'small',
...
3
votes
4answers
85 views
How can I create a semi-random grid of numbers such that each number appears once, AND most importantly is not too close to its precedding number?
Lets say I have a grid (10x10) and I want to fill it with the number sequence 0 - 99. Here are some conditions:
Each number in the sequence should appear only once in the grid.
The placement of each ...
0
votes
0answers
17 views
Widget to display matrix, preferrably Javascript
I'm looking for something that will allow me to display huge matrices on my web page, and I would prefer that it be a Javascript solution. These matrices will have indexes, so they'll look like this, ...
1
vote
1answer
26 views
Tapestry 5 how to get a checklist with a behaviour like <table t:type=“grid”>
I am looking for something like but in a checklist. I want to select (using the checkboxes from the checklist) some items from a list of objects I get from my DB (implemented on my services, using ...
-2
votes
0answers
22 views
How add new row on product section MAGENTO [closed]
anyone can please tell me how can I add new row on magento product section , I only have one row with 4 product ...I would like to have 2 row with 4 product ...
Please someone advice
0
votes
0answers
7 views
what is best approach for image sizing on 1200px responsive grid system portfolio site
I'm designing a responsive, portfolio type of website (showing off some web designs and photo
shoots). I'm using a grid system that has a max-width of 1200px ( the system is called
Gridiculous).
...
0
votes
1answer
17 views
How do I work with grids when I need padding and margin?
I've stayed clear of using any kind of grid systems because I always mess it up with padding and margin.
Let's sat my grids are at 90px and I have this code:
//HTML
<div class="col1">
<div ...
0
votes
0answers
27 views
jqgrid Update multiple rows at once
What would be the best way to edit a single column of many selected rows at once?
Let's say you have a grid.
'SELECT id, Owner, Status FROM inventory'
Then you use Grouping to order by Owner.
...
0
votes
0answers
35 views
Kendo MVC Grid Within a Window DataSource Read
I'm trying to populate a kendo grid within a kendo window in MVC and am unable to find what is wrong. The window is created, and the grid is created within the window... however the DataSource's Read ...
0
votes
2answers
30 views
Highlights a line with a color in a grid - ExtJS
I tried to get some custom css to customize my grid in ExtJS.
I was struggling with the cls input, but then I found an other way which worked.
What I want is to highlight a whole line regarding a ...
0
votes
0answers
20 views
Editable, grid table in WPF that alows to change the cell appearance
In my application I need to show a table. The table data will be provided by me and then the user will be allowed to change it.
When the user changes a cell data, I need to change the foreground color ...
0
votes
1answer
12 views
Does KOGrid have Aggregates?
Does KOGrid have Aggregates?
I want to show Total, Min, Max under the column.
If not inbuilt is there an easier way to create them?
-4
votes
1answer
38 views
CSS percentage width of DIV, IE8 [closed]
I'm making a webpage of vinery, and I have a problem with Internet Explorer, version lower than 9.
I'm using unsemantic grid system, and grids in that CSS have percentage widths (eg. .grid-15 is 15% ...
0
votes
0answers
23 views
Responsive grid layout in repeater control
Hi below is my screenshot,(I am using Repeater control to display items from database)
but instead of this i want below grid layout without spacing between two items:
can anyone suggest any css ...
0
votes
2answers
37 views
Ext js popup How make it work ? in action link
How Can I make it work ?
I want put delete icon in my grid like a columnaction with popup to confirm.
You want to delete x item ?
made something like this but its not working
{
...
-4
votes
0answers
16 views
Grid / Hierarchy Convert Hierarchy DataSource to Grid Hierarachy
0: {,…}
Accounts: null
ChildGroups: [{Code:10, ShortName:null, Description: FOODSERVICE AUCKLAND, Message:null, Suffix:null,…},…]
0: {Code:10, ShortName:null, Description: FOODSERVICE AUCKLAND, ...
0
votes
0answers
16 views
Getting jqgrid cell value in subgrid
I have a jqgrid subgrid and a great format for a column called Status. It turns it into a URL with two queries: RMAVal and Serial. Those values will then be followed by their respective values, from ...
0
votes
1answer
26 views
Ext JS - Grid when applied with filter leaves empty/blank sections in grid
For example, when I apply a filter the grid area looks like this:
(Top of grid)
blank area
blank area
blank area
row w/ info
row w/info
(Bottom of grid)
I looked for a ...
1
vote
2answers
32 views
Add a picture into a grid - ExtJS
i'm (very) new to ExtJS, and I'm trying to add a picture into one of the fields of my grid.
I've already looking for some results or tips on Google, I found out the "render function" but it doesn't ...
0
votes
1answer
25 views
How to create a grid that will scale to the screen size and density
I want to create a simple grid of 6 square buttons in the center of the screen. To act as like a menu. The problem is that i don't know how i can scale these with the screen size. For example a 100dp ...
0
votes
1answer
17 views
Numbering Grid Rows in Ext JS Ext.grid.panel
I am trying to get numbered rows with my grid.
var grid = Ext.create('Ext.grid.Panel',
{
I looked into the documentation for Grids in Ext JS, however, I cannot find a numbering property. Any ...
0
votes
0answers
44 views
Masonry.js not working
this is the first time I'm using masonry and I'm applying it straight to a project I'm working on so I'd like to get it to work with this coding system rather than having to change it but I just can't ...
0
votes
0answers
28 views
Why i dont get Editing Event in my grid?
i am having so much troubles trying to update my grid columns data when i change a combobox value in the same grid. I was trying to get the right event for do this. After some tries... i am frustrated ...

