A grid control especially designed for bootstrap
Questions tagged [jquery-bootgrid]
161 questions
1
vote
1 answer
Jquery Bootgrid - Change current page programmatically
I have a "Bootgrid" grid with json data (not using ajax).
Pagination buttons work fine, but I want to change the current page programmatically.
Something like $("#grid").bootgrid().setCurrentPage(100);
I don't see the API providing a method for…

Rombus
- 341
- 1
- 7
- 19
1
vote
1 answer
jQuery Bootgrid using ADO.Net with SQL Server 2012
I have read that jQuery Bootgrid is simple to use for sorting, paging and searching options and seen the demo's. Can anyone clarify me that can I use this jQuery Bootgrid for my C# ASP.Net application. I m using default GridView option binding with…

Arun
- 728
- 4
- 16
- 30
1
vote
1 answer
jQuery Bootgrid Conditional Icon in Header Cell
I'd like to add an icon to the header cell if a condition is met.
I know that in the documentation it mentions that dynamic placholders are a thing, but it doesn't elaborate on how to add your own.
What I've tried:
Defining my own…

Hitsugen
- 40
- 6
1
vote
2 answers
Programmatically setting the number of displayed rows in a Bootgrid table
Hi I'm writing a web app using rails and as part of it I am displaying data to the user using jQuery Bootgrid. As part of this the user is able to set the number of rows per page of the table. I'd like to be able to have this setting persist between…

user2320239
- 1,021
- 2
- 18
- 43
1
vote
1 answer
jquery bootgrid not displaying command buttons
I've followed the below JQuery Bootgrid tutorials/documentation in order to create a dataGrid for my DB.…

Juankam Del Toro
- 11
- 2
1
vote
5 answers
Iterate over rows in JQuery Bootgrid table and extract values?
I am trying to iterate over a list of items in a Jquery Bootgrid table and extract the values to be used elsewhere. Here is my pseudo code:
for (each row in or-table) {
var code = the value in data-column-id="code";
var latitude = the value…

bicycle_guy
- 299
- 4
- 15
1
vote
1 answer
Custom row color Jquery Bootgrid
Using jQuery Bootgrid, and the "default" status mappings work (success, info, warning, error), but the moment I customize it, it does not. This question's solution does not work in my case: Jquery Bootgrid table row color based on condition
Below is…

Kobus Myburgh
- 1,114
- 1
- 17
- 46
1
vote
1 answer
JQuery-bootgrid can't turn html table into bootgrid
When I call $("#grid-basic").bootgrid() in either the HTML HEAD, the table does not transform on page load. When I call it in the javascript console, I get Uncaught TypeError: $(...).bootgrid is not a function(…). This table is being loaded by…

ericmarkmartin
- 717
- 1
- 8
- 19
1
vote
0 answers
How to put sequence number in first column in bootgrid table with php server side
I tried to practice examples on Bootgrid Command Buttons, but I am having trouble when putting sequence number in the first column. Please help me. thank you.