Questions tagged as 'gridview'

2
answers

Problem with Gridview shows com.mac.fablab.fablab.Objetocurso@53683d4c

I have a problem with the ArrayAdapter inside a Fragment, apparently if I display the number of objects inside my ArrayList but it shows me the following: This is my Fragement_2.Java file public class Fragment_2 extends Fragment { Lis...
asked by 27.08.2017 / 21:15
1
answer

Table inside GridView cell

Can a Table be created dynamically within a cell of the gridView ? I know that within a Table you can put in the new cells table , but could you do the same with a gridView ?     
asked by 12.04.2017 / 13:18
1
answer

Get cell value GridView

I have not found a way to retrieve the values of a gridview row with jQuery or JavaScript to place it in input . I do not have a code, I only place the most similar one that is to retrieve values from a table. This is how my table looks...
asked by 25.02.2018 / 06:53
2
answers

Choose Gridview rows in ASP.NET

I am extracting information at GridView but I see that they are quite fields that I do not want. How could it be done to just choose the rows that I want? I enclose the image of GridView and everything that comes out....
asked by 09.06.2017 / 19:23
3
answers

How to get data when you go through a GridView For Each vb.net asp.net

I want to get the data that I'm going through in a GridView For Each Fila As GridViewRow In GCURSO.Rows ceEvaluacion.CursoAlumno = Fila.Cells(0).ToString Next But when using Fila.Cells(0).ToString I do not get the data. Thanks....
asked by 17.03.2018 / 16:25
1
answer

Nested rows with bootstrap grid [closed]

I need to create a grid, as the following image shows, I am using bootstrap 3 Example: Thanks !!     
asked by 26.02.2018 / 18:58
1
answer

How do I enable a column to insert records and save it c # gridcontrol devexprees

The one I have did it by adding a column and enabling the gridview allow edit, but at the moment of jumping to the next cell, what I wrote is deleted If I enter or only change the same cell it is deleted, if it is a normal table of sql, t...
asked by 29.11.2016 / 01:12
1
answer

Update gridview after selecting an item from it

Hello friends, I would like you to help me update a gridview after selecting one of its items, ie within the onItemClickListener event or if there is another form but that is updated after selecting an item from the grid. I show you some of t...
asked by 19.08.2016 / 06:32
3
answers

Insert data from a DataTable into an SQL table

I need help on how to INSERT data from a DataTable to an SQL table. The code of my DataTable is as follows: public DataTable dtDetalle = new DataTable("Detalle"); public DataTable filldata() { dtDetalle.Columns.Add("idProducto", Type.GetT...
asked by 30.07.2016 / 17:47
0
answers

Error getting the DataKeryName in GridViewRow VB .NET

Recently, I had to maintain a system that is developed in Visual Basic. Net, and the truth is that this crazy, you see, my problem is this, I have a GridView: <asp:GridView ID="GvwTrack" runat="server" AutoGenerateColumns="False" CellPaddin...
asked by 12.09.2018 / 23:06