Tagged Questions

SlickGrid is a specialized JavaScript grid/spreadsheet component optimized for high performance, even with many thousands of rows of underlying data.

learn more… | top users | synonyms

49
votes
17answers
14k views

JavaScript data grid for millions of rows

I need to present millions of rows of data to users in a grid using JavaScript. I don't want the user thinking about viewing finite pieces of data (ie. pages); it should appear that all of the data ...
6
votes
5answers
600 views

What is this design pattern known as in JavaScript/jQuery?

I was looking over the JavaScript source code for SlickGrid. I've noticed that slick.grid.js has the following structure: (function($) { // Slick.Grid $.extend(true, window, { Slick: ...
5
votes
3answers
1k views

SlickGrid 100% height of parent?

I'm trying to use SlickGrid with jQuery Layout UI, and I want SlickGrid to occupy 100% height of it's parent pane. Issue is, when SlickGrid is instantiated, it has no rows (part of my ajax interface ...
5
votes
3answers
4k views

Simple jQuery SlickGrid JSON example or documentation

I'm looking for a simple example on how to use SlickGrid when trying to retrieve the data as JSon via jQuery.Ajax. I was also unable to find any documentation of the SlickGrid plugin and was wondering ...
5
votes
1answer
1k views

SlickGrid select editor

Hy, I want to make a dynamically populated html select for a select cell. I extract some information from a database which is different for every row item. The problem is that the editor loses the ...
5
votes
2answers
1k views

variable rowheight in slickGrid

I would like to provide variable row height depending upon the content size. is it possible in Slickgrid? Can you point me towards any examples. Thanks,
4
votes
2answers
2k views

How to add a row using javascript in SlickGrid

I am trying to add a row to a slick grid on my page using javascript. The way I am able to do it now is by using the following code. I was just wondering if there was a better way to do the same. ...
4
votes
1answer
1k views

SlickGrid and asp.net sample or tutorial

I am a newbie using SlickGrid. I have searched some of the sample apps out there but I am still stumped. If anyone can refer a sample or tutorial on SlickGrid using Asp.Net doing the following: Get ...
3
votes
2answers
411 views

SlickGrid: How to keep selected rows in paginated grids?

I'm using a paginated version of SlickGrid in conjunction with the CheckboxSelection-Plugin. Unfortunately, the row selection gets lost when one leaves the current grid page and isn't restored when ...
3
votes
1answer
1k views

Simple Slickgrid sorting doesn't work

Is there obvious reason why this Slickgrid example shouldn't work. Basically it doesn't sort on clicking columns. var grid; var columns = [ {id:"title", name:"Title", ...
3
votes
1answer
964 views

Sorting Slickgrid by Multiple Columns?

I just started testing out Slickgrid for a project I'm working on and I'm very impressed with its performance. One requirement I have is sorting on multiple columns. I don't fully have my head wrapped ...
3
votes
1answer
567 views

Can I add a column to slickgrid on on the fly?

Is it possible to add an entierly new column to a slickgrid on the fly. I am trying to make a user buildable matrix and need them to be able to add columns as they build. Warm regards, Rich
3
votes
1answer
4k views

How to use jQuery SlickGrid with PHP / MySQL (load server data and save changes)

Please, in all the examples found in the SlickGrid code, the data array was randomly generated on the client side. Getting: I need to know how to use PHP to fetch this information from a MySQL ...
3
votes
3answers
3k views

Saving changes in SlickGrid

HI, I'm looking at SlickGrid and I can see example on how to edit the cell, however do I save these changes. I have yet to find an example that tells me how to do this.
3
votes
2answers
2k views

Slickgrid, column with a drop down select list?

Hi I was wondering if anyone knows if it's possible to define a column in slickgrid as being a drop down select list. If not does anyone with some experience with slickgrid know how I should go about ...
2
votes
3answers
250 views

SlickGrid with first column fixed

Is it possible to make the first column of a SlickGrid fixed? So that it is always visible during horizontal scrolling, like the header-row? Thanks for help!
2
votes
0answers
130 views

SlickGrid Column Groups

Is there a way to add a column groupings? For example: Unit 1 | Unit 2 | Pre Mid Post | Pre Mid Post | --- --- ---- | --- --- ---- | 2 4 5 | 3 4 4 | 1 2 4 | 3 4 ...
2
votes
2answers
380 views

How do I autosize the column in SlickGrid?

I want slickgrid to autosize the columns based on the widest content or header text - whichever is wider. In simpler terms, I want it to simulate the default behavior of regular HTML tables when it ...
2
votes
1answer
616 views

Combining SlickGrid Filter Examples

I like the functionality of the Filter in this example: http://mleibman.github.com/SlickGrid/examples/example-header-row.html where each column has its own filter, but I also require the ...
2
votes
1answer
839 views

Good tutorial for SlickGrid?

I am interested in getting familiar with SlickGrid but the only info I can find seems to be examples and the source code. Can anyone recommend a good source for documentation and tutorials?
2
votes
2answers
177 views

Is there a way to get an instance of SlickGrid from an element

Just starting to use SlickGrid and it doesn't seem to initiate itself like a normal jquery widget/plugin does where you can access the instance attached to the element by just doing ...
2
votes
4answers
999 views

multiple slickGrid in jQuery tabs

I am creating multiple slickGrids and puts them in a jQuery tab. The first slickGrid on the first jQuery tab works fine, but when I switch to the next tab the data columns on the slickGrid does not ...
2
votes
2answers
1k views

Getting data from cells in SlickGrid

What method do I use for SlickGrid to get the cell contents? For example: ... grid = new Slick.Grid($("#myGrid"), data, columns, options); grid.onAddNewRow = function(item,colDef) { ...
2
votes
1answer
1k views

How to sort lines with Slickgrid?

I'm using Slickgrid but I'd prefer not to use slick.model.js. How can I write grid.onSort to sort the lines of my data set? My code uses the standard template: $(function() { var data = [ ...
2
votes
5answers
642 views

Disable multi select?

Is there a way to disable multi select?
2
votes
1answer
348 views

How can I swap between multiple grids in slickgrid?

I would like to create multiple grids and switch between them using a dropdown. They occupy the same screen real estate but only one is visible at a time. I have tried to implement this using a CSS ...
2
votes
1answer
769 views

How to specify the width of a slick grid in percentage?

Is anybody knows how to set width of the grid in percentage? for example ...
2
votes
2answers
978 views

Cell tooltip in SlickGrid

Some cells in my SlickGrid table have myClass class. I added a tooltip for them like this: $(".myClass").hover(// Mouse enters function(e) {...}, // Mouse ...
1
vote
2answers
103 views

Highlighting a slickgrid row when clicked

Humor me here. It seems like other grids like ExtJs do this out of the box, but for the life of me I can't find any solution to having a grid remain highlighted after a user clicks it. My interim ...
1
vote
2answers
229 views

slick grid header row cell alignment

I'm using a slick grid to display data in grid. Slick grid calculates all the stuff like height, width when that particular grid is created and the grid looks really fine. The trouble foments when ...
1
vote
1answer
50 views

Persistent selections in SlickGrid

In Example 9, if you execute grid.setSelectedRows([0, 1]); the first two rows are effectively selected. But said selection disappears when clicking a row or traversing them with the arrow keys. ...
1
vote
0answers
79 views

Is there a list of CSS classes for slickgrid?

I'd like to fine tune the appearance of a webpage that uses slickgrid. So I was looking for a list of available CSS classes for slickgrid in order to do that, but was unable to find one. Is there ...
1
vote
1answer
82 views

Moving selected SlickGrid rows with arrow buttons

is it possible to move selected rows up and down using arrow keys? The drag and drop works great, but my project requires moving using a keyboard as well. Thanks!
1
vote
1answer
572 views

Slick Grid - Examples?

I have been perusing examples of slick grid and wanted to ping the SO community and inquire examples of excel spreadsheet editing demo's? As far as storage the grid is just going to store integers of ...
1
vote
2answers
322 views

Slickgrid vs. jqGrid vs. …? for Scheduler

I am trying to evaluate tools to create a resource schedule viewer. The rows would be resources (with collapsible subrows), and the columns would be time (days, weeks, etc). None of the grid ...
1
vote
1answer
384 views

Updating SlickGrid with Knockoutjs via dependentObservable

I'm using SlickGrid with knockout.js based on the example http://jsfiddle.net/rniemeyer/A9NrP/ I have the grid populating and the add button working as per the example. The problem I'm having is when ...
1
vote
1answer
71 views

How can I store primary keys within an url path in slickgrid rows?

I have been trying to follow examples but no success.
1
vote
0answers
54 views

How to display an object property in a slickgrid?

I would like to display a document list with JQuery and SlickGrid. In my grid, I would like to display the owner's fullname. I can retrieve it with the property "owner" of an object "document" : ...
1
vote
0answers
148 views

How to add new row on top in Slickgrid?

How to add new row on top instead of defaulted to bottom, in slickgrid dataview impelmentation also it is appreciated someone provide example of deleting a row.
1
vote
1answer
221 views

Is it possible to fix SlickGrid's column-resizing bug?

I've recently (re-)discovered SlickGrid, and am considering using it for a project I'm working on, mainly because in many ways it appears to be the most versatile and powerful and performant (forgive ...
1
vote
1answer
133 views

SlickGrid Columns - Difference between id and field

A simple question i cant workout. In a column definition whats the difference between the field property and the id property...Fx.. columns.push({ id: "officeId", name: "Office Id", field: ...
1
vote
0answers
157 views

slickgrid set edit mode on row

I am using slick grid on a page, when I select a row I would like the entire row to enter edit mode. For example I have an checkbox in one column and a input field for text in another and a ...
1
vote
2answers
1k views

SlickGrid Vs JQGrid

I am trying to decide between slickgrid and jqgrid. I think both of them are feature-rich. Jqgrid has great documentation, so its easy to get up & running. I am trying to understand, how ...
1
vote
1answer
206 views

how to get slick grid to work with iscroll

I am trying to get iscroll to work with slick grid so that the grid div can scroll on an iPhone / iPad. I tried by adding scroll on the div element i.e.: myScroll = new iScroll('myGrid'); And that ...
1
vote
1answer
188 views

Slickgrid column reordering not working correctly

I am using the Slickgrid javasript library, and I have initialized my grid with the following options: var options = { enableCellNavigation: true, enableColumnReorder: true, ...
1
vote
1answer
171 views

slickgrid: simple grid render error

I'm trying to use slickgrid to render a very simple table and the result is unexpected. Here is the code: <script> var grid; var columns = [ {id:"id", name:"ID", field:"id"}, ...
1
vote
1answer
118 views

Prevent certain SlickGrid columns from being reordered

The drag/drop column reordering is a great feature, but how do I prevent the users from moving particular (non-data) columns? For example, I am using the Checkbox Selectors for my mutli-select Grid, ...
1
vote
1answer
170 views

How to get the column number in slick grid

Is there a way to get the column numbers for the columns that got changed after column reorder for jquery slickgrid ? I want to get the column number whose position got changed on onColumnsReordered ...
1
vote
1answer
145 views

JQueryUI widget function scope problem

I'm not sure exactly how to describe this problem, but I'm making a JQueryUI widget out of the very useful SlickGrid JQuery plugin. Slickgrid allows for setting a function used as a "filter" to enable ...
1
vote
1answer
368 views

SlickGrid setting row opacity

I am using SlickGrid and am wondering if there is a way to set and keep a rows opacity or css styles in general. For example my rows have a checkbox in them and when the user sets the checkbox to ...

1 2 3 4