Questions tagged [jquery-bootgrid]

A grid control especially designed for bootstrap

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.…
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.
Number ??…
1
vote
1 answer

Adding my own buttons to a Bootgrid table using PHP

I am using JQuery Bootgrid for my table display, pagination, search, etc. What I do not like about it are the command buttons, I just want to add simple html buttons to my tables such as: echo "
Tye Lucas
  • 107
  • 1
  • 1
  • 9
1
vote
4 answers

jQuery Bootgrid - Ajax Sort Parameter with ASP.NET MVC Actions

I managed to create an ApiController retrieving data from my repositories, and populating a grid in my view through Bootgrid with Ajax. This is an example of request data sent to Api's Action, given by their Docs here (look for POST Body Request…
1
vote
1 answer

Creating a closeable tab

In jQuery, I have created a dynamic tab named closedable-tab. I want to have a "close" icon showm in this tab, and if I click it, the tab will be closed. How to implement that?
1
vote
0 answers

BootGrid bug: GET method not working

If I use the method: "GET" I get an HTTP 405 METHOD NOT ALLOWED because the current=1&rowCount=20 is attempted to be sent in the data instead of on the queryString, which as far as I understand is not allowed for GET. What can be done? This…
pashute
  • 3,965
  • 3
  • 38
  • 65
1
vote
1 answer

Bootgrid ajax setting in data-api

The documentation of the BootGrid says that for setting the http method to GET or for setting the ajax to true I need to use the method and the ajax (in javascript) but the Data-API example shows the attributes data-url and data-ajax so I figure I…
pashute
  • 3,965
  • 3
  • 38
  • 65
1
vote
0 answers

jquery-bootgrid: display a form

I want to display large collection of forms. jquery-bootgrid is good to display large data in IE8 (the best I found) in a client-side way (I display a HTML table and apply bootgrid to it). The problem is that it converts all my inputs to text. No…
Rolintocour
  • 2,934
  • 4
  • 32
  • 63