Questions tagged [jquery-bootgrid]

A grid control especially designed for bootstrap

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…
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…
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…
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…
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{
Veswanth
  • 1,061
  • 9
  • 22
0
votes
1 answer

jQuery Bootgrid how to check if bootgrid is still loading

I have implemented a jQuery Bootgrid. I want to manage showing and hiding my loader which I've implemented. The loader is shown and hidden with $("#ajaxLoader").show(); and $("#ajaxLoader").hide();` respectively. And I have my Bootgrid…
Barry Michael Doyle
  • 9,333
  • 30
  • 83
  • 143
0
votes
0 answers

Implementing jQuery Bootgrid error: Non-invocable member cannot be used like a method

I'm implementing jQuery bootgrid with my ASP.Net MVC application. I'm just having an issue with the following code: var tResult = BootgridResponseData>() { current = model.current, rowCount = model.rowCount, …
Barry Michael Doyle
  • 9,333
  • 30
  • 83
  • 143
0
votes
1 answer

bootgrid jquery select row

I'm using Bootgrid jquery in my asp.net mvc , and i'm trying to make row selectable , i tried what i found on the net but it still not working , it shows up without the selection feature
0
votes
3 answers

Uncaught SyntaxError: Unexpected token < in JSON with ASP.Net WebMethod

I'm running into a problem with implementing a jQuery bootgrid into my ASP.Net Webforms application. I get the following problem on my page load which prevents the bootgrid from loading data: Uncaught SyntaxError: Unexpected token < in JSON at…
Barry Michael Doyle
  • 9,333
  • 30
  • 83
  • 143
0
votes
2 answers

BootGrid Example JSON doesnt work (with code)

I followed the steps, as the example puts, and I do not run neither the search nor the ordering by id or received. The example is in the url Bootgrid Example JSON In the example it works correctly and something is missing …
Manply
  • 75
  • 1
  • 9