Top "Gridview" questions

A Gridview is a control for displaying and manipulating data from a variety of data sources.

How can I hide the header of a WPF ListView?

I want to be able to hide the header at the top of each grid column in a WPF ListView. …

.net wpf gridview listview wpf-controls
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 …

wpf listview gridview
How to render decoded HTML in a (i.e. a <br>) in GridView cell

I'm binding a GridView to an LINQ query. Some of the fields in the objects created by the LINQ statement …

c# asp.net gridview newline
How to add hyperlink to boundfield in gridview c# asp.net

I have a gridview in aspx page, I need it to go add hyperlink to the Component from BoundField once …

c# asp.net gridview hyperlink boundfield
Freeze asp.net grid view column

How can i freeze initial 2 -3 leftmost column in asp.net grid view? so that while horizontal scrolling initial 2 - 3 …

asp.net gridview freeze auto-generate
how to create a link in gridview in asp.net

I am trying to create a webpage that has a gridview. this gridview is supposed to have a link like …

c# asp.net gridview linkbutton
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, …

asp.net data-binding gridview html-encode templatefield
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 …

android gridview border divider
Append a child to a grid, set it's row and column

How can I append an Image object into a Grid and set it's Row and Column? The grid is 3x3. …

c# wpf xaml gridview
How to have a GridView that adapts its height when items are added

I am trying to display a dynamically-growing list of strings with a checkbox in a GridView, which is itself in …

android gridview