A grid control especially designed for bootstrap
Questions tagged [jquery-bootgrid]
161 questions
3
votes
2 answers
jQuery-bootgrid modal dialog
I have a jQuery-bootgrid as described in the examples on the homepage. In the last column I have two buttons for Edit/Delete of the row-content.
All I want to do is to show a modal dialog when the user clicks the Delete-button. However, nothing…

KingKerosin
- 3,639
- 4
- 38
- 77
2
votes
1 answer
How to do offline sorting in bootgrid?
Suppose I fetched the data from api and during sort, don't want to hit the api please help if it is possible in bootgrid like datatable.
I have this function for bootgrid load can please help on this.
function generateBootGrid(pd)…

Umashankar Saw
- 1,131
- 1
- 9
- 25
2
votes
1 answer
jquery Bootgrid: get all rows data
I need to filter rows in my jQuery Bootgrid (with pagination).
How I can get ALL rows from grid?
When I try to do this $('#TableId').bootgrid().data('.rs.jquery.bootgrid')
it returns only rows in first page.

ap_student
- 45
- 6
2
votes
1 answer
Fire event when clicking on Bootgrid pagination button?
I am having trouble getting an event to trigger when clicking on a button in the JQuery Bootgrid pagination element. I believe I am not able to target the element correctly for the handler to know I have clicked on the pagination. I have tried the…

bicycle_guy
- 299
- 4
- 15
2
votes
1 answer
Bootgrid sum column and show result it in footer
I'm implementing a Bootgrid table getting data from Mysql table using Ajax, everything works fine, but now I'm trying to sum the last column and print result on the last row or footer. Does anyone know which method should I call or how can I get to…

Lenin Ocaña
- 81
- 1
- 9
2
votes
1 answer
How to deal with jQuery bootgrid request data in MVC
I'm having some issues with implementing a jQuery bootgrid using ASP.Net MVC. I can't implement the sorting, searching, pagination etc. functionality.
This is what I have in my controller:
public JsonResult IndexJson(BootgridRequestData model)
{
…

Barry Michael Doyle
- 9,333
- 30
- 83
- 143
2
votes
1 answer
jQuery Bootgrid sorting, pagination and search functionality not working
I have a jQuery bootgrid implemented into my ASP.Net application which is filled using a Generic Handler.
I fill the bootgrid using the Generic Handler as follows:
$(function () {
var grid = $("#grid").bootgrid({
ajax: true,
…

Barry Michael Doyle
- 9,333
- 30
- 83
- 143
2
votes
1 answer
jQuery Bootgrid replace tr no-results before charge content ajax
I have created a jQuery Bootgrid table connected with ajax content, and while loading ajax content, it shows me "No results Found!"
No results found!
How can I change that td content, and put an image as the…

Manply
- 75
- 1
- 9
2
votes
1 answer
jquery-bootgrid how to search in hidden columns
I have two hidden columns in jQuery - BootGrid table and I don't want to show it, but I want to search by these two columns in searcher. How can I do it? I tried to add data-visible="false" data-searchable="true" data-identifier="true" but that does…

XXX
- 21
- 3
2
votes
1 answer
How to make href work in jquery-bootgrid basic plugin
Am using bootgrid-basic to show my data,
aa | ss | …
---|