grid

jQuery - Define a div as a grid

Is there anyway to give a div the "grid" option in jQuery? I don't want to draw a grid on the div itself. The idea is for smaller layers to snap into the bigger div, in a grid like manner. ...

jQuery Ajax grid

Hello, We are starting a new ASP.NET MVC application and want to use an jQuery Ajax grid. I came across following options: - jqGrid (better than Flexigrid because it supports editable cells) - Flexigrid (looks better than jqGrid) - tablesorter - Ingrid - jqGridView - OTHERS? Which is the best choice for jQuery Ajax grid ? W...

.NET WinForms grid with multiple scrollbars?

Is there a .NET WinForms grid that supports multiple scrollbars, by dividing the grid up into N parts, horizontal-wise, and having a scrollbar for each part? Example: |---- Part 1 ---|---- Part 2 ---|---- Part 3 ---| | Col 1 | Col 2 | Col 1 | Col 2 | Col 1 | Col 2 | |<****=========>|<****=========>|<****=========>| Each of those part...

Is there a better multi-select than the default TDBGrid in Delphi?

First off, this applies to Delphi 5 Enterprise, as this is what we use at work. There's no view to upgrading any time soon, as this version "does what we need", apparently. After setting the dgRowSelect and dgMultiSelect options on a TDBGrid, the behavior does not confirm to a standard Windows UI. I don't think we've ever needed this o...

GWT-Ext EditorGridPanel rendering problem

I am using GWT 1.6.4 and GWT-Ext 2.0.6. I am trying to use EditorGridPanel and facing rendering problems. When the module loads I create a Panel (TopPanel) with BorderLayout and add that to the ViewPort. I then create another Panel (CenterPanel) and add EditorGridPanel, three buttons to the center of the BorderLayout Panel (TopPanel). I...

Running a Data Synapse Win32 DLL Grid Node on a Windows 64 Machine?

We are developing a Data Synapse calc node process in C# that requires functionality in a Win32 DLL. We have no problems building this. The question is it has to run on a Windows 64 bit system, with Data Synapse 5.1 Grid APIs for Windows 64. While Windows 64 will run most processes transparently using WOW we don't know that Data Synapse...

GridBagLayout weight bug?

The layout of the components in the project I'm working on didn't look correct, I suspect there's a bug in Swing. Basically, what appears to be happening is that the weightx and weighty proportions aren't being adhered to when the cells being laid out have varying minimum sizes and/or preferred sizes. I created a sample program to demo...

Access ExtJS grid's column model from other file

I have an ExtJS grid that has a button set up in it. The button triggers a function that's defined into other JS file that's included in the grid page. The function triggers ok but in that function I want to get the columns count like this: grid.getColumnModel().getColumnCount() The problem is that I get an error like: grid.getColumnM...

Ultimate grid invisible

Hello, I am trying to use ultimate grid from Code Project in a dialog box but the grid is invisible. m_Plist.AttachGrid(this, IDC_CREDENTIALS) returns true but the static text place holder where the grid should be shown cant be seen and the grid is never displayed. I am using sample the code from here http://www.codeproject.com/KB/M...

Siverlight Grid XAML script issue

Hello everyone, Here is my Siverlight Grid script, I want Media Element mediaPlayer to occupy left half of the whole Grid space, and want Media Element cameraPlayer to occupy right half of the whole Grid space. But my following code does not work quite well (I have set related Grid column/row value), two Media Elements play overlap. An...

Change column width in Flex Grid

I'm using a mx.containers.Grid to layout some data, and the last column is a set of checkboxes. MXML Code snippet: <mx:Grid width="95%" height="50%"> <mx:GridRow id="row1"> <mx:GridItem> <mx:Label id="label1" ... /> </mx:GridItem> <mx:GridItem> <mx:Label id="textValue1" ... /> </mx:GridItem> <mx:GridIte...

WPF Grid - align it's children automatically

There is some way, a property like VerticalContentAlignment for aligning grid children or do I have to do it manually one by one? ...

Adding line separator to Gridview

Hello, I’m relatively new to ASP.NET and SQL, so what I’m asking maybe a simple question for some, but not for me. What I have is a Grid View that I’m trying to populate softball hitting statistics with. In it I’ve stacked statistics yearly statistics on top of career totals at the very bottom of it. I’ve accomplished this by doing a...

SmartGWT ListGrid is slow, but only in Internet Explorer

Hello, we have migrated from gwtext to smartgwt and overall the experience is ok. However, we have big problems with the ListGrid component of SmartGWT. It is very slow if both of the following conditions are met: Internet Explorer is used 5 or more columns the speed will decrease if you add more columns up to the point where the ...

JQGrid subgrid Url: Is it possible to change the value of ?Id=id

Hi folks, I'm trying to implement a JqGrid with a subgrid as so... jQuery(document).ready(function() { jQuery("#list").jqGrid({ url: '/OrganizationalUnit/FindAll/', datatype: 'json', mtype: 'GET', colNames: ['Name', 'Actions'], ...

Grid vs. Canvas

I'm looking for opinion on using Canvas vs. Grid panels in WPF. I need to make classic input forms that have basically grid layouts, some may have small datagrids inside, groupboxes, but all aligned in grid layout. I’m struggling whether to use Grid or Canvas panel for all my forms. Grid is giving me good structure; I can maintain alignm...

JQuery - Grid Row Highlighting Best Practise

I am looking for the best performing script for providing a hover state to rows within a grid. 90% of users have ie6 clients therefore I cant rely on css :hover The grid is a standard table, some cells have inner tables. I originally started using the .live method with mouseover and mouseout, however this has massive cpu implicatio...

Editable Grid for Java web application

Does anybody know which editable grid available or java web application (struts/spring)? ...

Poor Performance When Dynamically Resizing a WPF TextBlock

I'm currently working out the layout of a WPF Application and seem to have it a bit of a snag in the layout of one of my controls. This control is a dynamically sizing, so it should fit the size of the viewport it's a part of. The problem I'm running into is a very visual problem, so I'll do my best to describe it. Here's what it looks l...

Show/Hide a grid row based on a property?

Hi, I have a grid that has multiple rows. I want to hide/show one of those rows based on a property. Is that possible? In my case, I have two grid rows. One has a property grid and the other a list box. The list box is bound to an object and the list items are bound to an array inside that object. What I want is to hide the row (incl...