jQWidgets Forums
Forum Replies Created
-
Author
-
March 27, 2014 at 3:04 am in reply to: autoloadstate issue with jqWidgets 3.0 autoloadstate issue with jqWidgets 3.0 #51989
Hi guys,
When I set autoloadstate and autosavestate to true then it also keeps the height of the table. I don’t want the height state to be saved and I have to use a autoheight=false.
Cheers,
CirrusHi Guys,
Is the horizontal scrolling fixed on desktop version? By that I mean, Can we have vertical and horizontal scrolling with the touch pad? At the moment horizontal scrolling on touch pad performs a vertical scrolling on the jqxgrid.
Cheers,
CirrusHi Guys,
Is the horizontal scrolling fixed? By that I mean, Can we have vertical and horizontal scrollings with the touch pad? At the moment horizontal scrolling on touch pad performs a vertical scrolling on the jqxgrid.
Cheers,
CirrusHi guys,
I am trying to fit the table in a page which shows some information inside a desktop app. I need to set the width and height to 80% of the page and keep this proportion all the time. Using the following code I managed to do this with width but height is just not working. If I set the autoheight to true then the table goes beyond the page size and I have to scroll to the end of the page to see the horizontal scroll bar in the table. Basically I want to see the horizontal and vertical scroll bars in the table all the time. Any help would be most appreciated. -Thanks
$(“#jqxgrid”).jqxGrid(
{
width: “100%”, <!–pass in as variable–>
height: “80%”,
source: dataAdapter,
sortable: true,
//autoheight: false,
autoloadstate: true,
autosavestate: true,
columnsresize: true,
columnsreorder: true,
showfilterrow: true,
filterable: true,
altrows: true,
//groupsrenderer: groupsrenderer,
groupsexpandedbydefault: true,
groupable: true,
showgroupsheader: false,Hi guys,
I am trying to fit the table in a page which shows some information inside a desktop app. I need to set the width and height to 80% of the page and keep this proportion all the time. Using the following code I managed to do this with width but height is just not working. If I set the autoheight to true then the table goes beyond the page size and I have to scroll to the end of the page to see the horizontal scroll bar in the table. Basically I want to see the horizontal and vertical scroll bars in the table all the time. Any help would be most appreciated. -Thanks
$(“#jqxgrid”).jqxGrid(
{
width: “100%”, <!–pass in as variable–>
height: “80%”,
source: dataAdapter,
sortable: true,
//autoheight: false,
autoloadstate: true,
autosavestate: true,
columnsresize: true,
columnsreorder: true,
showfilterrow: true,
filterable: true,
altrows: true,
//groupsrenderer: groupsrenderer,
groupsexpandedbydefault: true,
groupable: true,
showgroupsheader: false, -
AuthorPosts