grid

Export Sigma Ajax Grid's data to XLS, XML and CSV

Hi, I'm using the Sigma Ajax Grid... When I click in the pdf export button, in PHP, I can access $POST['_gt_html'] with the grid content: Array ( [__gt_html] => <style type="text/css"> </style> <table id="grid" class="gt-table" cellspacing="0" cellpadding="0" border="0" ><!-- gt : head start --><tr class="gt-hd-row"><td class="...

ExtJS (Grid): How do I traverse the data of a Grid

I need to validate information from a grid: - check if all the rows that have the "required" column set to "Yes", have the "Status" column set to "Received". How do I traverse the data of the grid? ...

what is the fastest grid components for asp.net mvc applications

i have been looking at jqgrid, telerik. does anyone have any performance metric comparisons or have any other alternative that they think is faster. ...

Is there any Tag for generating a datagrid in Struts 2?

Hi.., I need to generate a datagrid using a Struts 2, i have found out Struts-Layout can do that, but its not supporting Struts 2. Can any one suggest me a way to generate a datagrid using Struts 2? ...

Adding a new row in between rows in a grid view.

I have an ASP .net grid view. It has some template columns like a command button, a text box, and a dropdown control. When I click the command button, a new row needs to be inserted below the current row (from where I hit the command button). If I have rows 1 and 2 and I hit the command button in row1 a new row needs to be inserted betw...

Enumerate through Grid cell in WPF

hey, I have Grid with 10 rows and 10 column, and I want in code behind get to every of this grid cell to change this background or add image to cell, How can I do it ? ...

Limit Selectable Rows for MultiSelect in cxGrid (Developer Express)

Does nybody know how to limit the number of rows the user can select in a cxGrid where MultiSelect is active? The Grid is working in GridMode = True - because the amount of data is really big (200.000 rows). - Now if you press CTRL+A all rows are loaded because the grid wants to select them all. Any tipps? Thank you ...

Proper usage (best practices) of Browsable attribute in .NET for runtime grid component behavior

I understand how Browsable attribute is supposed to work. It's supposed to hide a property from showing up in a PropertyGrid in design time. It also has another effect in that it will stop a Property from showing up in components such as Grids, or specifically Infragistics WinGrid. I am not sure if it has this behaviour on regular Win...

coldfusion flash form grid

I have a grid in a coldfusion flash form. Users do not enter information directly into the grid. They enter data into a "Details Section" which is a collection of form items (textbox, selectbox, etc) bound to the grid. I have actionscript which changes the values in the grid based on user entries. The actionscript works properly beca...

Is there a WPF "WrapGrid" control available or an easy way to create one?

Essentially I want a wrapPanel, but I would like items to snap to a grid rather than be pressed up to the left, so I can get a nice uniform looking grid, that automatically consumes available space. WrapPanel handles the resize part. WPF.Contrib.AutoGrid handles a nice automatic grid. Anyone got a control that combines them? My use ca...

[WPF] Grid row height adjustment

I have two Expanders in a grid, both in Auto sized rows. When the height of the Expander is very large, the row overflows out of the grid. Is there a way to have Auto sized rows that take only the grid space that's available? ...

Android - Over 3g which ports to use and is TCP best connection method?

As a communications method is TCP best way to get lots of data through to multiple android devices from another android device over 3g? Also are there recommended ports to use for 3g data transfer? I want to rule out using a web service intermediary as I want this app to be decentralised if possible. Cheers, James ...

How to bind to method's result in Telerik RadGridView with ObjectDataProvider?

I have Telerik RadGridView. I bind IEnumerable collection where UserRole is my class which describes user's role and contains collection of permission. Imagine that collection of permissions is an array. XAML where I bind data looks like this: <telerik:RadGridView x:Name="grdRoles" Margin="5" IsReadOnly...

Generating a perfectly distributed grid from array

I'm looking for a formula or rule that will allow me to distribute n characters into a n*n grid with as perfect of a distribution as possible. Let's say we have an array of 5 characters, A through E. Here's an example of how it definitely shouldn't turn out: A B C D E B C D E A C D E A B D E A B C E A B C D With this pattern, the lett...

Algorithm for dragging objects on a fixed grid

Hello, I am working on a program for the mapping and playing of the popular tabletop game D&D :D Right now I am working on getting the basic functionality like dragging UI elements around, snapping to the grid and checking for collisions. Right now every object when released from the mouse immediately snaps to the nearest grid point. Th...

Running a lot of jobs with sun grid engine

I want to run a very large number (~30000) of jobs with Sun Grid Engine. I can theoretically, perform 30000 times the "qsub" command to submit jobs. However, I am afraid that will be too much. Is there a better way to do it? (i.e. from a file) Or otherwise, do you think it will work nonetheless? Thank you ...

WPF TreeView control with Grid

Hello, The company I work for is looking for a WPF component (commercial or free) that acts like a treeview, but it also has columns and a grid header, so for each item additional details can be displayed on separate columns. Implementing it is our last resort, but for now we would like to use an already complete one. Do you know of an...

Validate DataGridColumn cells individually

How can I validate the cells in a DataGridColumn individually? (ActionScript 3.5) The validation is configured per-cell, based on fields in the given row. For example FIELD VALUE TYPE age 13 Integer height 13x3 Integer registered true Boolean temperature 98.G6 ...

Need guidance, link tutorials help using gridview

Need guidance, link tutorials help using gridview any site tutorial pdfs which clearly explain how to use gridview programmatically (forgive the spelling) the dataset binding etc with respect to gridview source of data is sql c# statement. like sql command="select etc" vs08 c# sql gridview control ...

Are there any alternatives to Dojo Toolkits grid?

I think the Dojo Toolkit's grid is kind of bad. Even the examples in their site ain't working. Are there any other alternatives? I'm thinking of using Jquery's Ingrid instead, but would prefer to have all code in one javascript library. ...