Most voted "grid" questions
Grid (grid) Checkered, used to facilitate the alignment and positioning of objects.
Learn more…124 questions
Sort by count of
-
20
votes3
answers46967
viewsWhat is the difference between col-lg-* , col-Md-* and col-Sm-* in Bootstrap?
It’s been a long time since I’ve used the Bootstrap I have worked with almost all versions. Normally to structure my applications I use the grid bootstrap, row to create lines and col- for columns.…
-
17
votes4
answers7742
viewsHow does grid system work?
I’m using Bootstrap in a project, but so far I do not understand how the structure of it works. It uses grids but the documentation is not very clear on how it works and how to use. I want to put…
-
5
votes1
answer866
viewsHow does the responsive utilities of Bootstrap work?
From an application performance point of view, how the classes work hidden-** and visible-** ? If I put a div with hidden-xs it will be loaded on an Xs device and will not be visible, or bootstrap…
-
5
votes1
answer1315
viewsDynamically create buttons
I’m making a screen where register some users. On this screen, I have a ScrollView with a Gridlayout inside, with 2 columns. Each column has 1 button, which when clicking, opens a link, in this…
-
4
votes1
answer1174
viewsHow to format Date in Gridview Asp.net C#
In Asp.net c#, How do I convert a date in gridview coming from the bank to the format dd/mm/yyyy ? Currently it turns out like 18/05/2015 00:00:00. The guy in the column is Boundfield. I’ve tried…
-
4
votes1
answer94
viewsHow to calculate columns equal to Skeleton
To .col-md-1 is calculated thus: 100/12 = 8.3333...3 in the Skeleton was otherwise calculated which returned the following result: .one.column, .one.columns { width: 4.66666666667%; } What logic did…
-
4
votes2
answers618
viewsGrid styling for gallery using flex display
Well, I’m trying to create a gallery, display:flex, how can I accomplish this? I thought about using the float, but I remembered that the flex display ignores any float :/…
-
4
votes1
answer185
viewsHow to implement a grid and Infinite scroll together?
I’m developing a site style Pinterest but I’m not able to join these two features. To do the Infinite scroll, I used jQuery with AJAX to pull the database posts and append them into the body.…
-
4
votes1
answer358
viewsBy Divs next to bootstrap
I have 5 Ivs, I want them aligned in the same line... But the center div is not aligned... <section class="content"> <div class="row"> <div class=" col-xs-2 "> <a href="#"…
-
4
votes1
answer80
viewsDoubt about CSS Grid and Firefox
Good night. I recently started to study CSS, but when I was doing an exercise I came across an unusual situation, I am using CSS Grid along with Flexbox, when I review my site in the browsers Opera…
-
3
votes2
answers202
viewsDoubts and More Doubts about the bootstrap 3 Layout
Hello I’m currently working with bootstrap and is my first contact with responsive layout I’m trying to create something like this: But I can’t let it all fall into place I can’t do anything anyone…
-
3
votes1
answer4108
viewsDoubts about column formatting in gridView
Hi, I have some questions about formatting the columns in a gridview, I have a gridView that is populated by data coming from a table in the database, the columns and row are generated…
-
3
votes1
answer2029
viewsHow to validate Dbgrid fields before saving?
I have a DBGrid, but I want it to validate the fields before saving to the database. I believe I have to use the event BeforePost but I have no idea how to do it. Someone could give me a hint?…
-
3
votes2
answers115
viewsOrderby lambda keeps changing with every search
I have a search in lambda, in which refers information of a grid, but at each different query it changes the information of place: Indicadores = (Pegatodos().Where(f => f.STATUS == "A") .Select(x…
-
3
votes1
answer1641
viewswidth 100% bootstrap responsive
I’m using the bootstrap for its fluid grid, I used the row-fluid outside the container-fluid for it to be without the usual margin. In the desktop resolution the footer is normal with width 100%,…
-
3
votes2
answers3180
viewsWhat’s the difference and when to use Flexbox or CSS Grid?
First we had the Flexbox as a new solution for building and responsive layouts. More precisely on the part of grids. Now there is little time the CSS Grid. My question is: What is the difference…
-
3
votes1
answer143
viewsFlexbox replaces the GRID?
I’ve been taking a look at the flex properties, and I realized that they do the same thing as the grid or am I wrong? If so, what difference does it make? When I should wear one or the other ?…
-
3
votes1
answer243
viewsCreation of CSS Gallery
I’m trying to create a gallery that I believe is simple, but it’s giving me a lot of work and I’m not able to do it. I would like to know how I can do it and if you have any tips or useful…
-
3
votes1
answer599
viewsFlexbox + CSS GRID
People would like to know if there is any possibility of using Cssgrid with Flexbox. display:grid; display:flex; I mean using both in the same project, if not, which one would you recommend me to…
-
3
votes1
answer451
viewsbootstrap or grid-template
Speak guys, I would like to know what is more recommended to use on a site: Bootstrap, Grid-template or flexbox. I have this doubt because when looking at the websites that used Bootstrap the code…
-
3
votes3
answers1222
viewsBootstrap grid not working!
I am developing a site and the bootstrap grid is not working... MD and SM are working properly, but when I test the site responsiveness XL does not work.. the images are one below the other instead…
-
3
votes1
answer220
viewsHelp with centering grid items
I cannot vertically center my grid items in the middle of the div #grid-container. The funny thing about Justify-items:center; works ! however align-items:center; Not =( #grid-container{ width: 50%;…
-
3
votes2
answers294
viewsHow to plot distinct regression models using the ggplot2 + ggpmisc or gridExtra packages?
Hello! I have some difficulty generating graphs with different regression models (quadratic, linear) (FIGURE 1), it is observed that the graphics are loose ("free" scales) when using the…
-
3
votes1
answer41
viewsGrid on R does not work
Hello, I’m trying to create a chart with the following code: boxplot(covid_DF$obitosNovos ~ month(covid_DF$data), main="Média de obitos novos por mês no Distrito Federal", xlab="Mês",…
-
2
votes1
answer65
viewsSASS SCSS - Problems with rounding.
I have the following problem: developing a Grid system with SCSS, I got the problem of rounding the percentages that define the size of each column. I was wondering if anyone has a solution for…
-
2
votes1
answer344
viewsGrid System Bootstrap
I’m riding this grid Bootstrap, but at last Row, it seems that the image gives a margin of the grid itself and is misaligned.. My semantics are wrong? <div class ="container"> <div…
-
2
votes2
answers361
viewsCentering #Menu #Nav on the circular shapes page?
This is the HTML of this section: home #home.scroll br br .container .row a.scroll href="#oquee" .cir O que é a.scroll href="#local" .cir Local a.scroll href="#convidado" .cir Convidado a.scroll…
-
2
votes1
answer189
viewsBest way to develop a flexbox grid?
I have doubts with the display:flex, thinking of a grid system as would be the container, row and the column. For example the container would have the property display:flex? And how to organize the…
-
2
votes1
answer255
viewsShow DBF values above Mapwingis + Delphi points
I have the following code to open a file . shp and plot it on a component of MapWinGis Map1. procedure TForm1.Button1Click(Sender: TObject); var shp: Shapefile; HandleLayer: integer; begin shp:=…
-
2
votes1
answer158
viewsUse of classes on the Materialize grid
While reading the documentation of materialize I saw that to create a grid responsive they use at a given time the following classes: <div class="col s2 m4 l3"> and later to complete the…
-
2
votes1
answer1110
viewsHow to create "grid" with floating elements similar to Pinterest
Hi, I’m creating a grid with divs floating to the left, but when it reaches the fifth div in blocking 1000px, it floats to the right and not to the left as it should be and the margin-top gets…
-
2
votes1
answer614
viewsResponsive menu with grid layout
I’m learning grid and responsive layout and don’t know the best way that I could create a "hamburger menu" with it. So far I’ve managed to make my content wrapper move to the left and leave a space…
-
2
votes2
answers8439
viewsHow does the Grid System work in Angular Material Design?
In the documentation of Angular Material Design has a component called Grid List, which, I imagine, is the structuring part of the layout, but it only has two very simple examples and I couldn’t…
-
2
votes2
answers6834
viewsBootstrap 3 | Column height on Grid System
good morning! I am new here in the forum and I am developing a page using bootstrap 3 and I have a question about the Grid System. I have a Row with 4 columns (I left the background of the columns…
-
2
votes1
answer234
viewsDisplay Hint on a disabled GRID
Good afternoon, I have an application in Delphi that has a grid with two columns, the first column being the "question" and the second column the "answer". This grid has 8 lines and each line has a…
-
2
votes1
answer39
viewsHide content and change size of other
What I intend and the following is that when hiding the id="content1" div the other div increase to col-lg-12 what I have is the following code: <div class="row"> <div class="col-lg-6"…
-
2
votes1
answer296
viewsHexagonal matrix in Python
I would like to know how to return the numbers of a vector (matrix) within a specific R (radius) using Python. Follow on this image: Following the vector used: mapa = [ [0.0, 0.1, 0.2, 0.3, 0.4,…
-
1
votes1
answer671
viewsKendo UI Grid Export Excel
I have the following Grid in *.cshtml: $.ajax({ url: '@Url.Action("RetornaJsonGrid", "PacoteLicencas")', type: "post", cache: false }).success(function (json) { $("#gridPacoteLicencas").kendoGrid({…
-
1
votes1
answer896
viewsIncrease line height of a gridcontrol devexpress
Gentlemen(s), I have a gridcontrol of devexpress(12.1) being filled by a list, and I need to increase the line if the text is larger, and I need to do this dynamically (if the text fits the width, I…
-
1
votes1
answer129
viewsGrid with Single Input
Hello, what is the best way to make a grid for Javascript and HTML? I need that I can draw or change the color of the area of each white space. I did it this way but he doesn’t answer me because…
-
1
votes0
answers52
viewsSort UI GRID record from filter
Hello, This image showed only the data that have "S", however, in addition to displaying them, I need to sort this from the search filter, IE, in this case, the result would be something like:…
-
1
votes2
answers670
viewsGRID Bootstrap column size - Customized value
Greetings! Could someone give me a light as to the image below ... The question X is that I need a middle ground in this alignment. If I put col-Md-1 cut the input if I put col-Md-2 gets very large.…
-
1
votes0
answers95
viewsProblems with . container-Fluid and @media
I’m a beginner in Bootstrap and I’m using the framework for a school project. In the old days, I was using the class .container to leave the content "together", but as I did not like the space…
twitter-bootstrap bootstrap-3 responsive-layout front-end gridasked 8 years, 3 months ago Matheus Santos 19 -
1
votes1
answer304
viewsSort html with grid Angularjs
I need a hint on how to sort elements in my home without appearing blank spaces. The problem is: I have a page that lists all the registered services, this page is with pagination that lists the…
-
1
votes1
answer85
viewsHow to fill a scrollview with equal grids dynamically?
Guys, I’m trying to fill a grid divided into lines within a scrollview (to allow the user to view all content) with other grids. Each grid is within a line and contains the content of a schedule…
-
1
votes0
answers94
viewsRecognition problems of first faces Responsive mobile
Error in recognizing Primefaces Responsive mobile. I’m using Primefaces 5.3 and functionality Grid CSS works perfectly on the Desktop, as seen in the images below. Maximized Restored But…
-
1
votes1
answer218
viewsCan I use Grid CSS Layout in all new projects?
Even without full support from microsoft browsers, it is necessary to use the prefix -ms-, I can start using CSS Grids in new projects without worrying or I must continue using frameworks grids ?…
-
1
votes1
answer48
viewsGrid 960 smaller than the screen
I’m starting to use the 960.Gs system css however I am having some problems related to screen size, please correct me if I am wrong. includes all css files correctly within the header only when…
-
1
votes1
answer152
views -
1
votes1
answer54
viewsWhy can’t I do the grid system on my php page?
I’m starting a project for the university and I can’t do the grid system in the main content tag. I’ve been trying for a long time! I can’t implement the grid! This is my code.. ` <img…