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
0
votes
1 answer

Apply scroll to browser instead of table in jquery flexigrid

hello i am using flexigrid plugin for making Lightweight but rich data grid. you can find the working demo on plugin site. like this $('#tblMatrixView').flexigrid({ height: 'auto', showToggleBtn: false, singleSelect: true }); where…
rahul
  • 7,573
  • 7
  • 39
  • 53
0
votes
1 answer

How to add tooltip in flexigrid?

I am new to flexigrid but there isnt much documentation or examples on How can a tooltip and multiline tooltip be added to each cell in flexigrid tables and to the table headers. Are there any example and samples for flexigrid…
user244394
  • 13,168
  • 24
  • 81
  • 138
0
votes
1 answer

place a button on each row of flexigrid

I have implemented flexigrid in my cakePHP application. Now, I have given a edit button on the top. But i want to place edit button on each row. Can anyone please help me on this.
anbusekar
  • 785
  • 2
  • 6
  • 6
0
votes
3 answers

flexigrid local sort

im trying to get my flexigrid to sort its columns in the browser and not on the server. i have a static XML file that is loaded into the grid and displays exactly how i want... the thing is flexigrid doesnt sort the table as it is working from a…
Timmy Lee
  • 785
  • 1
  • 11
  • 25
0
votes
2 answers

Grails getProperties method does not always return properties in the correct order

I have a class that looks like this: class Foo { name description static constraints = { name() description() } } I want to add display instances of my class in a Flexigrid. When data is sent to a flexigrid it…
ubiquibacon
  • 10,451
  • 28
  • 109
  • 179
0
votes
1 answer

resource string with flexigrid

I have just started using flexigrid and wanted to use the resource string to display the column but for some reason it is not working. Like this: { display: @Resources.stringname, name: 'number', width: 200,…
alice7
  • 3,834
  • 14
  • 64
  • 93
0
votes
1 answer

json data not showing properly

i used flexigrid and the data that are supposed to be displayed in it are displayed instead in a white page, image here: here is my view: @using (Html.BeginForm("JsonEmployee", "Employees", FormMethod.Post)) { @Html.ValidationSummary(true) …
raberana
  • 11,739
  • 18
  • 69
  • 95
0
votes
1 answer

POST XML data returns HTTP/1.0 501 Not Implemented error

I have tried following code successfully on my x86 machine. No error is encountered and a table is shown up with data extracted from data.xml. (Flexigrid is a library for displaying tables.) [10:37:42.196] POST http://localhost/data.xml [HTTP/1.1…
Uthman
  • 9,251
  • 18
  • 74
  • 104
0
votes
4 answers

Hide a column in flexigrid

Is there a way to hide and show a column in jQuery flexigrid like this? $('#FlexigridID').hideCol('ColumnName'); $('#FlexigridID').showCol('ColumnName');
nickalchemist
  • 2,211
  • 6
  • 31
  • 58
0
votes
1 answer

Cannot decrease width of flexigrid if desired width is less than initial size

Found the following question here: Hello, I am using flexigrid in my application. There is a problem with the Horizontal resize that I cannot reduce the width less than that initial width that I give to it while making the grid. You can also…
ubiquibacon
  • 10,451
  • 28
  • 109
  • 179
0
votes
1 answer

How to disable button using jquery onReady

I am using flexigrid and jquery in my project. I have grid and on top of grid, I have buttons. When page will be loaded I want to disable these buttons and depending on my conditions I want to enable either of the buttons. buttons: [ { name:…
Nilesh
  • 33
  • 7
-1
votes
1 answer

jQuery grid for mvc3 razor?

What are the most recommended free jQuery grid for mvc3 razor? has good documents and samples which one is for mvc3? Flexigrid: http://flexigrid.info/ jQuery Grid: http://www.trirand.com/blog/ jqGridView:…
motevalizadeh
  • 5,244
  • 14
  • 61
  • 108
-1
votes
1 answer

flexigrid select row by selectedIndex

i need help, how to trSelected by index on flexigrid? $("#myTable td").prop("selectedIndex",3).addClass("trSelected") not working
faddi
  • 71
  • 1
  • 10
-1
votes
1 answer

how to add a custom row to calculate total of a column for specific table in grocery crud

i want to add a row which will show the total value of a column in grocery crud.I don't want it for every table just for few tables which has numerical values,so I don't wan't to modify the template indeed.Is it possible then how? and what if I…
-1
votes
1 answer

Flexigrid is Not Working with MVC4 Razor with EntityFramework

Hi I recently started working on MVC4 with Razor View Engine, i am using Entity Framework 5 for My Data-access, I need to display user information in UI, so i implemented Flexigrid with the help of Codeproject Article, but this is not working out…
Nandish Hosmane
  • 107
  • 2
  • 18
1 2 3
16
17