Questions tagged [jquery-bootgrid]

A grid control especially designed for bootstrap

161 questions
0
votes
0 answers

Bootgrid show last preferred columns as the default column after the page load

I am using bootgrid table. Here I am trying to show the columns based on user preference. For example, there are 4 columns in the table. If the user uncheck the 3rd column. Remaining 1st, 2nd and 4th column will be visible. My issue is that, after…
SuryaKala
  • 1
  • 1
0
votes
1 answer

How to use 2 formatters in jquery bootgrid?

I am trying to use 2 data formatters and it's giving me a error SyntaxError: Unexpected string. If I am using only 1 formatter then it's working fine otherwise it's giving a error.How can I use both the formatters any idea? var grid =…
0
votes
1 answer

JQuery cannot find element with the same class on the same page

I'm trying to set the text of an HTML element but I'm unable to do so through JQuery class selector .text() function. It is somehow unable to find the element to set. The function was able to find the element when it was called in the…
0
votes
0 answers

jquery bootgrid fails to style and buttons fail to work

I'm trying to use the jquery-bootgrid plugin, but running into some issues using a simple initialization. The button pagination isn't styled properly and the pageSize/column selection button throws an error in the console when you click on the…
David
  • 5,877
  • 3
  • 23
  • 40
0
votes
1 answer

Bootgrid data-row-id is undefined

I have edit and delete controls on a Bootgrid table. these require the data row number but that data attribute is undefined, as you can see in the row below. Cannot find anything in the documentation that refers to this. The editor here is insisting…
RationalRabbit
  • 1,037
  • 13
  • 20
0
votes
1 answer

Parsing parameter with bracket in URL

I am create table using Jquery-bootgrid. in the documentation its passing this kind of parameters to controller current=1&rowCount=10&sort[columnName]=asc&searchPhrase=&id=b0df282a-0d67-40e5-8558-c9e93b7befed I can get the all parameter value,…
Gusti Arya
  • 1,281
  • 3
  • 15
  • 32
0
votes
1 answer

How to select few columns by default in jQuery Bootgrid

I am trying to use http://www.jquery-bootgrid.com/examples#data-api When table is loaded from SQL database, all columns show up as all check boxes are marked in drop down menu (image attached), I want that only selected columns show up by defult and…
Lubna
  • 31
  • 2
0
votes
1 answer

Trying to select rows in bootgrid

I'm trying to select some rows based in Ids stored in a hidden field. There is a column in the boot grid table called Id, and it has the attribute "data-identifier = true". I'm passing the Ids in an array, and the values are correct (I've checked it…
Ruba1
  • 1
  • 5
0
votes
0 answers

Bootgrid and  

Using BootGrid, when I pull a blank field from mysql , it displays   - How do I remove this? I populate the modal form as follows: $sql = "SELECT debt_master.id, debt_master while( $row = mysqli_fetch_assoc($queryRecords) ) { $data[] =…
The Mac
  • 93
  • 8
0
votes
1 answer

How to set up search for bootgrid

I am trying to set up search box for bootgrid control, like it is shown in the example page here. Page navigation invokes the ajax call and the server method processing the ajax call receives the searchPhrase, but typing into the search box does not…
inlokesh
  • 413
  • 1
  • 8
  • 22
0
votes
0 answers

JQuery Bootgrid Header Text Color

I've been trying to style the table header in Bootgrid and have only had limited success. I'm using the below code and the background color of the table header updates just fine. However, the text color of the header does not change. My classes…
Jason
  • 1,105
  • 3
  • 16
  • 30
0
votes
1 answer

Jquery Bootgrid table with caption attribute is removing caption attribute after data bind

I'm trying a very simple jquery bootgrid table with caption attribute to make the header sticky while scrolling.
0
votes
1 answer

Jquery - Bootgrid Pre-selecting rows on load

Hellos Guys! Like the title say I'm trying to check some rows during the load of bootgrid but I'm stuck where every row get selected instead of the one that is supposed to be selected. this is my code so far. …
Raframi
  • 23
  • 5
0
votes
1 answer

jQuery Bootgrid rendering issues

I'm trying to use Bootgrid in a project of mine, and I want it to appear exactly as the example in http://www.jquery-bootgrid.com/Examples#data-api : However, when I wrote my own implementation, it rendered differently, as shown below: Please…
VBobCat
  • 2,527
  • 4
  • 29
  • 56
0
votes
1 answer

jQuery bootgrid plugin - setting column width

I have Razor page with a table. All looks fine until I apply jquery bootgrid. Column width become fixed and data is truncated. Column width become fixed and data is truncated. How can I keep the column width to auto so that data is not truncated…
Jalle
  • 1,566
  • 5
  • 22
  • 42