Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Imran Ahmed

Pages: [1]
1
Help for ParamQuery Pro / Re: Scroll Model Issue With Param Query 5.0.1
« on: December 29, 2017, 04:20:04 pm »
I updated all the files related to the Parm Query to 5.0.1 version. (Including stylesheets).

JQuery UI version used is also 1.11.4.

Both are updated.

2
Help for ParamQuery Pro / Re: Scroll Model Issue With Param Query 5.0.1
« on: December 29, 2017, 02:46:07 pm »
Thank you. It works.

But now facing another issue.

While scrolling horizontally, the columns are getting overlapped.

Attached the screenshot for your reference. NormalColumns.png -> Columns before applying scroll. OverlappedColumns.png -> Columns after applying scroll.

First three columns are frozen columns. (Select, Id, Description). And this table got 3 more hidden frozen columns also.

Kindly suggest me any solution for this issue.


3
Help for ParamQuery Pro / Scroll Model Issue With Param Query 5.0.1
« on: December 29, 2017, 01:10:19 pm »
Hi Team,

I have developed a screen with Param Query Pro Free Version which includes horizontal scroll bar. Now I am replacing that free version with ParamQuery-5.0.1 (Paid version).

But, the horizontal scroll bar is not appearing with the 5.0.1 version change.

Am using the following code to bring the scrollbar.

            scrollModel : {
                                    autoFit : true,
                                },
             virtualX : true,
             virtualY : true,
             width : 'flex',
             maxWidth : '100%',
             height : 'flex',
             maxHeight : 470

Kindly let me know if I am doing anything wrong here. If not, Please suggest me any solution.

Thanks in Advance.


Pages: [1]