A grid control especially designed for bootstrap
Questions tagged [jquery-bootgrid]
161 questions
0
votes
1 answer
UTC time not getting converted to local for bootgrid?
i have a table to display the timestamp inside bootgrid. This timestamp is created using NOW() and is in UTC.I want to display this to local time while displaying inside bootgrid.The table head is as shown below.
0
votes
1 answer
Asp.Net MVC Application using Jquery Bootgrid does not show any results
I created a very simple application (customer) using ASP.Net MVC 5 + Entityframework 6 (codefirst) + MySql database. Using as main component the JQuery Bootgrid for data manipulation.
It turns out that locally application works perfectly, but when…

SNunes
- 1
- 2
0
votes
1 answer
How to open this link in new tab inside bootgrid
I have embedded a download link for file based on file ID(FID) using a button.But my problem is that when the user presses download button page redirects to downloadfile.php. Instead when the user press download button the page should open in new…

Electronics For KTU
- 41
- 1
- 10
0
votes
2 answers
bootgrid checkbox rowSelection is not working
I just want to repost a Question which was asked:
Bootgrid select row when checkbox is clicked
I have the same problem now and there was still no answer. Is there anyone who knows how to fix the bug?

Alex
- 230
- 1
- 2
- 19
0
votes
1 answer
How to update Bootgrid selected rows with new data
I am using jquery-bootgrid Located here. http://www.jquery-bootgrid.com/GettingStarted
I created a bootgrid with fields one of them I want to edit so what I did was to specify it in the formatter.
formatters:
{
"fieldval":…

Renier
- 1,738
- 3
- 24
- 51
0
votes
1 answer
Select all rows programmatically and keep selection
How do I select all rows in my Bootgrid table programmatically with JavaScript?
I've added a button in the action bar and i have a function which is looping through all the rows in the JQuery Bootgrid table.
so far, I'm getting all the rows id…

King Faw
- 5
- 1
- 7
0
votes
1 answer
Search not working after custom request handler
I have modified the default bootgrid using the request handler but it seems now that the search phrase is not working.How can i pass the search phrase using request handler ?
Also i want to change the sort order based on branch after custom…

user2656129
- 51
- 8
0
votes
0 answers
Custom attribute in Bootgrid
I need 2 things.
I need to set a custom attribute in tr of tbody using bootgrid.
I need to disable the checkbox which End user have already saved in bootgrid.bootgrid

Avi
- 35
- 1
- 9
0
votes
1 answer
How can I open new tab in bootgrid link column?
I have used a bootgrid based database with links and is working fine. But my problem is that whenever I click the link it opens in the same window. How can I force the browser to open the link in a new tab?
I tried using the target="_blank" but it's…

Electronics For KTU
- 41
- 1
- 10
0
votes
0 answers
Drop down toggle is not working in pagination
I'm working on Asp.net mvc application and I have implemented pagination using Bootgrid.
Here goes my cshtml code
@model RssiWebTool.Models.ChargerModel
@section Scripts{