Questions tagged as 'grid'

2
answers

Problem with grid-gap and fr

I'm in a somewhat silly problem, I have two section grid , which the first one has 4 div with the property grid-template-columns: 1fr 1fr 1fr 1fr; and the second section have 3 div with the property gr...
asked by 16.10.2018 / 09:27
1
answer

How to join grid with bootstrap

I am using bootstrap for a web page, I used a grid with two columns to place a slider and a video in a horizontal way which I want to put together, but I have a detail between slider and the video is I have a space and I want to join them Thi...
asked by 22.06.2018 / 17:18
3
answers

Problem with the background in 2 columns, css grid

I want to create two full width columns as you can see in the image with css grid. I have managed to do it, the detail is that I put a width to the box of the son and I try to align it to the center and I get spoiled. You can see the code her...
asked by 29.03.2018 / 23:45
0
answers

Customize Grid in Xamarin Forms

I would like to know how I can put a text in the following graph, I am using Oxyplot, as it is shown in the image, besides being able to remove the box so that it only shows the graph. this is my code public PageChart() { Initi...
asked by 20.10.2017 / 20:01
1
answer

How to place margin to the rows with Bootstrap

A big greeting: The situation I want to pose is the following, it happens that I have a section that goes in a row (row) is a text that I want to be in the center of the row vertically, then create a Div with a name and place it property of m...
asked by 01.09.2017 / 18:27
1
answer

change from list to grid [closed]

I have a big doubt that there are many asking the same thing but I do not find anything clear on the internet, I want to know how to change the list / grid, in my products, for now I have this: <script> $('button').on('click',functio...
asked by 18.04.2017 / 16:52
1
answer

How to add the value that comes from the model to the textbox

Good I would like to know how to add the value that comes from the model to a textbox that is in the row of a table, in Devexpress this is the code that I have I need a line of code if I am not wrong it is something like content.Column...
asked by 16.08.2016 / 18:45
2
answers

Editable grid with Jquery and PHP [closed]

I have developed a PHP form with several fields. All of them type text box or drop-down boxes. I need to add a new field of type "table". Inside the database I will store it as an array or XML. This will be the format of the form (see the Tea...
asked by 19.08.2016 / 17:02
0
answers

Grid DevExpress event change

I have this modal with a grid, the problem is that when I select a row. this function is executed repeatedly doing the same thing. @Html.DevExpress().GridView(settings => { settings.Name = "grid_ModalProductosProceso"; setti...
asked by 30.11.2018 / 15:41
0
answers

Error running test with Selenium Grid

I have a problem and I am running some tests in c # with Selenium Grid and they give me errors such as timeouts, elements not found ... Which does not happen if I do it in local, nothing happens. I've been looking at it for several days, changin...
asked by 05.10.2018 / 13:35