Top "Gridview" questions

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

android gridview row dividers / separators

Is there a way to show (horizontal) dividers between rows in a gridview? I tried putting a small divider-image below …

android gridview
Getting row index from an ImageButton click in a GridView

I have a Gridview with ImageButtons added to a column via a templatefield. I've attached a function to the "OnClick" …

asp.net vb.net gridview imagebutton
Making GridView items square

I would like the items of my GridView to be square. There are 2 columns and the items width is fill_…

android gridview
ListView.GridViewColumn (*) width

I am using ListView control instead of DataGrid in my WPF application. I want to give * width to my ListView.…

wpf listview gridview wpfdatagrid gridviewcolumn
How to get values from template fields in GridView?

This is my markup of GridView. <Columns> <asp:TemplateField HeaderText="Customer Name"> <ItemTemplate> <…

c# asp.net excel gridview templatefield
conditionally show hide asp.net Gridview column

This is how I navigate to myPage.aspx , <a href='~/myPage.aspx?show=<%#Eval("id")%>' …

c# asp.net gridview visible
How can you show the date in a gridview as a date only instead of a datetime?

I am pulling in date values from a sql server database using a gridview and and the date gets converted …

asp.net entity-framework gridview
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 …

android gridview
Extjs grid panel with checkboxes

How i can create ExtJs grid panel with checkboxes like here.

gridview extjs
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="…

c# asp.net linq sorting gridview