grid

WPF - Resizing Columns and Rows in a Grid

Ok, i'm using the grid to list various content. How can I get specific colums to resize while others stay fixed. That is, form pops up with specifc Initial column sizes for the controls... if the user RESIZES the form... i want certain 'memo' like fields to expand. How to do that? i seem to only be able to get ALL 'second' column...

Telerik MVC Grid: Setting the Default Sorting direction

Is there a way to specify the default sorting direction for columns in a Telerik MVC Grid? example: click on column 'Date' and it sorts descending, click on column 'Name' and it sorts ascending ...

using telerik grid with jquery ui dialog!

Hi every one, in mvc user control called form.ascx, I have a Telerik Grid contained in a div called "details". from a page called edit.aspx i wrote the following: <asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server"> <div id="details"> <%Html.RenderPartial("form", Model != null ? Model.CurrentEnt...

How i can create context menu for extjs grid

I can create context menu for tree and attach to 'contextmenu' event. Code: contextMenu = new Ext.menu.Menu({ items: [{ text: 'Edit', iconCls: 'edit', hadler: edit },...] }) Ext.getCmp('tree-panel').on('contextmenu', function(node) { contextMenu.show(node.ui.getAnchor()); }) But how i can create context menu for gri...

JSONstore not returning data properly

Hello All, I've had this problem for awhile now, but I keep narrowing down the issue and I think I have main problem figured out now. While my JSONstore calls to the PHP correctly, and firebug does give me the correct data back from the database, it will not display in my grid. I have a grid with only 2 columns a date, and an entry fro...

WPF Grid layout panel with row height set to "Auto"

I'd like to have a Grid with a row on the top and bottom with either labels or buttons in them. In the middle I plan on using a ListBox. I want the ListBox to expand to use all the available space. It would be nice to not hard code the height of the other two rows. My XAML is below. How can I make the middle section expand automatic...

Choosing the right data grid

Hi All We are currently using gigaspaces in our system , which is a very nice computation grid , but it is very expensive. I am searching for some other (less expensive/free) alternatives in this field of cloud computing and computational data grids which should be java based or at least have an java API. One of the alternatives that ...

selenium grid + registering RC to it

Hi all , i started hub with ant ,i dont to start rc using ant instead i want to invoke it from code .iam using junit to run rc .please suggest me how?? ...

submit changes on extjs roweditor grid

Hello everyone!I have a grid what update my database (via PHP) with JSON record. I want to know, how the data writed - record or not. I have an answer from PHP (true or false) to the grid, but dont know how to use it. How my grid can use this answer? (success event?) Now, for example, User added new record without id at database (and i...

Print datagrid values

in C# win app i displayed the data's in datagridview, in that i need to print the datagrid values same form without using report or crystal report if any codes ...

Could not find Assembly System.ComponentModel

Hi All, I'm using Silverlight 4. I need to do grouping in my DataGrid. So i need to add add reference to System.ComponentModel. I could not find System.ComponentModel in "Add Reference". I added reference to System.ComponentModel.DataAnnotations and the added the following XMLNS in my XAML Page xmlns:cm="clr-namespace:System.Windows.Da...

Silverlight event delegates

I am dynamically building an org chart in Silverlight 2 by adding lots of Grid containers to a canvas. Each grid container represents a node within the chart. I am capturing click events for the nodes as follows: grid.MouseLeftButtonUp += new MouseButtonEventHandler(grid_MouseLeftButtonUp); By design, each click event changes the lo...

UIKit controls for a sudoku grid?

I've recently completed an algorithmic sudoku solver in C, one in which three different approaches are taken to solve the puzzle. It was a piece of code I wrote for a Project Euler solution. Quite a bit of fun, I might add... Anywho, so I'm really interested in getting this little solver into an iPhone app. I really am at a loss for wha...

ext js grid-ajax issue

i have placed my Yuigrid in UpdatePanel ,but the grid invisible. why ...

How to remove the ticks from a grid.yaxis

Hello, I need to remove the ticks and major line from a generated axis using grid.yaxis. According to ?grid.yaxis there is an "edits" parameter that will let me configure the "major", "ticks" and "labels". However, I cant find how to use the edits parameter. Here's some example code that will draw an axis in the center. grid_test_axi...

How can jqGrid be used when the number of columns is dynamic (i.e. determined by the data set)?

I have a generalized php routine which generates xml results from different mySQL queries. The actual structure of the xml will vary depending on which query is used. (Actually, the number of columns will vary.) I've just started to explore using jqGrid, and I'd like to write a generalized display routine where I do an ajax call to my...

Comparing AJAX Treeview & GridControls from different vendors. Whose is better?

I've been working exclusively with ComponentArt controls and want to know what else is out there. What Grid and Treeview controls are worth investigating? It doesn't matter if I need to pay for them... quality, speed, and reliability are key. I've seen a few issues with the CA Grid Control has issues with setting the column width dy...

ExtJs / Sencha : how to highlight a grid row after insert ?

Hi, I want to create such a grid: http://www.sencha.com/deploy/dev/examples/grid/edit-grid.html Actually I already did, but I want to highlight the last inserted row of my grid (in extjs this is the function highlight(), which does a yellowfade on the element). I didn't actually succeed in doing this... my problem is that I can't get ...

In WPF, how can I make data from one binding feed into multiple columns?

I am trying to display an array as grid of numbers, with multiple columns and multiple rows. I set up a ListView with multiple columns bound to my array, but the elements are repeated in each column, so that the data looks like: -------+--------+------- First | First | First Second | Second | Second rather than: -------+--------...

Need Help Moving An Object

Hi Guys, I need ideas about how to move an object (a circle which represents a robot in my application). The surface the object will be moving on consists of Tiles of BufferedImage of 3 rows and 3 columns ( represented in arrays). All the Tiles are equal in sizes (160 X 160).The 3rd row and the 3rd column are the track rails on which t...