Tagged Questions
A lightweight jquery data grid with resizable columns and a scrolling data to match the headers. It is also able to connect to an xml based data source by using Ajax.
7
votes
3answers
137 views
What are some best practices for client-server interaction?
I'm building a website for work, and one of the more important features is a rich content grid displaying data. By default, it only displays 20 items per page, but we have ~200 items in the database ...
4
votes
1answer
399 views
Flexigrid: selection of rows to survive refresh
I am using flexigrid in a project and I would like to be able to keep the selected rows after the grid is refreshing. I asked the same question on the flexigrid discussion board and I got this answer:
...
4
votes
2answers
1k views
Flexigrid - how to turn off row selection
Is it possible to turn off the row selection feature on Flexigrid?
It's somewhat annoying when you haven't implemented anything that makes use of the selection.
4
votes
6answers
4k views
Consistent grid headers with Flexigrid for jQuery
So I'm trying to use the flexigrid plugin. It looks like it's going to work great aside from the fact that it looks like you have to manually set the column widths. Otherwise, the column headers do ...
3
votes
1answer
527 views
JQuery grid with detail tables
I have a grid that is currently using Telerik Grids, I would like to convert this to using all Jquery with JSON. I would like to know what is the best tool to use. FlexiGrid and jQgrid are the top ...
3
votes
2answers
2k views
Sort columns with a jQuery Flexigrid
Is there a way I can mark JQuery Flexigrid columns as sortable if I don't define them in-line?
i.e. I know I can do this
$("#flex1").flexigrid(
{
colModel: [
{ display: ...
2
votes
2answers
92 views
Use Javascript function as Url in flexigrid
Is it possible to use a javascript function to fill a flexigrid instead of an Url?
The result of the function should be a Json-Object.
Edit:
link to flexigrid
2
votes
1answer
444 views
On Row Click disable/enable a button depending on content of a cell in that row
I'm currently using the flexigrid.js plugin and there is a button that I wish to enable/disable depending on whether a certain cell in the currently selected row is equal to a certain value.
Here is ...
2
votes
1answer
295 views
Why is Flexigird not working on IE
Hi
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 ...
2
votes
1answer
532 views
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 ...
2
votes
1answer
3k views
Jquery FlexiGrid Show/Hide Columns feature in the header
Here is my FlexiGrid
$("#grUser").flexigrid({
url: 'someJSON.php'
, dataType: 'json'
, colModel :
[
{display: '', name : 'Index', width :100, align: 'left'}
, {display: '', ...
1
vote
0answers
41 views
Flexigrid implementation of css change dynamically
i have problem with implementation of change background color of one row in Flexigrid table when I do some action in that table.
I have table defined like this:
$(document).ready(function() {
...
1
vote
1answer
41 views
Is Flexigrid wildcard search possible in the “quick search”?
Flexigrid is a nice jQuery grid, and pretty customizable, but the quick search feature only allows for exact searches (as far as I can tell). Anybody know a fix or workaround for this? I've tried ...
1
vote
0answers
61 views
JS Flexigrid isn't showing data
I'm trying to migrate a website from an IIS to an Apache server. (on Ubunutu) The site is fairly simple, it simply displays data that is being stored in an Oracle database. The data is displayed in a ...
1
vote
0answers
110 views
JQuery Flexigrid change label edit
How to change label edit to another text? Normally the label is Add, Edit, Delete. I will change edit to view or display as my goal when user click on this link, it will go to edit form but all field ...
1
vote
0answers
189 views
Autofit table header width in Flexigrid
Im using the Jquery Plugin Flexigrid as datagrid in my web app. How can I autofit the width of my table header using FlexiGrid? If you dont specify a width to the tag <th> the width of the ...
1
vote
1answer
484 views
Flexigrid jquery plugin stuck at “processing, please wait”
I am trying to set up flexigrid on my website...
Everything seems to be fine except for the fact that the data just never loads!
It is stuck at "processing, please wait"
Here is my html file:
...
1
vote
1answer
190 views
Populate form with results from grid
I would like help in the correct way to populate a form with results for edit.
I am using flexigrid and have code that gets the details from a row and saves them in variables.
The point where I am ...
1
vote
0answers
156 views
Link 2 tables with Flexigrid
Hey Guys I have run in a bit of a problem here. I have 2 tables I want to link to get a name for a lookup id which is all straight forward but doing so with flexigrid is a pain because of the way you ...
1
vote
1answer
505 views
Codeigniter: using datagrid
i'm looking for implement datagrid with CI, better if using ajax.
Searching on Google i've found many tutorial and discussion on how to use Flexigrid-4-CI or jqGrid, anyway i'm still confused on ...
1
vote
4answers
683 views
Flexigrid doesn't work with jQuery 1.4.3?
I am trying to use flexigrid plugin for jquery, the problem is that I also want to use the plugin fancybox, and this plugin uses jQuery 1.4.3, but flexigrid doesn't seem to work with that version of ...
1
vote
1answer
756 views
Changing Jquery FlexGrid's data
I am having a flex grid. I need to change the data which is showing in that.
In $(document).ready() I am calling a function and I am getting the result.Now what i want is to get data from db using ...
1
vote
0answers
353 views
Why do jqgrid, flexigrid and ingrid all use separate tables for the header and data?
We're using jqgrid on a web application to render the results of searches because of its built in functionality for paging and sorting that executes server side. We were previously using Tablesorter, ...
1
vote
1answer
273 views
rows.sort is not a function where rows is an array of tr elements
What I am trying to do is to get sorting work for a static table with Flexigrid jQuery plugin. The r3 version of the file needs some patches to be applied so that sorting works for already existing ...
1
vote
1answer
646 views
JQuery Flexigrid: How to wrap text in flexigrid column?
JQuery Flexigrid: How to wrap text in flexigrid column?
1
vote
2answers
560 views
what is the correct way to use flexigrid onError
I looked around and found that there is an onerror function for flexigrid but I can seem to find how to use it andy have any idea how to use it so I don't have to mod the flexigrid.js
1
vote
1answer
1k views
flexigrid dynamic buttons
I want to swap out buttons in my flexigrid here is my code
$('#flex').flexOptions({
buttons : [
{name: 'Show Tagged', bclass: 'show tagged', onpress : control_buttons},
{separator: true},
...
1
vote
1answer
1k views
jquery's flexigrid - looking to hand data via a serlet w/ gson
New to java, but would love to implement my working jsp that generates xml used by a lovely jquery flexigrid to use a json version (generated by gson). I'm just starting out w/ java basically, but ...
1
vote
2answers
429 views
what is flexigrid?
in .net we use something called datagrid and there is what we call flexigrid .
what is the difference in between ?
1
vote
2answers
523 views
What would be the simplest way to implement Flexigrid with ASP.NET 3.5?
I've been trying to follow the top Google results for ASP.NET + Flexigrid for jQuery such as CodeProject's approach but they all seem kind of sophisticated, I'm rather looking for something way more ...
1
vote
3answers
6k views
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 ...
1
vote
2answers
776 views
jquery flexigrid set active row
How do I set a active row in jQuery Flexigrid after reloading it (after a ajax callback)?
Thanks in advance!
0
votes
1answer
20 views
Import span tag into Flexigrid definition
I have table defined with FlexiGrid. Call to all variables is ok. One column is color which I pick with Simple Color Picker JavaScript. Before start to use Flexigrid I was defining one column as:
...
0
votes
1answer
43 views
How does flexigrid work with arrays?
I have an xml database and I would like to insert it into a flexigrid. Since the ajax request of flexigrids only reads files formatted in a certain way , and I cannot modify my database, I would like ...
0
votes
1answer
20 views
how to hook into open even in flexigrid
I am using flexigrid to pull data from a page
$("#Details").flexigrid({
url: 'getdata.aspx?id=' + $("#txtSelectedID").val() + '&breakdown=true',
...
0
votes
1answer
36 views
Adding data to jQuery-Flexigrid without ajax-request
I want to save some unneeded requests and time for displaying a table the first time and so I thought maybe I could set the initial data directly without any ajax-request. I tried it like that:
...
0
votes
1answer
47 views
How to pass parameter to web service call with FlexiGrid
I am trying to pass parameter(s) to a web service call to flexigrid.
I have setup the FlexiGrid to work just fine except when i try to pass one parameter to my web service call, but am seeing 500 ...
0
votes
1answer
66 views
ajax errors on my asp.net site
I've developed an asp.net site.in most pages of it , I use the $.ajax method of jquery library in cliend site , and web method in server side.
When I run my site on local computer , is goes right , ...
0
votes
0answers
57 views
flexigrid on height auto, hide/show feature doesn't work
Whenever I set the height to 'auto' the hide/show feature next to each field header doesn't work anymore, the menu doesn't open on the arrow click.
However if I hard code a height it works properly.
I ...
0
votes
1answer
194 views
flexigrid on row click
How can I trigger a common action on a row click action the flexigrid way? I want when the row is clicked to redirect to http://localhost/view/40 (the value of ID) for the clicked row
...
0
votes
1answer
103 views
flexigrid WITHIN a fancy box modal window
After a lot of headache I got it working, only after i wrapped it in a hidden div and used fancy box to display an inline content modal... the buttons and actions within the grid does not work. I have ...
0
votes
0answers
43 views
key-control in flexigrid possible?
I am using flexigrid in my web-application. Is their a way to enable key-control. So that I can move the focus and select (or even multiselect) rows of the grid?
Thanks for help!
0
votes
1answer
84 views
FlexiGrid Grouping Example
I am using flexigrid in my project,iam able to load the data to grid. But iam unable to find any samples related to grouping the data in the flexigrid.
Any one can guide me to group the columns in ...
0
votes
1answer
46 views
JavaScript Error On Display table
When I use this piece of code:
$("#flex1").flexigrid({
colModel : [
{display :'Customer ID',name : 'customer_id',width : 100,sortable : true,align : 'left'},
{display ...
0
votes
1answer
85 views
How do I get jQuery colorbox modules to work within a flexigrid?
I'm using flexigrid to display incoming leads in our CRM. Within the rows of incoming leads, I've added links for "View Contacts" and "View Notes". I'm trying to get these links to open in a ...
0
votes
0answers
156 views
flexigrid virtual column and incorrect table header width
I'm using flexigrid to display some data and it works very well except when I need display virtual/computable column.
My table looks like:
$('#test_table').flexigrid({
url: baseUrl + "test",
...
0
votes
0answers
304 views
Cannot get FlexiGrid for CodeIgniter to work
I'm trying to use FlexiGrid plugin with CodeIgniter, but when the page displays the grid shows, but there are no records, and there is a little message saying that you should wait while it's ...
0
votes
0answers
31 views
How to make vertical header on a kind of flexigrid?
i have a data table that the headers located on left side, because the headers are dinamic and consist of a lot of data.. so it's not possible to have table with headers on top side.
i want to use ...
0
votes
0answers
140 views
Flexigrid on Rails problem
From Nick Fessel's post on Flexigrid on Rails, I was able to create a sample rails application just like in his post. I've done it by following his tutorial. The problem is when I tried to incorporate ...
0
votes
2answers
90 views
css is lost after inserting new rows
While populating flexigrid using javascript method (which is in another .js file), unfortunately, the css is lost after I insert new rows. Other sections in the page are ok.
I use the following ...