Top "Slickgrid" questions

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

Is it Possible to show and hide some Slickgrid Columns on button click

I need to show/hide some of the slickgrid columns on the click of a button. Is it possible? For …

jquery-plugins slickgrid dynamic-columns
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 …

javascript jquery sorting slickgrid
Error: multipleDefine from Dojo & jQuery-UI conflict

I am trying to create an editable SlickGrid (which uses jquery-ui) and also use Dojo. When my page contains <…

jquery-ui dojo slickgrid
Is there a way to force a single row refresh with SlickGrid?

I have the amazing SlickGrid configured to access data asynchronously and post user changes back to the server asynchronously. In …

slickgrid
Slickgrid: Final column autosize to use all remaining space

I'm using SlickGrid and struggling to find an elegant solution to the following: All columns must have a specific initial …

slickgrid autosize tablecolumn
access list of filtered items in dataview

I'm using a DataView to populate the Grid, and using filters to interact with the visible rows. My problem is …

slickgrid
Slickgrid - Lost focus to end edit

When editing my grid, if I click outside the grid, the box I was editing is still editable. How do …

slickgrid lost-focus
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 …

jquery slickgrid
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 …

knockout.js slickgrid
SlickGrid: unselect all rows in

How can I unselect all rows in a Slick Grid? I'm using RowSelectionModel and can't find a way to do …

slickgrid