gridview Questions

3

Solved

I am beginner to yii2 & trying to search fields in Gridview using Pjax on search button. I have done this with GET method but I want to do this by using POST method. Then how can I do this with...
Cinderellacindi asked 10/3, 2015 at 5:27

4

I have a widget(which works) with a GridView, which shows information in 1 or more columns/rows. I want to set the number of columns programmatically, cause the users shall choose. If I set the num...
Byrom asked 5/12, 2012 at 14:50

6

Solved

How can I prevent a user from resizing GridViewColumns withing a ListView control?
Parabola asked 8/10, 2008 at 9:41

11

Solved

I have a Gridview with AutoGenerateColumns="False". I am using a TemplateField to display my Edit, Update and Cancel 'buttons' in the first column of the GridView within respective ItemTemplate and...
Lockage asked 8/6, 2009 at 20:26

4

I have DataTable which I filled using an SQL Query. Then I filled the GridView with the DataTable. DataTable table = new DataTable(); table.Load(reader); gvAktivne.DataSource = table; gvAktivne.Da...
Profanity asked 6/8, 2013 at 16:11

4

I have a gridview control in my C# program and have just added an 'EmptyDataText' control that (as you know) displays a message if no records were found. When I view this page in design, the 'No da...
Paraselene asked 22/10, 2009 at 9:13

18

Solved

Even after specifying the height for Container GridView, my code is producing square widgets. class MyHomePage extends StatefulWidget { MyHomePage({Key key, this.title}) : super(key: key); fina...
Chevaldefrise asked 23/1, 2018 at 15:19

4

Solved

I am hiding a child from a gridview by setting its visibility to View.GONE. The problem is that even thought I set it to GONE, it becomes invisible but remais still a gap where it was located. Is ...
Warsle asked 27/7, 2012 at 20:33

3

Solved

UPDATE I moved the Javascript to the ASPX site instead, and added a postback function for it. Now it works. Thanks to @orgtigger and especially @lucidgold for spending their time helping me! Here ...
Cyanamide asked 16/6, 2014 at 17:21

9

Solved

In ASP.NET Gridviews generate a table which generates a parent div container. This can break CSS layouts since there is no way to attach styles to the generated div. Is there a way to prevent the d...
Talion asked 22/7, 2009 at 17:34

5

I have ItemController and in actionView I put gridview of my Itempicture, and I want when I click on icon view, update and delete then go to ItempictureController. so How to change controller acti...
Joey asked 8/5, 2014 at 2:6

4

I currently have a SingleChildScrollView as a parent and a GridView as one of the child widgets. Everything is working fine but when the GridView finishes scrolling, the scroll does not pass on to ...
Garret asked 15/7, 2018 at 9:49

7

Solved

I don't know how to set the filter default of GridView. It's mean when page loaded, it's will load the filter with specific condition that I've set. Any idea for this? Thanks
Gordongordy asked 9/11, 2015 at 12:9

8

Solved

I have a gridview with multiple rows, each has a Update button and I need to pass 2 values when someone clicks on Update button. Aside from packing the arguments inside CommandArgument separated b...
Constantan asked 5/3, 2010 at 19:11

7

Solved

I am trying to get the selected row of the GridView, and I know that I should be able to get that information based on the OnSelectedIndexChanged event. Whenever I click on the row, the event does ...
Scrophulariaceous asked 6/2, 2012 at 20:10

16

Solved

I have 6 View components (shown in the picture) , I want to have space between all 6 View components. My code: <View style={{flexDirection:'column',flex:6}}> <View style={{flex:2,fle...
Valve asked 4/8, 2017 at 9:35

3

Solved

I am trying to make background color that depending on the value calculation number in one cell. This is my code: [ 'attribute' => 'coefTK', 'label' => '<abbr title="Koefisien Jumlah Tena...
Dodecasyllable asked 13/9, 2016 at 4:20

5

Solved

I am trying to create a webpage that has a gridview. this gridview is supposed to have a link like below http://localhost/Test.aspx?code=123 when the user clicks one of the rows' link in gridvie...
Surplice asked 5/11, 2013 at 20:49

3

I'm confused about the usage of GridView in Flutter. I want to display a list of features with their rates. The feature component/widget isn't that big in terms of height, but when I place them in ...
Adult asked 15/2, 2023 at 1:39

2

Solved

What I functionally need is a Vertical ViewPager with GridView. So every page of the ViewPager should have a GridView, but the ViewPager is horizontal. So there are two possibilities: Rotate the...
Renick asked 10/7, 2012 at 8:7

5

Solved

I have a gridview which I am using to display a dataset result. The problem is I am using paging in it. But when I click on the page # it says that I haven't handled the event. Do I need to rebind ...
Lamori asked 12/1, 2011 at 5:26

6

I want to clear my gridview. I have 2 GridViews and Has Select Button On It. on Selecting this button that item goes into the second gridview. now the question is how should i clear the second grid...
Electrosurgery asked 13/2, 2010 at 8:48

3

I want to create 3x3 gridview programmatically for displaying images. And I want to set each item height and width by getting screen dimensions. Like: DisplayMetrics metrics = context.getResources...
Hypotension asked 13/3, 2014 at 7:50

7

Solved

I have a datagrid/gridview. I'm populating the grid with 10 rows initially. On a button click every time,I'm keeping on adding 10 rows to the datagrid/gridview. Now I want to set the focus to the l...
Avrom asked 26/12, 2011 at 12:22

9

I'm trying to load images from URL into girdview using Volley Library. For this I'm following this tutorial. When I run my project, it collects all URLs from server database and then store in array...

© 2022 - 2025 — McMap. All rights reserved.