A Gridview control is a powerful control of ASP.NET for displaying and manipulating with data from the data sources.

learn more… | top users | synonyms

25
votes
8answers
23k views

Paging & Sorting grids with ASP.Net MVC

I'm new to MVC, and am not following how you'd do paging and sorting on a grid. I'm used to using the asp.Net GridView control with an ObjectDataSource pointed at objects in our business layer - and ...
22
votes
5answers
35k views

How to autosize and right-align GridViewColumn data in WPF?

How can I: right-align the text in the ID column make each of the columns auto size according to the text length of the cell with the longest visible data? Here is the code: <ListView ...
22
votes
13answers
32k views

GridView sorting: SortDirection always Ascending

I have a gridview and I need to sort its elements when the user clicks on the header. Its datasource is a List object. The aspx is defined this way : <asp:GridView ID="grdHeader" ...
17
votes
8answers
37k views

GridView - Show headers on empty data source

In C# how do I still show the headers of a gridview, even with the data source is empty. I am not auto generating the columns as they are all predefined. Currently what I am doing is the ...
16
votes
3answers
15k views

Best way to make WPF ListView/GridView sort on column-header clicking?

There are lots of solutions on the internet attempting to fill this seemingly very-basic omission from WPF. I'm really confused as to what would be the "best" way. For example... I want there to be ...
16
votes
7answers
28k views

ASP.NET GridView second header row to span main header row

I have an ASP.NET GridView which has columns that look like this: | Foo | Bar | Total1 | Total2 | Total3 | Is it possible to create a header on two rows that looks like this? | | Totals ...
16
votes
7answers
21k views

Can I convert a boolean to Yes/No in a ASP.NET GridView

I have a ASP.NET GridView with a column mapped to a boolean. I want do display Yes/No instead of True/False. Well actually I want Ja/Nej (in danish). Is this possible? <asp:gridview ...
15
votes
4answers
10k views

Javascript before asp:ButtonField click

I have a "GridView" control in an Asp.net application, that has a <asp:buttonField> of type="image" and CommandName="Delete". Is there any way to execute a piece of javascript before reaching ...
14
votes
2answers
3k views

How do I get Gridview to render THEAD?

How do I get the GridView control to render the <thead> <tbody> tags? I know .UseAccessibleHeaders makes it put <th> instead of <td>, but I cant get the <thead> to ...
13
votes
5answers
329 views

The riddle of the working broken query

I was going through some old code that was written in years past by another developer at my organization. Whilst trying to improve this code, I discovered that the query it uses had a very bad ...
13
votes
7answers
35k views

ASP.NET GridView RowIndex As CommandArgument

How can you access and display the row index of a gridview item as the command argument in a buttonfield column button? <gridview> <Columns> <asp:ButtonField ...
11
votes
9answers
4k views

Third party WPF controls: Devexpress vs Telerik

I would like to hear your opinion about the two control providers. To put it in a nutshell: I am building a classic LOB desktop application. The app will be created entirely in WPF. PRISM 4.0 will be ...
10
votes
7answers
10k views

making certain cells of an ExtJS GridPanel un-editable

I currently have a GridPanel with the Ext.ux.RowEditor plugin. Four fields exist in the row editor: port, ip address, subnet and DHCP. If the DHCP field (checkbox) of the selected row is checked, I ...
10
votes
7answers
79k views

ASP.NET 3.5 GridView - row editing - dynamic binding to a DropDownList

This is driving me crazy :-) I'm trying to get a ASP.NET 3.5 GridView to show a selected value as string when being displayed, and to show a DropDownList to allow me to pick a value from a given list ...
10
votes
8answers
26k views

JQuery GridView control

Does anything like this exist? What I am looking for is a control that is going to be client-side, with the Edit, Cancel row capabilities of a GridView. I wish to use it to collect the data from ...
10
votes
1answer
5k views

How can I hide the header of a listview WPF?

I want to be able to hide the header at the top of each grid column in a WPF ListView. This is the XAML for my ListView: <Window x:Class="ListViewTest.Test0.ListViewTest" ...
9
votes
3answers
10k views

The data source does not support server-side data paging

I have a GridView on my screen and need it to allow paging. Markup: <asp:GridView ID="GridView1" runat="server" AllowPaging="True" AutoGenerateColumns="False" ...
8
votes
1answer
1k views

GridView inside Expandable list in android

I want to put an gridview with images inside an expandable list...I've already make that, but the gridview don't show all item... IMAGE OF ACTUAL LAYOUT How can i make my expandable list child adapt ...
8
votes
2answers
14k views

Get DataKey values in GridView RowCommand

I have a GridView with an associated DataKey, which is the item ID. How do I retrieve that value inside the RowCommand event? This seems to work, but I don't like the cast to LinkButton (what if some ...
8
votes
2answers
13k views

Extjs grid panel with checkboxes

How i can create ExtJs grid panel with checkboxes like here.
8
votes
7answers
6k views

What is the most user friendly ASP.NET MVC Grid View Control?

For a new project, we are evaluating the use of ASP.NET MVC and one of the requirements is that we have a very rich UI experience with inline record editing (i.e. the user clicks "edit" and the labels ...
8
votes
2answers
2k views

WPF : Extend last column of ListView's GridView

I have a ListView with a GridView with 3 columns. I want last column to take up remaining width of the ListView.
8
votes
5answers
5k views

Making an entire row clickable in a gridview

I have a gridview and I need to make an event fire when a row is clicked. Is there an existing GridView event I need to bind to to make this happen?
8
votes
6answers
13k views

How to use HtmlEncode with TemplateFields, Data Binding, and a GridView

I have a GridView bound to an ObjectDataSource. I've got it supporting editing as well, which works just fine. However, I'd like to safely HtmlEncode text that is displayed as we do allow special ...
8
votes
7answers
19k views

How to freeze GridView header?

As in a title, does anyone know how to freeze GridView header in ASP.NET ?
7
votes
3answers
690 views

iOS Grid View with support for horizontal scrolling

I'm looking for an iOS (specifically iphone) Grid View with support for horizontal scrolling. So far all grid views I found were either lacking support for horizontal scrolling or were just too buggy ...
7
votes
5answers
387 views

Export GridView to multiple Excel sheet

I have two Gridview in my Web application.I need ,while clicking the (ExcelExpot) button the values to be Export in Excel Accordingly Sheet1 and Sheet2. protected void ExportToExcel() { ...
7
votes
8answers
5k views

Which datagrid to use for ASP.NET MVC2 project?

I am developing a commercial MVC2 app that requires a grid that has callback update in some form to support 10,000+ rows. It should also support relatively rich content (icons, multiline descriptions ...
7
votes
4answers
8k views

How to sort using GridView and ObjectDataSource?

I have a GridView with an ObjectDataSource and I want to be able to sort it. Paging works correctly, however Sorting gives me an exception: "The GridView 'gridView' fired event Sorting which wasn't ...
7
votes
8answers
11k views

“Both DataSource and DataSourceID are defined” error using ASP.NET GridView

"Both DataSource and DataSourceID are defined on 'grdCommunication'. Remove one definition." I just got this error today, the code has been working until this afternoon I published the latest ...
7
votes
6answers
74k views

Getting value from a cell from a gridview on RowDataBound event

string percentage = e.Row.Cells[7].Text; I am trying to do some dynamic stuff with my GridView, so I have wired up some code to the RowDataBound event. I am trying to get the value from a particular ...
7
votes
3answers
11k views

Best Technique for Multiple Eval Fields in Gridview ItemTemplate?

What is the best way to use multiple EVAL fields in a GridView ItemTemplate? Looking to have some control over formatting for appearance as well as setting up hyperlinks/javascript etc.
6
votes
3answers
1k views

Android GridView garbage collecting (GC_EXTERNAL_ALLOC) <1K overzealously, causing very choppy UI

I have been looking at this for a long time and finally decided to post - my 2xN GridView, which consists of cells with a single image and piece of text is very choppy a lot of times (but sometimes ...
6
votes
3answers
699 views

Gridview to Excel

I have a gridview with AutoGenerateDeleteButton And i export this gridview simple this code.. Response.Clear(); Response.AddHeader("content-disposition", "attachment;filename=Avukat.xls"); ...
6
votes
2answers
4k views

How to hide a TemplateField column in a GridView

How can I hide a TemplateField column in a GridView? I tried the following: <asp:TemplateField ShowHeader="False" Visible='<%# MyBoolProperty %>' > <ItemTemplate> ...
6
votes
2answers
3k views

Grid of images inside ScrollView

I'm trying to create a screen with both text and images. I want the images to be laid out like a grid, as shown below, but I want them to have no scroll functionality other that the one provided by ...
6
votes
4answers
2k views

Create thumbnail image in c#

I want to display the thumbnail image in grid view from file location . how to generate that of .jpeg file I am using C# language with asp.net
6
votes
5answers
2k views

How to capture 'Update' click event in ASP.NET GridView with jQuery

I need to capture the 'Update' click event with jQuery in an asp.net GridView and have no way of knowing where to start. I'm still rather new to jQuery. My GridView is attached to a SQLDataSource and, ...
6
votes
1answer
481 views

Implementing .NET Gridview with SqlDataSource - on edit exception

I'm trying to subclass the .NET 2.0 Gridview control and implement a custom Update to perform when "edit" is clicked; however I get the following cryptic error message: "An unexpected error has ...
6
votes
2answers
352 views

Invert WPF GridView to bind items to columns instead of rows

Is there a simple way to invert a WPF GridView so that items are bound to columns instead of rows? Or would it be necessary to write a custom view mode?
6
votes
5answers
7k views

Adding an Edit column to a telerik grid using ASP.Net MVC 2 and Telerik MVC (2010 Q1)

I have been successful with creating a Telerik grid to display a list of products, however I've gone through some difficulty adding the column to allow a user to edit (I'm not even trying to edit ...
6
votes
1answer
4k views

Columns of two related database tables in one ASP.NET GridView with EntityDataSource

I have two SQL Server tables with Primary Keys (PK) and a Foreign Key (FK) linking the two tables: 1) Table "Order" OrderID, int, PK AddressID, int, FK ... 2) Table "Address" AddressID, int, PK ...
6
votes
1answer
522 views

How to select multiple values in a listbox inside of a gridview editItemTemplate?

If I have a dropdownlist I know I can.. SelectedValue='<%#Bind("AgencyID")%>' I want to do the same with a listbox but select multiple values. I was trying to use ...
6
votes
5answers
23k views

WPF GridView with a dynamic definition

I want to use the GridView mode of a ListView to display a set of data that my program will be receiving from an external source. The data will consist of two arrays, one of column names and one of ...
6
votes
8answers
20k views

Adding dynamic columns to an ASP.NET Gridview

I'm having a problem dynamically adding columns to a GridView. I need to change the layout -- i.e. the included columns -- based on the value in a DropDownList. When the user changes the selection ...
6
votes
4answers
44k views

Get GridView selected row DataKey in Javascript

I have GridView which I can select a row. I then have a button above the grid called Edit which the user can click to popup a window and edit the selected row. So the button will have Javascript code ...
5
votes
4answers
385 views

Get ID of View in GridView

What I've tried Hello Guys, I first created a database which I've filled with 3 Collumns, RowID, imageID, text. Afterwards I created a GridView which if filled over my database. Now I have created ...
5
votes
1answer
125 views

Rows showing up multiple times in GridView

I have a GridView control on my web page which makes use of paging. I am seeing apparently duplicate rows appearing, but I know they are not in the data, and they seem to disappear whenever I sort on ...
5
votes
1answer
576 views

android gridview drag items

I have a grid with dynamic number of rows and 3 columns. Only 3 rows are visible at a certain moment. In grid I can have empty cells. Do you have any idea how to implement a drag/drop feature for the ...
5
votes
3answers
2k views

Why are there extra pixels around my Android GridView?

I have a GridView in my Android application that has a number of ImageViews in it. The space on my screen is limited and I want the images to take up as much of the available space as they can. ...

1 2 3 4 5 107