Questions tagged as 'gridview'

1
answer

Failed to populate a gridView

I'm having problems displaying a gridview, it's not displaying the right data, it looks like it's trying to display vertically, I've already changed the Gridline property to horizontal, both and now this Name, same as another gridView I've been...
asked by 15.06.2014 / 03:41
1
answer

How to access child items in a BoundField of a GridView in Asp.Net Web Forms?

I know that in the middle of GridView , you can read an immediate item with the tag BoundField : <asp:BoundField DataField="MeuItem" HeaderText="Meu item" /> But I get an error trying to do this: <asp:BoundField DataF...
asked by 18.02.2014 / 20:34
1
answer

Play value of a grid that is in form to another grid in another form C # windows form

Hello, I'm here with one more situation requesting help because I have not yet found it in the searches.  I have a form that I put a Gridview in the form has button to open another form of query and when I click on an item from the list it adds...
asked by 02.11.2017 / 01:23
1
answer

Conflict onFling with onSingleTapUp in GestureDetector

I have an application running on Android with a GridView (grid). In this grid I need to detect several events and so I'm using a gesture detector. However, clicking a grid item sometimes causes the onFling event instead of onSingleT...
asked by 24.05.2016 / 15:18
1
answer

GridView with one line only - Asp.Net C #

I have a column in the GridView with Schedules, I made a schematic that picks up such a time at such an hour for example: 8:00 to 8:30 and so goes to other lines. In all, until 6:00 p.m., it gives 20 lines. How do I put this all in one line? Som...
asked by 26.05.2015 / 14:33
1
answer

How to display two pages of the same GridView side by side?

I'd like to know how to display two pages of the same GridView side by side, if possible by keeping the pagination on both pages at the same time. For example, if I have GridView like this: Num Produto -------------- 1 Banan...
asked by 02.04.2014 / 22:22
1
answer

How to create a dynamic GridView?

Someone already created a GridView where rows are already filled with values and in the last column of each row there is LinkButton "Retry" and when that LinkButton is clicked, repeat the line just below the clicked row ?...
asked by 31.01.2014 / 13:55
1
answer

How to add a linked column in GridView?

I have the following code that generates my GridView: protected void Page_Load(object sender, EventArgs e) { try { AlteracoesContrato alteracoes = new AlteracoesContrato(movimentacaoId);...
asked by 31.03.2017 / 16:32
0
answers

Search GridView data Asp.net [closed]

I have a GridView called grvListaFuncionario that is populated by my bank data. I'm having a problem when I search the data on it. private void Pesquisar() { DataTable table = new DataTable(); table = grvListaFuncionario...
asked by 28.11.2016 / 00:14
1
answer

How to put a "show more" in the gridview

How to do this: Turnthisover: The only thing I can imagine is putting a treeview inside the gridview, even then, I do not even know if that's possible. Doubt is just about the same functional part, the aesthetic part I'm going to do...
asked by 05.04.2016 / 23:31