jQWidgets Forums
Forum Replies Created
-
Author
-
January 17, 2014 at 3:07 pm in reply to: showfilterrow with list or checkedlist showfilterrow with list or checkedlist #48020
Yes, these are dropdown lists, is there any way to mitigate this performance issue?
I’ve tried rendering the table then call showfilterrow after the table is loaded but that kind of locks up the table until the filters are enabled.
-MB
December 20, 2013 at 6:08 pm in reply to: Float Column Header on Scroll Float Column Header on Scroll #46850Ok, I’m on a page that uses autoheight and the table extends beyond the bottom or the page so the user has to scroll down.
It’s at that point I would want to position the column header so that it was still visible.
– MB
December 18, 2013 at 3:10 am in reply to: horizontal scroll with autoheight set to true horizontal scroll with autoheight set to true #46667Update here, I was able to get a workaround functioning using autoheight.
I implemented touchstart, touchmove and touchend methods to track the position and call the scrolloffset method.
This works fine and I can scroll both horizontally and vertically.
December 16, 2013 at 8:55 pm in reply to: horizontal scroll with autoheight set to true horizontal scroll with autoheight set to true #46627OK, this is unfortunate because we were taking advantage of the column pinning.
The alternative is that we set the height of the table to the total height of all the rows which is easily done.
Unfortunately when we do that the table is scrollable horizontally, but when we try to drag the grid upward or downward it doesn’t allow viewport scrolling.
Is there a way to disable vertical scrolling so those events may be disregarded?
– MB
December 16, 2013 at 8:18 pm in reply to: horizontal scroll with autoheight set to true horizontal scroll with autoheight set to true #46622Here is an example. I open http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/paging.htm on my ipad.
I cannot use my finger to scroll horizontally, I have to grab the scrollbar. But the vertical scrolling is correct, it will let me scroll the entire viewport.
This is dissimilar to the example http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/sorting.htm where I can use my finger to scroll horizontally.
December 16, 2013 at 8:02 pm in reply to: horizontal scroll with autoheight set to true horizontal scroll with autoheight set to true #46621I forgot to mention that we are not using pageable. We show all our results (usually a couple dozen). That’s why we don’t need vertical scroll.
But we have several dozen columns which requires horizontal scroll.
December 16, 2013 at 7:46 pm in reply to: horizontal scroll with autoheight set to true horizontal scroll with autoheight set to true #46619The link the the Default Functionality does not have horizontally scrolling data.
We want to be able to have a table that is the full height of all the rows and does not have vertical scrolling.
We want the table to be of fixed width so that it requires horizontal scrolling using the touch gesture.
We want this to work on an iPad or tablet.
If we enable autoheight then we cannot scroll left to right.
If we set a fixed width height then when we try to scroll the page down by touching the grid, it does allow horizontal scroll but will not scroll vertically.
Thanks,
Mike
-
AuthorPosts