grid

Multiple Column headers lines in dxDBGrid in Delphi?

Users are wanting a grid to have multiple lines in the column header, and I am not finding a solution. Anybody have any suggestions? ...

Should I be using SwingWorker, threading or a recursive update for this animation?

Hi all. As I have said in my previous questions, I'm still new to java. I'm developing a tile based game in java. The movement is on a grid. I'm at the stage where I'm implementing character movement. My plan was, to use the code which I pasted in this question (http://stackoverflow.com/questions/772713/call-repaint-from-another-class-in...

Sort dataGridView colums in C# ? (Windows Form)

Hello there, I have a datagridview that i bind from an sql table, in that dv i have those attributes: Id, Name and Price. When i set the SortMode of the Name Columns to Automatic and i click on the header of this column i can sort this dv based on the first letter of the Name, this way i can order products based on their first letters ( ...

WPF - How can I make a brush that paints graph-paper-like squares?

How might I create a brush that paints a regular, repeated grid of 1-unit thick lines spaced evenly in both the horizontal and vertical axes? Imagine graph paper, if you will. Ideally the solution would allow control over the brushes used for the lines and the background (the regions within the squares). In this way the background cou...

[Q] Dojo(x) Widgets within HTML table do not resize

I have the following page using Dojo 1.3.1 javascript toolkit Content Pane HTML table two columns, N rows Column 1 (left): text Column 2 (right) Dojo widget (can be any, but mostly Grids, pullodwn, etc) Problem: When page loads, it renders Ok (the type of widget and the number per page are determined at runtime, so I ca...

asp.net custom grid vs GridView/ListView

A few years ago, I decided to create my own DataGrid as I didn’t like the standard one provided by Microsoft. It’s a very simple function which takes a DataTable as an input parameter and which returns a string (the html code to display a table on a webpage). It’s very flexible (there are some optional parameters to do the paging, sort...

Adding rows to the MVCContrib Grid

I'm developing my first MVC website and I'm experimenting with the few available grids out there. I really like the MVCContrib grid, but I need to implement a standard "Add new record" functionality, and I don't see a clear way to add a single record to the database and grid without having to reload the entire grid each time. I know t...

In search of a grid for ASP.NET MVC

I'm searching for a robust lightweight grid for ASP.NET MVC. I'd rather not write a grid, if someone else has done it,but I have yet to find a decent grid. It should be 508 compliant and for the most part, 508 compliance eliminates all the JavaScript grids. It has to be easy to use. Not too expensive ( a couple hundred dollars ) I'v...

mvccontrib grid default sort order

Anyone know how to set the default sort order for the mvccontrib grid? ...

JQuery Grid or Loop through partial views?

Hello Has anyone been able to customize jQGrid? While I'd like something easy I can pluing and use that provides paging, I find that the layout is "tight" ( not in the cool way ) the gird is too excel-like. I'd much prefer one with spaced out grid rows and ability to use icons. But before I write the grid off and start hand rolling a...

ComponentArt Grid OnKeyPress Reset

Is there a way to reset the on key press search value and state through code (C#)? The ComponentArt (CA) grid is being used to select a record from the database to update. I need to reset the search state when the update process is complete. For some reason the on key press search/filter stays after re-binding the CA grid. I had to man...

Resize jqGrid when browser is resized?

Is there any way to resize a jqGrid when the browser window is resized? I have tried the method described here but that technique does not work in IE7. ...

ExtJS Gridfilter values to PHP

Hello. I'm using ExtJS v2.0 . I would like to grab the gridfilter values and pass them to a PHP page as $_POST, $_GET, $variable or any possible method that would work to be inserted in PHP query using this backend code: http://www.vinylfox.com/grid-filter-php-backend-code/ I will use those queryes to print one table with the results an...

wpf textbox textwrapping

I need some help. Don't know if this is possible. I want to have the following: <Grid> <Grid.ColumnDefinitions> <ColumnDefinition Width="Auto"/> <ColumnDefinition Width="*"/> </Grid.ColumnDefinitions> <TextBox TextWrapping="Wrap" MinLines ="5"/> </Grid> which is a textbox wrappin...

LINQ and Devexpress Grid Datasource

I have a DevExpress grid (DevExpress.XtraGrid.GridControl 8.2) with a datasource set at runtime like so: private DataContext db = new DataContext("connection string"); gridControl.DataSource = from t in db.sometable select new { Field1 = t.Name, ...

Has anyone used Sigma Grid (Javascript-based editable data grid)?

Has anyone here used Sigma Grid for JavaScript-based data grids? It was the only grid I could find that would allow fast data entry and use of the keypad, but before we spend a lot of development time I wanted to learn about the community's experience with it. (Note: we need dozens of fast, sortable, and editable grids that can be use...

Spacing between child controls in WPF Grid

I have a set of Key/Value pairs I want to display on a WPF Window. I'm using a grid to lay them out like so: <Grid Margin="4"> <Grid.ColumnDefinitions> <ColumnDefinition Width="Auto"/> <ColumnDefinition/> </Grid.ColumnDefinitions> <Grid.RowDefinitions> <RowDefinition Height="Auto"/> <RowDefinition Height="Auto"/> </Grid.RowD...

what is grid hosting

I went to GoDaddy.com for hosting. They have menus like 1)website hosting 2)grid hosting what is the difference between the two. I am new to this hosting and webapps stuff.. ...

grid control with surrport for hierarchical data and frozen column ?

I am trying to find out a way of showing hierarchical data ( 3/4 levels nested data) in grid ( in IE6+ ). I want to show hierarchical data with vales for all columns at the parent and child nodes. Also I want to freeze first two columns in the grid. Be able to expand ( drill down ) the grid view by loading data on demand ( ajax) lookin...

Grid security

Recently, I've become quite involved experimenting with lightweight grid frameworks (Hazelcast, Gigaspaces, Infinispan). However, I've been somewhat surprised than none of the free frameworks I tried has any ACL or role based security features built in (Gigaspaces does have some measures). What approaches are generally used to compensa...