Questions tagged as 'gridview'

1
answer

I created a gridView. Now how do I call an intent from the gridview icons?

Follow the gridview code. It is in this same activity that I want to call the grid actions. //Grid VIew...set grid view item Bitmap homeIcon = BitmapFactory.decodeResource(this.getResources(), R.drawable.teste_cor); Bitmap userIcon1 = BitmapFa...
asked by 27.04.2016 / 02:25
1
answer

DataGridView Handling

I have to display an object list in a DataGridView I'm doing as follows: class EntradaModel { int codigo, motivo, anterior, quantidade; string observacao, tipo; DepositoModel deposito = new DepositoModel(); ProdutoModel produt...
asked by 07.12.2015 / 15:03
1
answer

Manipulating a dataTable JSF + PrimeFaces

How do I dataTable only be displayed after I click on Simulate Reply? When I load the page, dataTable logo first is already displayed, I do not even have any questions on it. I have a Command Button : <p:column header...
asked by 02.11.2015 / 02:32
1
answer

How to apply the 3-tier concept with GridView C #?

I have a project where I present a Gridview in an ASP.NET C # Webforms project. I tried to apply the 3 layer concept in this way, but the page only reload and the grid does not appear on the page. Follow the code example below: publi...
asked by 05.08.2015 / 19:25
2
answers

GridView.Sorting Event, Doubt?

I have the following scenario in which I have a GridView but when I want to sort descending it is not ordering. below: protected void gvdNomeClientes_Sorting(object sender, GridViewSortEventArgs e) { switch (e.SortEx...
asked by 21.01.2015 / 13:30
1
answer

How to define data that will be shown in the gridView

I have this class userDAO, where I make a select to return only: Enroll, Name and Accesses and return in a gridView. public List<Usuario> ObterTotalporMatricula() { var lista = new List<Usuario>(); using (var c...
asked by 14.10.2014 / 15:35
1
answer

Yii2 - How to sort the gridview on a [POST] form without losing the filters using arrayDataProvider

I have a form with 14 search fields and half of these fields are arrays, so the form's method is POST otherwise it displays error    (414 - Request URI too long). I am using gridview to render results with pagination = 10 , but wh...
asked by 14.12.2018 / 19:35
0
answers

problem with gridviews button delete this with problem in post

Good afternoon, I'm having trouble changing my grid views. This is old gridviews: <?= GridView::widget([ 'dataProvider' => $dataProvider, 'filterModel' => $searchModel, 'columns' => [ ['class...
asked by 01.11.2018 / 18:11
0
answers

Whites Down in Gridview - Visual Studio 2010

Hello I need to put whites in a gridview column so that the data looks like this: ThewhitesthatIputbeforearebeingdespised.dr(0)="" & objReader ("data2") I already tried with "& nbsp" and tb did not work Does anyone have any idea...
asked by 08.06.2018 / 14:45
0
answers

Android - Lock item of a GridLayout and unlock after a certain time

I have GridView that has a list with several items arranged. Clicking on one of the items my app triggers a request for a WS. I would like that at the moment of the click the item that was clicked was disabled or without the click functio...
asked by 26.04.2018 / 02:14