A Gridview is a control for displaying and manipulating data from a variety of data sources.
32
votes
16answers
60k 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" ...
18
votes
3answers
12k 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 ...
17
votes
2answers
10k views
How to disable GridView scrolling in Android?
I'm using a GridView for a game board. Recently some users have had problems with the board scrolling vertically (on Samsung Galaxy / Vibrant phones running 2.2) -- This bug does not occur on my Nexus ...
37
votes
8answers
39k 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 ...
7
votes
4answers
61k 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 ...
30
votes
6answers
53k 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 ...
15
votes
2answers
64k views
sorting and paging with gridview asp.net
I'm trying to get a gridview to sort and page manually with no success.
The problem is that when a user clicks the column they want to sort, it sorts that page, but doesn't sort the datasource ...
15
votes
9answers
50k views
c# gridview row click
When I click on a row in my GridView, I want to go to a other page with the ID I get from the database.
In my RowCreated event I have the following line:
e.Row.Attributes.Add(
"onClick",
...
4
votes
8answers
35k views
Reset scroll position after Async postback - ASP.NET
What is the best way to reset the scroll position to the top of page after the an asynchronous postback?
The asynchronous postback is initiated from a ASP.NET GridView CommandField column and the ...
6
votes
4answers
11k views
Displaying images from a specific folder on the SDCard using a gridview
I'm attempting to create a gridview that is loaded with images from a specific folder that resides on an SDCard. The path to the folder is known, ("/sdcard/pictures") , but in the examples I've seen ...
7
votes
4answers
11k views
Prevent HTML encoding in auto-generated GridView columns
I have a GridView bound to a DataTable that I construct. Most columns in the table contain the raw HTML for a hypelinklink, and I would like that HTML to render as a link in the browser, but the ...
24
votes
2answers
12k views
Create thumbnail image
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
20
votes
7answers
70k 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 ...
5
votes
1answer
5k views
How to layout a 'grid' of images in the center of the screen
I have a set of 12 images to show in a layout. The number is chosen semi arbitrarily, but boils down to 3 horizontaly and 4 vertically for portrait mode and the other way around for landscape.
First ...
15
votes
5answers
24k views
How to implement full row selecting in GridView without select button?
I'm implementing a feature that when the user press on any point in the row in a GridView the row will be selected instead of Select button.
To implement that, I'm using the following code:
...
8
votes
5answers
60k views
How can I export a GridView.DataSource to a datatable or dataset?
How can I export GridView.DataSource to datatable or dataset?
3
votes
2answers
9k views
Horizontal scrolling grid view
I know it is not possible in Android to scroll grid view horizontally. But what I am doing is adding image buttons dynamically inside horizontal scroll view like this:
public class HorizontalScroller ...
1
vote
3answers
2k views
Lazy download images into gridView
In my application I need to download a lot of pictures from urls and display them in a gridView. (It can be between 1-200 pictures). I don't want to download all pictures at once. I read about lazy ...
1
vote
1answer
1k views
Sluggish zoom and scroll with GridView in Android
I'm creating a custom view derived from GridView. This contains a custom ImageView with zooming and panning functionality. Scroll and zoom functionality is sluggish. If the parent view is the same ...
5
votes
2answers
6k views
GridView with horizontal scroll
I currently have a GridView scrolling vertically, and everything works fine. But now that I want to change my layout and have the gridview grow on its width instead of height as it grows bigger I am ...
20
votes
2answers
6k views
Gridview height gets cut
I'm trying to display 8 items inside a gridview. Sadly, the gridview height is always too little, so that it only shows the first row, and a little part of the second.
Setting ...
26
votes
4answers
7k 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. ...
23
votes
5answers
8k views
Android: Disable highlighting in GridView
How can I turn off the orange highlight when clicking an item in a GridView?
I haven't been able to find a solution in the documentation or through testing.
30
votes
5answers
35k 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 ...
22
votes
3answers
64k 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 ...
6
votes
2answers
8k views
Android GridView draw dividers
I'd like to know the simplest way to draw dividers between items (currently textviews) within a GridView. The only way I can think of is to draw borders around those textviews so when combined, they ...
12
votes
5answers
10k 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?
9
votes
7answers
29k views
How to freeze GridView header?
As in a title, does anyone know how to freeze GridView header in ASP.NET ?
7
votes
2answers
24k views
how to design and create a GridView using UIScrollView or UITableView
I think GridView is a very common view in many situation. As a beginner in iOS, I just wonder why iOS didn't provide a GridView class.
So here's my question, how to design and create a GridView using ...
16
votes
1answer
11k 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
...
1
vote
4answers
17k views
Why isn't the SelectedIndexChanged event firing from a dropdownlist in a GridView?
I cannot get my SelectedIndexChanged of my dropdownlist to fire. I have the following:
<form id="form1" runat="server">
<div>
<asp:GridView id="grdPoll" runat="server" ...
6
votes
4answers
14k views
Change cell color on different values - Gridview
I need to distinguish two consecutive cells, each one in a row, if they have different values, when databindind the values to a gridview.
So, if in the row 1 i have the cell "ABC" and in the row 2 i ...
6
votes
6answers
70k views
How to delete row from gridview?
I am using asp.net 2005 c# using gridview control.
How can i delete particular row from gridview.
I wrote following code but it's not working...
DataRow dr = dtPrf_Mstr.NewRow();
...
2
votes
1answer
8k views
How to convert a GridView to DataTable and sort the DataTable?
I want to convert my GridView to a DataTable. Note: The GridView doesn't have a DataSource!
I want to sort the DataTable and put it back to the GridView, is it possible? Important is that my GridView ...
2
votes
2answers
3k views
GridViewColumn Width Adjustment
My UI:
<ListView Name="persons" SelectionChanged="persons_SelectionChanged">
<ListView.View>
<GridView AllowsColumnReorder="False">
...
14
votes
7answers
9k views
making grid view items square
I would like the items of my GridView to be square. There are 2 columns and the items width is 'fill_parent' (e.g. they take as much horizontal space as possible. The items are custom views.
How do I ...
11
votes
8answers
35k 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 ...
15
votes
3answers
8k 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.
10
votes
3answers
20k views
GridView row height
I have a GridView that displays images, which are, unfortunately, of different sizes. They are shown in between two lines of text:
text1.1 text1.2
ImageView(IMAGE1) ...
7
votes
6answers
32k 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 ...
11
votes
3answers
17k views
Full postback triggered by LinkButton inside GridView inside UpdatePanel
I have a GridView inside of a UpdatePanel. In a template field is a button I use for marking items. Functionally, this works fine, but the button always triggers a full page postback instead of a ...
3
votes
2answers
4k views
Android - Split Drawable
I am attempting to split an image into pieces, lets say for example 16 chunks (4x4).
I have found so many examples with java, but Android does not have BufferedImage and what not... I think.
I have ...
0
votes
3answers
6k views
Android: Synchronized scrolling of two different views
I have a tricky problem related to synchronized scrolling of two
different views.
I've made my own custom grid view widget, which has "sticky" views to
the left and top that only in one direction with ...
6
votes
1answer
959 views
Bigger image for first item of the gridview android
I am new user here and working android app that requests a custom scroll view (shown as below link). It is very similar a gridview except the first image. I tried to use add a large imageview along ...
6
votes
4answers
6k views
Android GridView reorder elements via Drag and Drop
I have a GridView in an application I am working on. I would like to be able to reorder the items in the GridView via drag-and-drop. I have found lots of help for ListViews but nothing on GridViews. I ...
1
vote
1answer
5k views
Problem with Efficient Gridview paging without datasource control
I am trying to do efficient paging with a gridview without using a datasource control. By efficient, I mean I only retrieve the records that I intend to show.
I am trying to use the PagerTemplate to ...
32
votes
12answers
66k 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 ...
10
votes
3answers
25k views
How do I find the Client ID of control within an ASP.NET GridView?
I have a asp:GridView which contains a asp:TextBox within a TemplateField. I would like to obtain it's ID for use in javascript. Something like this:
<asp:TemplateField>
...
3
votes
1answer
509 views
Any ideas on how I could implement a grid-view in CSS? - CSS
Here is an example grid-view:
Also another example from TED.com
Any ideas on how I could go on about implementing a dynamic grid like this in CSS?
I guess it might have something to do with ...
8
votes
2answers
2k views
Android GridView with categories?
Is it possible to use categories or some sort of headers with a GridView in Android?
I put together a quick illustration of what I was thinking about:
Thanks a lot.
