Questions tagged [flexigrid]

Flexigrid is a lightweight jQuery data grid with resizable columns and scrolling data to match the headers. It is also able to connect to an XML based data source by using Ajax.

Features

  • Resizable columns
  • Resizable height
  • Sortable column headers
  • Cool theme
  • Can convert an ordinary table
  • Ability to connect to an Ajax data source (XML only)
  • Paging
  • Show/hide columns
  • Accessible API

Flexigrid View

Resources

243 questions
2
votes
2 answers

Add Checkbox column in flexigrid

The issue about jquery flexigrid using php. unfortunately http://flexigrid.info site is down very often so managed to take some sample code from http://sanderkorvemaker.nl/test/flexigrid/ and worked based on that. The above sample code works now I…
Ramji
  • 2,536
  • 7
  • 34
  • 54
2
votes
1 answer

Why is Flexigird not working on IE

I have a page with a flexigrid on it and it works on FF,Chrome,Opera except IE. it points out that the error is at line of "if(!btn.separator)" which is null or not an object. Well, every thing inside that block is an error on IE cause i think the…
Jrubins
  • 249
  • 1
  • 4
  • 11
2
votes
1 answer

Is flexigrid really slow on IE6? What other alternatives can I use?

Is flexigrid (www.flexigrid.info) really slow on IE6? Client wants me to support IE6, and does not want to use Firefox, because most of their users are using IE6. (NOTE: Flexigrid is much faster in Firefox) What other alternatives can I…
geffchang
  • 3,279
  • 2
  • 32
  • 58
2
votes
1 answer

Multiple deletion in flexigrid

I'm unable to do multiple deletion when I try something on my own and single delete is working but multiple delete is not working need help! // Flexigrid if (com=='Delete') { if($('.trSelected').length>0){ …
Stan
  • 21
  • 2
2
votes
2 answers

Flexigrid for jQuery - How to Edit/Update records in the grid?

I'm looking to create a form which will populate with data from my MYSQL database and allow me to edit/update the data in the form and have the updates saved in the database. Flexigrid looks like a great solution to output results but I'm not…
Copland
  • 21
  • 1
  • 1
  • 2
2
votes
3 answers

flexigrid refresh using javascript

Refresh the flexigrid data on dropdown (select) index changed or rebind the flexigrid on index change in javascript or clear the flexigrid data on select change
user1161960
  • 90
  • 1
  • 9
2
votes
2 answers

Setting colours to FlexiGrid rows based on a value in a certain column

I have a client who would like to have each row in FlexiGrid a different colour based on a value in a specific column. The column is a Status column and the status will either be 'Open' or 'Closed'. Is this possible? If so, could someone give me…
Ic3m4n69
  • 39
  • 10
2
votes
1 answer

Flexigrid doesn't display data

I recently started working on a web project.My requirements are to use Flexigrid Jquery plugin to render some chunks of data from a database. On the server side I use Jackson to format the data. My jquery script looks like this :
cmcaba
  • 115
  • 3
  • 13
2
votes
2 answers

How to reset Page to 1 using Flexigrid

I am currently using Flexigrid which is great. However when i am on say page 8 of a particular list of books then i change to another set of books which has less than 8 pages, the Flexigrid loads Page 8 with nothing on it... I am just wondering how…
Mr-DC
  • 799
  • 5
  • 14
  • 25
1
vote
0 answers

Ajax calls to webmethod in aspx page for flexigrid

I'm trying to populate a flexigrid (jquery plugin) using a webmethod from my page (not web service). My problem is that my webmethod doesn't run (i put a breakpoint in it and it is not hit) unless I'm making the ajax call specifying content-type:…
mslliviu
  • 1,098
  • 2
  • 12
  • 30
1
vote
0 answers

jQuery flexigrid search value not cleared

I am using the jQuery flexigrid plugin. I have an issue though - when I use the search: it, as expected, includes the search value in the POST: page 1 qtype vendorName query VC1 rp 10 sortname vendorName sortorder asc However,…
Mark
  • 1,988
  • 2
  • 24
  • 42
1
vote
1 answer

JQuery Flexigrid assistance

Good day, I'd like to get some inputs to where i might be doing wrong here. I am using flexigrid (by Paul Marinas) and i keep getting this error below and the flexgrid does not display the records (via firebug) "row.cell is undefined [Break On…
Dc Apple
  • 33
  • 3
  • 9
1
vote
1 answer

jquery flexigrid - rows per page

I've started to use this jquery flexigrid and so far it seems fine. http://flexigrid.info/ The problem I'm curious about is the "rp" setting or rows per page. In the dropdown box I've only seem to have the options 10,15,20,25, & 40. If I set it to…
thegunner
  • 6,883
  • 30
  • 94
  • 143
1
vote
2 answers

Auto size column width for Flexigrid

Is it possible to have the width set automatically to the full width of the Flexigrid?
Shamoon
  • 41,293
  • 91
  • 306
  • 570
1
vote
1 answer

Flexigrid columns groups

Has anyone tried to set a common header text of more than one column in flexigrid? For example: I would like to label/group second and third columns with text "Received" and fourth and last column wit text "Sent".
Uthman
  • 9,251
  • 18
  • 74
  • 104
1 2
3
16 17