Ben McIntyre
Ben McIntyre
Maybe this has been fixed. Look in the Example-4-Model for my repo: dataView.onPagingInfoChanged.subscribe(function (e, pagingInfo) { grid.updatePagingStatusFromView( pagingInfo ); }); I do recall this was patched to fix various inconsistencies...
Firstly, you might want to look at my [repo](https://github.com/6pac/SlickGrid). This repo is about two years out of date. Server side paging can be done with AJAX, look at http://6pac.github.io/SlickGrid/examples/example6-ajax-loading.html
try my [repo](https://github.com/6pac/SlickGrid). this one is quite out of date. It's got a lot more [examples](https://github.com/6pac/SlickGrid/wiki/Examples), including this one with [tabs](http://6pac.github.io/SlickGrid/examples/example-dynamic-with-jquery-tabs.html)
firstly, i suggest using my [repo](https://github.com/6pac/SlickGrid). This repo has not been maintained or responded to for around 2 years. I assume you're talking about a .NET DataView. SlickGrid is a...
and yes, that branch was merged a long time ago
suggest using my [repo](https://github.com/6pac/SlickGrid), it's a more up to date version of this one. the best way to mod this would be in the grid code itself `slick.grid.js`: ``` function...
generally with an event, returning the value `false` stops the default event occurring, as well as events for parent elements.
also, assuming that you are using `example-multi-column-sort.html` as a starting point
Check out my more modern repo: https://github.com/6pac/SlickGrid I ended up going with the Select2 plugin as the HTML Select uses is not really compatible with SlickGrid. The dropdown cannot be...
fixed in https://github.com/6pac/SlickGrid