0
votes
0answers
29 views

Getting selected row of grid and its column(checkbox) in Javascript

I have an aspx page in which I have a grid (div->table->row->grid) in which I have an itme template for checkbox <asp:TemplateField HeaderText="TPM Recommedation"><ItemTemplate> ...
0
votes
2answers
48 views

Draw persistent grid in TabPage (.Net, C#)

I need to display a persistent grid in a TabPage. My problems would be instantly solved if I could draw to the entire non-visible portion of the TabPage and prevent graphics from being erased when ...
0
votes
1answer
62 views

How to get and remove the control at a position from the Grid

I am adding a control at run-time in a Grid using following code: void AddControl(UserControl oControl) { grid.Children.Add(oControl); oControl.SetValue(Grid.RowProperty, 1); ...
0
votes
1answer
73 views

WinRT Grid, Remove UIElement placed with Grid.SetRow(element, rowIndex)

like the title says. I have a grid into which i place several elements via the Grid.SetRow()-method: Grid.SetRow(myElement, 0); Later on i want to remove these items but i have no idea how. Just ...
1
vote
2answers
278 views

How to scroll to last the item added in Kendo grid?

I have a Kendo grid that is always being updated by SignalR. Currently my grid displays about 12 rows. Any rows added after that programmatically will not be visible as the scroll bar doesn't scroll ...
-3
votes
1answer
173 views

How to display Double valued data as Integer data in Grid View? [closed]

Iam having Grid View with one column values as 12.33, 13.44, 14.55 I want to split these values and show as integers i.e., 12, 13, 14., Let my Grid view get double values but in displaying in grid ...
0
votes
0answers
52 views

Push UserControl to Top inside Grid

I am using Caliburn Micro to display my Child Windows inside an ShellView containing ItemsControl <ItemsControl Name="Items"> <ItemsControl.ItemsPanel> ...
0
votes
1answer
115 views

Constrain Grid row with Height=Auto to the visible area

Consider the following XAML: <Window x:Class="WpfApplication4.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" ...
1
vote
2answers
104 views

MaxHeight on RowDefinition with Height=Auto ignored

The property MaxHeight seems to be ignored on RowDefinitions with Height="Auto": Consider the following XAML: <Grid> <Grid.RowDefinitions> <RowDefinition Height="Auto" ...
0
votes
1answer
113 views

Why is grid lying to me? [closed]

Sorry for the bad title, but WPF clearly is lying to me so I didn't know how else to word it. I've reproduced a very simple sample to demonstrate my problem: XAML: <Window ...
0
votes
0answers
119 views

To use Canvas,Grid for hosting Child Views in WPF or not?

I am developing an application in WPF using Caliburn Micro. From long back I have been breaking my head to find a better solution. Is it a good apprach to add my Views inside Canvas or Grid or just ...
1
vote
0answers
702 views

ASP.Net & MVC 4 MvcContrib.UI.Grid - @Html.Action (PartialViewResult) vs @Html.Partial

We're currently testing MvcContrib.UI.Grid and it seems to suit our needs well. What is intriguiging is that @Html.Grid's sorting action links don't work if we call view through @Html.Action -syntax ...
0
votes
1answer
376 views

Is there a way to make a StackPanel with aligned columns like a Grid?

For example I could do something like this: <Grid> <Grid.ColumnDefinitions> <ColumnDefinition Width="*" /> <ColumnDefinition Width="Auto" /> ...
0
votes
1answer
267 views

Sequential execution of WebDriver suite - C# // Selenium Grid - All Local

I have been trying to find a good solution to this problem for a while now and have yet to come up with a strong solution. I have created a test suite using WebDriver and C# to run our test suites ...
1
vote
1answer
63 views

Get a Usercontrol from a specific cell/column from grid

I have a grid withcolumns=3 and rows = 5. Each cell contains the same custom user control created at runtime. Each custom user control have a name and others properties differents. So far so good.... ...
1
vote
2answers
518 views

Programmatically fill grid in wpf: auto rowheight doesn't seem to work

I'm filling a WPF Grid programmatically with rows. Each row is assigned a user control. This user control contains a Grid itself, with exactly one row and 3 columns. The 3rd column can contain a ...
1
vote
0answers
89 views

Bind dynamically-sized 2D-data to grid from xaml

For example, I have an object like this: data2D = List<List<string>>. I want to bind it to the grid with data2D.Count rows and data2D[LongestSubList].Count columns. data2D.Count and ...
1
vote
2answers
125 views

XAML Grid component placement issue

I'm having a problem with my component placement in a Grid. atm the output is this: What I want to do is simply have the components side by side each other like this: Here's my current code: ...
0
votes
1answer
261 views

any recommendations for free grid components? [closed]

I would like to have some recomendadtions about free grids componentes (web standards based) where I can use on my commercial applications? I found lots of components, but the most of them I can't ...
1
vote
0answers
217 views

timer control to refresh grid

I have a grid to which I bound data in Page_Load in this way: List<ProductEventCheck> ruleset = (from s in (this.Page as BasePage).DbContext.ProductEventChecks ...
0
votes
0answers
213 views

Designing an entity system for a tile-based puzzle game [closed]

I'm developing a tile-based game creation library in C# and along with it I'm creating a game to test all of its functions. This is a screenshot of the game: You've probably never heard of the ...
1
vote
1answer
145 views

Fill all grid cells with a control template

I want to fill all cells with the same control. What I have now is a control template and a grid. But I can't find a simple way in Xaml to add the control to all the cells. This is the code I have ...
0
votes
1answer
24 views

error in data retieving sqlserver table

my sql table data is column names & their datatypes are column name Datatype installation_id int(primarykey,identity(1,1)) Assignto varchar customer_address ...
0
votes
0answers
216 views

Sort a filtered MVC3 Grid issue

It is really easy to realize MVC3 Grid filtering. For example here. When we have filtered result and try to sort filtered rows by header click the filtered result resets. But how to sort FILTERED ...
0
votes
1answer
577 views

Alternate Grid row colors?

Is it possible to attach a style or define a property in the WPF System.Windows.Controls.Grid in order to alternate the color of the rows(or columns)? I need that User be able to place a grid ...
2
votes
1answer
104 views

How to show file context menu in a grid with files

I've got a WPF grid in which each row represents a file on disk. What I'd like to do is; when someone right-clicks on a row to show the same context menu as Windows Explorer shows. Any ideas how to ...
0
votes
3answers
405 views

Telerik - Grid Export - Size limitations

I have been asked to review an issue with a clients website, but because it was developed by another developer I do not have access to the code itself, however their claims seem to be quite ...
0
votes
3answers
76 views

Why is an instantiated object viewed as not?

On the last line shown: // Dynamically add Grid with 8 columns to the StackPanel Grid grd = new Grid(); ColumnDefinition c0 = new ColumnDefinition(); c0.Width = new GridLength(1, GridUnitType.Star); ...
2
votes
4answers
2k views

Why two columns in a WPF Grid with * do not have the same size?

with the following code I expected to end with two ListBox with the same Width as they are into two columndefinition with With="*" Instead of this looks like the size is determined from the size of ...
0
votes
2answers
65 views

What happens when you don't specify RowDefinitions or ColumnDefinitions in a WPF Grid?

What is the logic for displaying controls within a WPF Grid when neither rows nor columns are defined for the Grid? Likewise, if rows and/or columns are defined, what happens if you don't specify a ...
0
votes
1answer
190 views

obout PageIndex

I'm using an obout grid and I wanted to know, what is the obout equivalent to PageIndex? For example, using Visual Studio's GridView, I would say: if (Session["PageIndex"] != null && ...
1
vote
0answers
287 views

WPF grid column resize

I am working with DataGrid and Grid , I want to resize column of grid (no matter Grid or DataGrid) by dragging , not only in header row section (DataGrid) ,it must be in any cell . I knew I should ...
-2
votes
6answers
760 views

What Robust ASP.NET Grid controls are there? [closed]

I need a robust ASP.NET Grid Control. I'm willing to pay for a control, but prefer something free. What robust .NET Grid controls are out there? By robust, I mean that it needs to support paging, ...
3
votes
2answers
374 views

Adding reference to TextBox manually in WPF

In Following WPF Code //class level Variables public TextBox _txtDef = new TextBox(); public TextBox _txtComment = new TextBox(); //Events private void OnCommentsMouseDoubleClick(object sender, ...
0
votes
1answer
63 views

Correctly cutting an image out of a pink back grid image to draw

Take a look at the image above. I'm creating a (recreation) of a tile-based game. In my other sprites, I've simply been placing the terrain squares into the grid, they are solid so there was no ...
2
votes
1answer
129 views

need a truly data-aware and data-driven grid for .NET that uses GUIDs as row-handles

I am looking for a data-aware grid for .NET that has been optimized for repeated changes of the underlying dataset. I will give an example to show what I mean by optimized in that context, since ...
2
votes
1answer
120 views

Why isn't my GridSplitter showing up?

I have a simple Window that looks like this: <Window x:Class="StackOverflowExample.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" ...
3
votes
4answers
177 views

Should we still use a server side grid or a Javascript grid?

We have a big discussion at work concerning how to handle data in grid. Some people prefer to use Server Side grid which can be bind easily from the server and be updated with Ajax/or Not. And some ...
1
vote
1answer
120 views

Cloud / Grid Computing Process Controller

We have a set of ~10-15 windows desktops that we use for various grid computing tasks (crunching data, running optimizations etc), and I find myself constantly writing scripts / manually updating each ...
1
vote
2answers
3k views

Creating a silverlight border in codebehind?

I have the following border in XAML: <Border Grid.Column="0" Grid.ColumnSpan="3" Grid.RowSpan="3" CornerRadius="1,1,1,1" Background="Red" BorderBrush="#333333" ...
0
votes
3answers
333 views

is there any grid component which supports right to left layout in visual studio?

I was wondering if there is a grid like devextra grid (or like tadvancedgrid in delphi) which supports right to left layout completely i want some data grid which i can set more properties than ...
4
votes
1answer
886 views

Is it possible to use Triggers on Grid RowDefinitions?

I have a grid whose rows need to be resized dynamically based on the view model. I'd like to do something like the following: <RowDefinition Height="2*"> ...
0
votes
1answer
43 views

does microsoft have its own external grid controls?

Except those which are available in Visual Studio, are there any official external Microsoft's grid controls? For example, Telerik has controls for .net. Does Microsoft have similar ones? EDIT: It's ...
3
votes
2answers
586 views

.Net open source grid computation library

I'm looking for an open source (FLOSS preferable) library for grid/distributed computing with C#/.Net. I'm aware of Alchemi.Net and NGrid, but I notice that neither have been updated in the last 4 or ...
0
votes
1answer
140 views

What is a fast grid implementation in mono?

I do need sorting, filtering, row and column hiding, and column reordering. I've been trying to get DataGridView to fit my needs but it seems too slow in Mono (fine when run native). I've tried ...
0
votes
2answers
618 views

WP7 silverlight grid

In order to learn silverlight on WP7 I'm playing with it around and well, I can't say I'm having sweet times here. I'm developing a simple, yet ugly Mine game (like windows's ^^). The problem is that ...
0
votes
1answer
520 views

WPF Close button not working when in Grid

When I place Button in grid and add to is's click action: this.Close(); It's not working. I want to be able to ask user before exit so I want to use Close(). I don't want to use ...
1
vote
1answer
262 views

ASP.NET: Question about the column-line-wrapping feature in gridviews

I have a ASP.NET gridview (embedded in a DIV) with several columns. For some columns line wraps are definied and for some not(with ItemStyle.Wrap = true/false). For all columns ItemStyle.Width is set ...
0
votes
2answers
2k views

set position of grid view at runtime in asp.net

I want to show a grid in center on pageload and when I click on select button on grid it should shift to right of page.... Currently, I am using 2 grid's to show it on center and on right...
0
votes
1answer
1k views

WPF Listview Columnheader Click Event

I have a ListView (GridView) in WPF and I'm trying to implement sorting according to http://msdn.microsoft.com/en-us/library/ms745786.aspx. In my case, the celltemplate for one of the columns contains ...

1 2