Questions tagged as 'gridview'

1
answer

DropDownList The Name '' does not exist in the current context

I have a gridview that lists the countries and depending on the selected list the cities of that country. <asp:GridView ID="gvRentalVendor" runat="server" AutoGenerateColumns="false" DataKeyNames="RetalAgency_Id" Width="824px" OnRowDataBoun...
asked by 11.07.2017 / 06:22
1
answer

Status with colors in gridview asp.net C #

I need to make the texts of the exam statuses of an app appear in different colors, in the case of black, marked green and not red, these statuses are in an Enum. Follow my code if anyone knows the best way for this implementation....
asked by 14.10.2016 / 07:57
1
answer

GridView is not updated (Android)

I am creating an app that when it launches it executes an asynchronous task that makes a query to an api, when picking up the result it inserts in the adapter. I have tried it in several ways, but only the images appear when I select it in the s...
asked by 02.11.2016 / 20:42
1
answer

How to set "Check" on columns with RepositoryItemCheckEdit

I have DataGrid that some columns are CheckBox , I'm using the RepositoryItemCheckEdit method of DevExpress to do this: However, how do I make a Check ? I know I need to use the gridView1.SetRowCellValue prope...
asked by 01.11.2016 / 15:16
0
answers

How to make a grid with levels

Would anyone know how to do a two-level grid and WinForm? example below: Thank you.     
asked by 04.08.2016 / 14:49
0
answers

ASP.NET and C # - Gridview line requirement

Just as there is a RequiredFieldValidator in ASP.Net site forms, which requires filling in a field, is there any way to have a gridview with at least one row? For example, I have in my site (ASP.Net with C #) a part of resumes registration. A...
asked by 04.08.2016 / 15:44
1
answer

XtraGrid - GrdView - Click event

Well, guys, good morning. How are you? I'm having a hard time implementing an event when I click the GridView. I'm using the DevExpress components, XtraGrid.GridView. Well, I'm adding the event: this.gridView1.Click += new System.EventHan...
asked by 01.07.2016 / 14:14
1
answer

How to make a ComboBox with GridView?

I'm trying to make a ComboBox that I click to be filled with a GridView, I know it's from DevExpress, I use version 16.1 now. example:     
asked by 27.07.2016 / 03:46
1
answer

How to put an imageView and a textView inside a gridView? [closed]

I can not put image and text inside a gridView, can anyone help me ???     
asked by 30.04.2016 / 01:19
1
answer

Displaying GridView Master Detail so that the details are shown below each master

I use the ASP.NET GridView control to display information from two tables that have a master-detail relationship. Table 1: Purchase (IDCompra, DataCompra and ValorCompra) and Table 2: PurchaseItem (IDCompraItem, Name, Quantity). I would like...
asked by 03.04.2016 / 21:59