Questions tagged [jquery-bootgrid]

A grid control especially designed for bootstrap

161 questions
1
vote
1 answer

jQuery Bootgrid - conditional formatter

Looking to create a conditional formatter/row action with jQuery Bootgrid. For example, if a certain value in the PHP data is set, then the formatter is shown, otherwise not. I can't find any documentation or previous stackoverflow questions that…
Kobus Myburgh
  • 1,114
  • 1
  • 17
  • 46
1
vote
0 answers

Javascript button tooltip (bootgrid)

How can I add tooltip or mouseover in button { return ""; …
1
vote
1 answer

INDIAN Currency Formating in mysql Query for JQUERY Bootgrid Table List

The following is my current scenario in Bootgrid Table
1
vote
0 answers

After sorting table Bootgrid reset values

I am generating checkboxes in my Bootgrid table and after click on one checkbox I am changing value in DB (0 and 1) using ajax post call.... Everything works and looks find in Bootgrid table, but if I click on table header to sort column (first or…
JohnWayne
  • 651
  • 9
  • 28
1
vote
1 answer

JQuery Bootgrid rowCount does not work

Output looks like this---------- Hi, I am using JQuery bootgrid to display a few hundred records. I am returning a rowCount=10 from server side but its not work and keep showing all the rows. My source looks like this: HTML:
1
vote
2 answers

display image from database in jquery bootgrid

i want to show images from database in bootgrid table,but i really don't know where to put it,so what should i do ? how to display image from database to my bootgrid table ?. this is my sample code
1
vote
1 answer

Disable button inside bootgrid dynamic

Now i have a bootgrid table to download files using bootgrid.I have written a formatter for that and it works well. "commands": function(column, row) { return '
1
vote
0 answers

bootgrid change checkbox into radiobutton

I'm using jQuery-Bootgrid to create my tables. If I set rowSelect=true and multiSelect=falsethe checkbox can not be clicked (or checked). I want to change the checkbox into a radiobutton if rowSelect=true and multiSelect=false. I don't know how to…
Alex
  • 230
  • 1
  • 2
  • 19
1
vote
1 answer

bootgrid custom loading of data

Now i am trying to generate a subject based bootgrid table for college.Now its working fine for displaying all the data.But what i want is an advanced search where subject are selected based on branch and semester.I obtain the branch and semester…
1
vote
0 answers

Printing contents of Bootgrid

I have googled around and am not able to find a solution to this problem, or if there is one. Has anyone experienced in Jquery Bootgrid, been able to print the contents of grid? Thanks
1
vote
1 answer

How to ignore Bootgrid click event on certain element clicked

I have implemented a JQuery bootgrid. My problem is that I want to ignore the row click event for when a select input in my bootgrid is clicked. This is what I have so far: .on("click.rs.jquery.bootgrid", function (e, columns, row, target) {; …
Barry Michael Doyle
  • 9,333
  • 30
  • 83
  • 143
1
vote
1 answer

disabled 'hide' function in bootgrid

Im new to bootgrid and jquery or ajax. I found a good plugin for doing table(bootgrid), but I still cannot understand few code inside. Now I want to edit few thing in the droopdown at the top and right hand side, the drop down will show the th…
Qiu Xue
  • 163
  • 12
1
vote
1 answer

Command buttons triggering row select

Given the below, when I click on my command buttons, it also triggers the selected.rs. Ideally, I'd like to avoid row selection but have the same functionality if a value in the first column is clicked $( document ).ready(function() { var grid =…
1
vote
1 answer

ASP.Net Bootgrid Integration (without sorting)

I've been struggling for days now trying to implement jQuery Bootgrid with my ASP.Net application. So far this is what I have: (Order By Functionality isn't working yet, I'll tackle that later) public JsonResult IndexJson(RequestData model) { …
Barry Michael Doyle
  • 9,333
  • 30
  • 83
  • 143
1
vote
2 answers

How to build the CRUD with Ajax json format between jQuery Bootgrid and C# (instead of JqGrid to deal with this issue)

Hi all I have been looking for a lot of relative resource to deal with my problem, however it isn't useful to me, even if I have checked the "jQuery Bootgrid" and many websites , I still didn't find any great example out, hopefully someone who…
Willie Cheng
  • 7,679
  • 13
  • 55
  • 68