Questions tagged as 'gridview'

0
answers

change font family of a gridview on android

hello I have a gridview on android, from which I want to change the source of its content, try with android: fontFamily="", but nothing I tried to do it through a style and neither, and through the java either, someone has an idea of how I could...
asked by 31.05.2018 / 01:04
0
answers

How do I supplant the rows of my datagridview in c #?

What I want is to replace in a column that I get from my sql query and that I put in a column of the datagridview and that instead of the url I bring an image icon so that when I click redirect me to the image with the route that I got, but do n...
asked by 23.05.2018 / 19:46
0
answers

data from a gridview to edittexts

I have a gridview with 6 columns. I intend to pass the data of a row by touching an item of it. That is, when you touch an item, take the entire row and pass it to 6 edit text.     
asked by 28.04.2018 / 17:35
0
answers

Unwanted behavior when editing a row in a grid

I have a asp:GridView paged with datatables . The point is that when I give it to edit, although I keep the page in which I am correctly, the row that I edit becomes the last one of the table in the last of the pages. It's obvious t...
asked by 18.04.2018 / 10:41
0
answers

self-adjusting gridview or grid layout?

I try to create a grid in which the columns are self-adjusting to the content, I've tried in design and in java but nothing, I've also tried with a gridlayout, with a list by column but they scroll independently each one.     
asked by 17.04.2018 / 09:47
0
answers

Why does not the pageindexchanging gridview event work for me?

Hi, I have a gridview in asp .net and I use the following code to change the page in the griview and it does not work. This is my code: <asp:GridView ID="grid1" runat="server" AutoGenerateColumns="False" AllowPaging="True" OnPageIndexC...
asked by 19.03.2018 / 20:38
0
answers

Layout in asp without using GridView

Guys, I'm working on a platform where I manage a specific work process. The idea is to have "employee" users in charge of another "boss" user so that the chief user has a list of tasks in his control panel. When selecting the task, there should...
asked by 03.03.2018 / 23:48
1
answer

Grid View inside Fragment

Well I'm doing an application where I want to put a gridview in a fragment the problem is in a line of code that marks me error This is the code: import android.content.Context; import android.os.Bundle; import android.support.v4.app.Fragment;...
asked by 25.02.2018 / 21:01
2
answers

How to fill gridview asp.net c # sql from behindcode? [closed]

I have a webform application in ASP .NET with C # and I want to fill a gridview from the webform.aspx.cs. There is some way to fill it "only" when entering the page, or it must be only with a click event. Could you tell me how to do it? I will g...
asked by 07.03.2018 / 19:37
1
answer

ArrayList ArrayList in a GridView

What kind of friends, I need help to create a GridView in android studio just that I have to format it vertically, well I explain myself better. my database brings me 12 elements and what I do is add it to a ArrayList<String>...
asked by 06.12.2017 / 21:35