Questions tagged as 'gridview'

1
answer

On Android it is possible to inflate a layout inside a gridview

I am trying to create an e-book reader, in the main Activity should appear a gridview where each position should present a thumbnail of the book cover, below appear the name of the book, author name and publication date: what I expect is somethi...
asked by 18.04.2016 / 21:30
1
answer

GridViewCheckBoxColumn generating a blank column

I'm creating a form of RadControls Winforms Application to perform a simple people registration. In this form I am using Telerik Rad Controls To use the checkbox for each item in the list I used the GridViewCheckBoxColumn This i...
asked by 01.02.2016 / 18:59
0
answers

Fill the entire screen area through GridView cells

I own a project that has a multi-cell GridView and I need the cells that make up Gridview to fill every useful area of the SmartPhone screen. With the following XML code it did not work: <LinearLayout xmlns:android="http://schemas.android.c...
asked by 17.11.2015 / 17:39
1
answer

Export GridView to CSV in excel / VB.NET file

Following examples found on the web and even in stackoverflow I filled in the btnGerarCSV button that way. Protected Sub btnGerarCSV_Click(ByVal sender As Object, ByVal e As EventArgs) Handles btnGerarCSV.Click Dim sb As New String...
asked by 22.09.2015 / 15:22
1
answer

Doubt on how to transform an object from a gridView into non-clickable

Hello, I have a gridView that I build with an adapter that inherits from BaseAdapter. I want in my activity, when I click on an item (I have 16 in total in mine), make other items clickable and vice versa. Does anyone know a way to do this...
asked by 24.06.2015 / 20:32
1
answer

Android with Swipe in a GridView

Hello everyone, I need help getting a gridview to accept the onFling event (scroll horizontally right-left) without having to use a pageview, or it should be done as a "button" because I saw that the event does not work on top of a gridView only...
asked by 03.07.2014 / 14:20
1
answer

Android GridView

I hope you have a great time. I have the following situation a gridview that contains 3 columns in rows in each cell of this grid displaying three information all three being a plain text (TextView that I enter from another xml) I am populating...
asked by 23.06.2014 / 18:44
1
answer

Problem to refresh quantity shopping cart C #

When I refresh the quantity already in the shopping cart, I can only refresh the quantity of a product, if I have 2 products in the cart I can not refresh one of them. Imagine that the first product has 5 units and the 2nd product has 1 unit,...
asked by 09.07.2015 / 18:10