Skip to main content

Questions tagged [gridview]

A Gridview is a control for displaying and manipulating data from a variety of data sources.

gridview
0 votes
2 answers
39 views

How to make a responsive GridView() whose cell sizes change?

I want to create a responsive GridView() but just about everything I find discusses ways to do so that involve adjusting the number of cells in the grid's rows and columns. That's not what I'm trying ...
Al C's user avatar
  • 5,297
0 votes
0 answers
25 views

VB.net Nested GridView Undefined

I'm following this tutorial https://www.aspsnippets.com/Articles/308/ASPNet-Nested-GridViews-GridView-inside-GridView-with-Expand-and-Collapse-feature/ My aspx file looks like this: <asp:GridView ...
Jason Guernsey's user avatar
0 votes
0 answers
39 views

Perform event when out of Gridview

I have a program which I am updating, and what I am going to do is that when I click outside of a GridView type object, it will send an instruction only once to other objects (Textbox, Labels, etc). I ...
LARC's user avatar
  • 109
0 votes
1 answer
26 views

ASP.NET Gridview hyperlink with 2 parameters not working

I have a asp.net gridview in which I want VIEW option. Based on SAPID and CandidateID it should redirect to that respective page. But while passing that 2 parameters, I am unable to redirect with ...
hud's user avatar
  • 4,701
-1 votes
1 answer
49 views

JavaFX GridView how to get visible elements id's

I'm trying to get the current visible cells/rows indexes of the GridView filled with images. I found the way with taking the id's out of the listener but when I started adding text/labels over the ...
Ariloum's user avatar
  • 173
0 votes
1 answer
37 views

search is not working, SQL query doesn`t replace GridView data

This is the aspx code <asp:SqlDataSource ID="SqlDataSource3" runat="server" ConnectionString="<%$ ConnectionStrings:Conn %>" SelectCommand="SELECT [...
Alfahd Steel's user avatar
0 votes
0 answers
37 views

GridView`s SQL Data Source update

this is the aspx GridView <asp:SqlDataSource ID="SqlDataSource2" runat="server" ConnectionString="<%$ ConnectionStrings:con %>" SelectCommand="SELECT [...
Alfahd Steel's user avatar
1 vote
2 answers
64 views

How do I keep a datetime field in ASP.NET null

I have a datetime field in a gridview. I need the date field to be null or empty if the database returns either null, "", or 1/1/0001. How does one achieve this? I seem to be having a brain ...
ghostfly's user avatar
0 votes
0 answers
43 views

Comparing the old value and new value of a GridView using '!=' is producing an unexpected result

I am comparing e.NewValues["Schedule"] != e.OldValues["Schedule"] in my testing, they are the same value but the if return true in code below, why is that? private bool ...
Pop's user avatar
  • 525
0 votes
0 answers
28 views

How to get and set the order of elements in a GridView with DelegateModel for drag and drop

I have made a grid with 3x3 button in Qt 5 qml. With drag and drop it is possible to change the order of the elements (permutation). The underlaying data is a C++ model. But on drop I do not want to ...
beuzel's user avatar
  • 74
0 votes
1 answer
39 views

Dart/Flutter - wrap on next line with 1 or several widgets

I have 4 fixed size widgets, i want to wrap them if parent width is getting lower When i tried it, size of fixed widgets starts to change or big space between them, normal Wrap widget for 1 widget ...
Евгений Осокин's user avatar
0 votes
0 answers
18 views

Why can you skip an Item in ListView.builder but not GridView.builder without leaving holes in Flutter?

For Example see the following ListView and GridView builders: This is my ListView for example: ListView.builder( itemCount: itemList.length, itemBuilder: (...
Taaha Rauf's user avatar
-1 votes
2 answers
57 views

Hiding a Gridview row based on the result of a stored procedure in SQL Server VB.NET

I have a stored procedure in SQL Server that checks the permission of the user who wants to see my gridview. The procedure returns 1 if they have permission and 0 if they do not. I want to show the ...
RebeccaJohnson's user avatar
0 votes
1 answer
34 views

Check whether CheckBox in GridView is checked or not in c# and ASP.Net

I need check whether CheckBox in GridView is checked or not in c# and ASP.Net and to check that all the checkboxes in my gridview are selected, some are selected and some are not, according to a ...
Hamamelis's user avatar
  • 2,089
0 votes
1 answer
40 views

Unable to view a pop-up modal properly in yii2

I am trying to show a pop-up modal on a button click. But when I click on the button it shows for a small time and then vanishes leaving the screen to black. Below is my code <?PHP use kartik\...
Moeez's user avatar
  • 484

15 30 50 per page
1
2 3 4 5
1787