Top "Gridview" questions

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

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 …

android user-interface gridview imageview scrollview
How can I use a simple Dropdown list in the search box of GridView::widget, Yii2?

I am trying to make a dropdown list in the search box of a GridView::widget, Yii2 for searching related …

php search gridview drop-down-menu yii2
Customise grid view in yii2

How to remove summary and sorter for a particular grid view in Yii2. In Yii1.1 we can do that by …

php gridview yii2 cgridview
How to set a fixed number of rows in android gridView?

I am trying to create one gridView in android which have 10 rows and 10 columns.How can I set a fixed …

java android gridview
Difference between ListView and DataGrid in WPF?

I have to retrieve some questions from the database and display them on the user screen dynamically. I also need …

.net wpf listview gridview datagrid
In gridview how to use rowcommand event for a button

I am using a gridview in aspx and i have two pages that registration and details.aspx once registration completed …

c# asp.net button gridview rowcommand
GridView auto fit images

im trying to get images displayed in a GridView and get the columns automatically set, so far I've had to …

android gridview
ASP.NET Grid View vs. List View

What are the advantages of using listview over gridview? I need pagination, editing rows, inserting rows, and deleting rows in …

.net asp.net listview gridview
Click GridView Find Selected Row

I'm trying to take a GridView and get back the data from the row that was clicked. I've tried the …

c# asp.net gridview onclick gridviewrow
How do I add a CSS class to a BoundField, so I can find it with jQuery?

I want to add a class name to some of my BoundFields in the GridView control; so that once the …

jquery asp.net css gridview