grid

Ext JS Grid IE8 doesn't show any data until select

Hi, I'm creating a table editor using the grid widget of EXT js. Now this is working quiet good in FF but when i'm using it in IE8 it doesn't show any data until i select one of the rows from the grid. When you look at the grid when loading, it shows the data and then it disappears. After that you can only get the data back by selecting...

Telerik MVC: Telerik Menu Drops down Under Telerik Grid

I have just added a Telerik menu to my MVC application. I also have many views that render Telerik grids on them. Problem: My menu has one item with sub items. When I hover over that menu item, the dropdown slides beneath the Telerik Grid, which hides most of the sub items and makes it impossible to click them. Any idea how to make ...

Problem modifying a dxGrdid in subclass form

Hello, I made a form class in c# that has a devexpress grid, a label and a button, all of them are declared as protected. I created a subclass of that form but, when I try to move or resize the controls, the grid is locked (only the grid, not the other controls). I checked the locked property, but it's set on false Any idea? thanks ...

Jquery's a FREE grid display

I have been using Flesigrid for my CMS and I like it except there are some things I think it could do better like get the column headers from the ajax results rather then in the setup of the flexigrid or having the ability to change the buttons on reload things of that nature. I've been considering a mod of the plugin though I'm not sure...

WPF: Hide grid row

Hi All, I have a simple WPF form with a <Grid> declared on the Form. In this Grid I then have a bunch of Rows: <Grid.RowDefinitions> <RowDefinition Height="Auto" MinHeight="30" /> <RowDefinition Height="Auto" Name="rowToHide"/> <RowDefinition Height="Auto" MinHeight="30" /> </Grid.RowDefinitions> So ...

casing the object values

Hai am using telerik wpf grid in grid selection change event am getting the selected row values. the problem is the values are as object. object myData = radGridView.SelectedItem; the object myData contains the row values. but i don know how to get values from the myData object ...

Dojox grid having problem with Contentpane

the grid appears properly on template's first loading. But when you click the paging button to load flooders.php thru list_result1() only the paging buttons will appear. I already tested the flooders.php outside the template and it works properly. what seems to be the problem? and what are the tools that i can use to see if the javascr...

How to use Selenium Grid???

Hi All, I'm researching Selenium and have a seminar for my group... I meet many troubles with this I use C# language and write a demo SeleniumExample.dll Then i start selenium RC and NUnit and run it with nUnit to see the test report. I read testdata from xml. Here's the SeleniumExample.dll: using System; using System.Xml; using Syste...

How to HitTest in a WPF Grid Panel to find column index.

Hi. We need to create a "timeline" feature where a user is allowed to drag and draw "time spans" into a WPF grid (we thought this better than a Canvas since it has resizing capabilities). Each span spans multiple columns, but only one row. We utilize the PreviewMouseDown/Up/Move events to see when the user clicks, drags, and releases th...

How to loop through controls within TabItem

Hi, I'd like to loop through the controls within a TabItem. my xaml is something like TabControl TabItem ScrollViewer Grid I have tried TabItem ti = TabControl.Selected as TabItem foreach (UIElement control in ti) ... Which causes an error Basically I would like to get to the ScrollViewer Content or Grid Any ideas??...

WPF Beginner - A simple XAML layout not working as expected

Hi, I've just started learning WPF, and followed a book to make this sample calculator application in XAML. The XAML code is attached below. I don't have any UI specific code in the xaml.cs file. However, I'm seeing a difference between design time and runtime. As you can see in the attached screenshot, the upper left button of the cal...

how to close selenium hub/grid from command prompt

I start selenium hub to start selenium grid from command prompt on port 4444. Now I start selenium RC from other command prompt. It show me error message that "selenium i s already running on port 4444. or some other service is " Now I am not able to start selenium RC. Please help me how to close /shutdown hub from command prompt. ...

How do I hide a row in a WPF grid?

I have been hiding a row in a WPF grid by setting the Height property to 0. I was expecting something akin to a Visible property. Is there a more appropriate way to hide the row? Thanks, E ...

Better to build or buy a compute grid platform?

I am looking to do some quite processor-intensive brute force processing for string matching. I have run my prototype in a multi-threaded environment and compared the performance to an implementation using Gridgain with a couple of nodes (also multithreaded). The performance I observed was that my Gridgain implementation performed slow...

What do I use if a CSS framework or grid is bad?

Reference this question: http://stackoverflow.com/questions/203069/what-is-the-best-css-framework-and-are-they-worth-the-effort Do I go back to the "old" way of manually creating a template or downloading free ones again. For a little bit I thought a grid was the new thing and the best, now it appears I am wrong after all and not sure...

Swing Grid Layout or JTable

greetngs, i am trying to learn Java and Swing by writing a simple game of connect4. i am hoping you could guide me regarding the following issue: to emulate the connect4 grid should i use a JTable or rely on Grid layout? thank you. ...

What is better in WPF for UI layout, using one Grid, or nested Grids.

I am making a UI in WPF, I have a bunch of functional areas and I use a Grid to organize it. Now the Grid that I want is not uniform, as in, some functional area will span multiple cells in the Grid. I was wondering what the best practise is in solving this. Should I create one grid and then for each functional area set it to span multi...

How to save file and read

Hello everyone, I create a program that place random image in grid layout format. The size of the grid layout is 6 x 6 = 36. Only 10 were filled with images (each image was different) and the rest were empty. How can I save it to a file and read it again, so it will display the same images with same placement on the grid? Here is th...

WPF: Link from grid to form

What I need is a grid with all employees data, and a link to a single employees form. I'm ok with filling the grid with data. my questions are: how to create the link? how to send the parameter (employeeid) to the single-employee page, and make it open with the correct data. Thanks, Ron ...

How to change the cursor type

This question is related to the previous post. http://stackoverflow.com/questions/2532936/how-to-save-file-and-read How can I change the cursor to "Hand" only when the mouse pointed on grid which is not Null (contained images)? So far the cursor turn to "Hand" all over the grids (null or not null). public GUI() { .... JPanel pD...