Questions tagged as 'grid'

2
answers

Grid styling for gallery using flex display

Well, I'm trying to create a gallery, in the template below, however, I need to use display:flex , how can I accomplish this? I thought about using float, but I remembered that the flex display ignores any float: /     
asked by 08.09.2017 / 21:09
1
answer

How to validate DBGrid fields before saving?

I have DBGrid , but I want it to validate the fields before saving to the database. I think I have to use the BeforePost event, but I have no idea how to do it. Could someone give me a tip?     
asked by 16.03.2015 / 04:44
1
answer

width 100% responsive bootstrap

I'm using the bootstrap for your fluid grid, I've used row-fluid out of container-fluid to run out of bounds. In the desktop resolution the footer is normal with the width 100%, but when it decreases the resolution it gains the mar...
asked by 08.10.2014 / 16:18
2
answers

Questions and doubts about the bootstrap 3 Layout

Hello, I'm starting now with the bootstrap and it's my first contact with responsive layout. I'm trying to create something like this: But I can not leave everything in place I can not do anything. Can anyone help me?     
asked by 15.06.2014 / 21:20
2
answers

What's the difference and when to use Flexbox or CSS Grid?

We first had Flexbox as a new solution for building responsive layouts. More precisely on the grids part. Now comes the CSS Grid . My question is: What's the difference between the two? When should I use 1 instead of the other? For building g...
asked by 24.05.2016 / 22:25
1
answer

CSS Gallery Creation

I'm trying to create a gallery that I think is simple, but it's giving me a lot of work and I can not do it. I would like to know how I can do it and if you have any tips or useful information about it. Gallery template to be created;...
asked by 10.01.2017 / 12:24
1
answer

FlexBox + CSS GRID

I would like to know if there is any possibility of using CSSGrid with FlexBox. display:grid; display:flex; I'm talking about using both in the same project, if not, which one would you recommend me to use? You can give an example of how to...
asked by 05.09.2018 / 05:12
1
answer

Questions about column formatting in the gridView

Hi, I have some questions about formatting columns in a gridview, I have a gridview that populated by data coming from a table in the database, the columns and row are automatically generated, I have a method that performs the query in the gridvi...
asked by 15.06.2014 / 22:14
1
answer

bootstrap or grid-template

Flexbox , Grid-template , or flexbox . p> I have this doubt because when you see the websites that used Bootstrap the code stays in class <div class="row"> <div class="col col-md-4"></div> <div class="col col-md-...
asked by 06.11.2017 / 23:34
1
answer

Flexbox replaces GRID?

I've been taking a look at the flex properties, and have I realized that they do the same thing as the grid or am I wrong? If so, what is the difference between them? When should I use one or the other?     
asked by 05.10.2016 / 21:38