English 中文(简体)
全屏幕模式下不同步的 SlickGrid 列标题标题
原标题:SlickGrid column headers not synched when in Full Screen mode
  • 时间:2012-05-24 15:30:18
  •  标签:
  • slickgrid

We have a serious problem with SlickGrid in an application.
The problem doesn t seem to have anything to do with the way we implement/built the Grid since the behavior is reproducable on every SlickGrid I ve seen.

Here s the problem: If the User is viewing a grid on less than FullScreen mode and scolls the grid horizontally, then snaps the browser to fullScreen, the column headers are out of sync with the column contents. This wouldn t be a problem if the Horz scrollbar was retained (scrolling even 1px resynch s columns/contents) but if the grid fits inside the window, there is no Horz scrollbar and no way to resynch the columns with the content.

我们需要的是一种方法 重新油漆列页页头 不重新油漆整个网格 或补丁的人 谁已经解决了这个问题。

这些规定没有效果:

Options:
syncColumnCellResize:true

Method:
grid.resizeCanvas();

谢谢...

最佳回答

试一下(在上找到最新的代码)。

问题回答

暂无回答




相关问题
Is there a way to abort a SlickGrid asynchronous render?

I have a search page whose results are rendered in a SlickGrid. It is an ajax search that executes onkeyup, so it s possible for a search to be performed, the Slick.Grid instance s render to be called,...

SlickGrid - Background Loading of Pages

The lazy loading functionality is very cool in SlickGrid - but has anyone had any experience of the background loading of future pages? This would therefore mean that there is no buffering/loading ...

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 ...

热门标签