grid

Execute arbitrary python code remotely - can it be done?

I'm working on a grid system which has a number of very powerful computers. These can be used to execute python functions very quickly. My users have a number of python functions which take a long time to calculate on workstations, ideally they would like to be able to call some functions on a remote powerful server, but have it appear t...

How to know if there is some data to be scrolled in Quantum Grid 5?

I'm working in a legacy project, in Delphi 7, which uses the Express Quantum Grid 5, from DevExpress. My grid cannot show scroll bars, so I have an external navigator to control the scrolling. I can scroll using the GridView.Site.ScrollContent(ADirection) method, but I don't know how to identify if there is some data to be scrolled in ...

WPF Grid Column MaxWidth not enforced

This problem stems from not being able to get my TextBlock to wrap. Basically as a last-ditch attempt I am setting MaxWidth on my container grid's columns. I was surprised to find that my child label and textbox still do whatever they want (bad children, BAD) and are not limited by my grid column's MaxWidth="200". What I'm really tryi...

Can you use Xceed Grid for .NET to display right-to-left scripts, e.g. Arabic

Can the Xceed Grid for .NET control be used to display right-to-left text? I can't find any documentation or samples to do this. Does anyone know if it is possible? Thanks. ...

How to implement drag and drop in Flex Grid control?

I have a simple Grid control with some buttons that I want to be able to move around. The code below does work, but it takes a lot of effort to actually do the drag&drop and it is not clear where the drop will happen. I have to move the mouse around a lot to get to a state where the drop is not rejected. I would appreciate any suggestion...

Does anyone have a simple example of a working DojoX Grid control?

I'm trying to add a DojoX Grid control to my website, but I can't get it to work. I'd like a simple example to start from, but there doesn't seem to be one anywhere. These are my requirements: I need an example of the 1.2 Grid It should load the Dojo libraries from googleapis.com (or AOL's servers; not the trunk code or the Dojo code...

Styling a WPF layout grid background (of each cell, row, column)

I would like to know if there is any way to style a WPF layout grid's cells, rows and columns. I've been trying to find any information and the few mentions I've found have not been that informative. I would like to style the grid to look like the one in the linked screenshot. If the actual control does not support it, can I inherit it...

displaying large data in asp.net grids

Hi, I am looking for different ways to present data in gridview that has like 500 - 1000 rows. The grid should support key board navigation. I wrote jquery functions to handle that. But when I am loading 500 rows into the grid, the browser is freezing. I am not sure if I am doing anything wrong with the jquery. I can look at the jquery ...

robust, mature, extensible (JavaScript) datagrid?

Hello, I'm looking for a nice client-side way of presenting data for a web application that will mostly consist of datagrids. It doesn't have to be JavaScript, but it seems to be the most logical choice, because I like JavaScript. Also, I am not considering Flex. So far I came up with the following (JS only): Ingrid jqGrid ExtJS gri...

Good ASP.NET excel-like Grid control?

We are looking for an ASP.NET compatible data grid that allows for multi-line editing similar to Excel or a WinForms data grid. It must also support very basic keyboard input (tab, arrow keys, return). Note that we are not looking for Excel capabilities (functions, formatting, formulas) ... just a grid for fast data entry. I've looked...

WPF: Sizing images inside grid and listbox

I have a ListBox with horizontal scrolling, and each item consists of a two row grid. The first row contains an image, and the second row a border used to render a reflection of the first. (Yeah, yeah. I know. Yet another coverflow attempt...) I need some help with the sizing of the images. If I don't specify any size, it will render th...

Obout Grid filtering a column with text populated by a template

I am attempting to filter a column in an Obout Grid that has been bound to a template. Background The DataField of the column is simply a foreign key ID to a History table that contains what are essentially states of a certain object (such as Name, Asset Tag, Serial Number, Additional Info., etc.) If a user were to change a certain st...

Looking for a VB6 grid that's a bit more than FlexGrid.

Really all I need is 2 columns. The first column will have some text and the second column needs to have a combo box in it which will allow users to pick from it. Bonus if the control is free. ...

Infragistics grid: Providing intellisense-like edit support in EditorWithText

In the application we are developing we would like to offer the user intellisense-type of editing facitilites when entering measurements. After entering a valid numeric value the user should enter the corresponding unit. To enter a valid unit, a list of valid units pops up in a listbox, see enclosed screen-shot. To change the currently s...

Retriving live data to a DataGrid

I have a table where constantly records are inserted in, so I like to monitor this records in a DataGrid showing e.g. the 1000 last records inserted; but also, I want to show it like if this grid is a live view of what's happening on the table, some sort of tailing a file. I've thought many ways to do it, for example, I could every five...

c# your favorite third-party grid or spreadsheet control?

Duplicate: What is the best third-party WinForms grid for .NET? Hi All, What's your favorite third-party grid or spreadsheet control? I'm working on a c# winforms app that needs a spreadsheet capabilities. Just curious what your experiences/recommendations are... Thanks! ...

Asp.net Grid View

How can i retrieve NULL Field [ Date Out ]in sql 2005 database to a Grid View in ASP.Net. I need this field to be edited by the user. ...

find total of grid view

hi how to find a total in grid view cell value. consider in grid view there are 3 rows are there named as row1 , row2 , and row3. here i want to find a total of row1 contains 7 colomns named as m1,m2,m3,m4,m5,m6,m7 find the total of these colomns and display in to textbox thanks. ...

Scrollable Grid (Yahoo email like)

Hi, I was wondering if anyone knew of a scrollable gridview control that works similar to the yahoo email gridview. ...

VB plus color in grids

Is there a way to put color in rows(flexgrids) ? If so, how ? Thanks. ...