A grid control especially designed for bootstrap
Questions tagged [jquery-bootgrid]
161 questions
0
votes
1 answer
JSON date is series of numbers, not displayed correctly in bootgrid
I am using jquery and bootgrid in an MVC ASP.NET project.
Using Entity Framework, I get the data I want to display in the grid which looks like this in the database:
1 Portal 2017-01-16 23:09:54.420 testFirstName testLastName…

andrewb
- 2,995
- 7
- 54
- 95
0
votes
1 answer
bootgrid with empty fields
i use bootgrid for displaying info in table.
Data for table is always random and sometimes some fields are missing.
Simple…

kbu
- 389
- 2
- 4
- 19
0
votes
1 answer
How to set bootgrid pagination control above table
How can I change he pagination control to show at the top of the table and over its heading row, rather than at the bottom?
This is probably a CSS answer...
I tried playing around according to the suggestion in the following unanswered question…

pashute
- 3,965
- 3
- 38
- 65
0
votes
1 answer
Export Jquery bootgrid to Excel
I am using Jquery boot grid with asp.net gridview as follows.
$(function () {
$('#<%= MyGridview.ClientID %>').bootgrid({
caseSensitive: false
});
});
When i filter the grid using the Search provided by…

Sean
- 11
- 8
0
votes
2 answers
JQuery Bootgrid, search doesn't find formatted columns
I have a JQuery Bootgrid with two formatters needed to format correctly a date and euro values columns (in the rows I store the date as string in the format YYYYMMDD to get the column ordered correctly if the user choose to order that column, while…

1Garrett2010
- 53
- 6
0
votes
1 answer
Bootgrid search and pagination not working
So I have a data.json I have render in my bootgrid table . The data are displayed correctly but the search and pagination functionality of bootgrid is not working.
here is my my script in rendering in html bootgrid table
0
votes
1 answer
Using jQuery Bootgrid without Bootstrap
I have found this plugin to be easy-to-use with Bootstrap, having a lot of functions as well.
In my latest project, I am no longer using Bootstrap, but would like still like to use jQuery Bootgrid.
This should be possible as per the GitHub page…

DatBassie
- 313
- 5
- 21
0
votes
1 answer
Jquery Bootgrid table row color based on condition
i would like to change row color based on my condition.
I am using Bootgrid js (http://www.jquery-bootgrid.com/Documentation)
Here is example:
my condition can be 1 or 0
if it´s 1 than I need red background color, if 0 - default
This works on…

JohnWayneX
- 5
- 4
0
votes
2 answers
How can I get Bootgrid to sort by UK date?
My dates are in standard MySql database yyyy/mm/dd format and I re-format to UK format in the table as dd/mm/yyyy, but then I find jquery bootgrid table doesn't sort correctly, no doubt because it's expecting mm/dd/yyyy US format.
Is there a fix…

Nick W
- 877
- 2
- 15
- 30
0
votes
2 answers
Line break in cell jquery-bootgrid
There is a way to make visible a
inside a cell using jquery-bootgrid? Because the render of
is not visible.
inside a cell using jquery-bootgrid? Because the render of
is not visible.

Jeremias Araujo
- 179
- 3
- 11
0
votes
0 answers
Show/Hide Columns in Boot grid when onclick - Externally
i couldn't hide a show/hide a boot grid column after onclick boot grid re-load.
The issue is it works when the page is loaded first time, but i couldn't make it work after click event. Any help is appreciated.

balu
- 55
- 1
- 12
0
votes
2 answers
How to trigger the click event of a Bootgrid command button
I'm using Bootgrid with command buttons, and if there is only one row in the grid (I can determine if there's only one row from the data in php) then I want to trigger the command button click event. The command button has a class called…

Nick W
- 877
- 2
- 15
- 30
0
votes
1 answer
Fontawesome in Bootgrid cell
I can set the icons for the Bootgrid command buttons using Fontawesome icons, but can't make a fontawesome icon display in a Bootgrid table cell.
I've checked it works outside the Bootgrid table.
Even styling…

Nick W
- 877
- 2
- 15
- 30
0
votes
1 answer
Text in modal with Bootgrid not properly aligned
How can I properly align the text in my Bootstrap on my Bootgrid? Currently all on one single line, not wrapped.
This my JavaScript code:
$(document).ready(function() {
$("#grid-data").bootgrid({
caseSensitive: false,
rowCount: [25, 50],
formatters:…

discofris
- 5
- 4
0
votes
1 answer
jQuery bootgrid couldn't add commands
First of all sorry for my bad English

user3806961
- 5
- 1
- 2