ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: bsolTeamBglr on June 12, 2018, 01:32:46 pm

Title: DateTimePicker position issue.
Post by: bsolTeamBglr on June 12, 2018, 01:32:46 pm
Hi ParamQuery,

We are facing issue of adjusting the position of Datetimepicker. When the datetimepicker button at the last row of the grid and even not possible to select the date, because of scroll down. 

Version:

#Pq_grid 3.4
#Bootsrtap-datetimepicker.min.js 2.0

Please, find the attachment.
Title: Re: DateTimePicker position issue.
Post by: paramvir on June 12, 2018, 08:53:28 pm
Please try this css rule:

Code: [Select]
div.pq-grid
    {
        overflow:visible;
    }
Title: Re: DateTimePicker position issue.
Post by: bsolTeamBglr on June 13, 2018, 10:33:55 am
Hi Paramquery,

We have tried with adding css rule, still we are facing the same issue.

Note:
#If i click on the last row datetimepicker icon, it will display, while selecting the date need to scroll down at that time datetimepicker is disabling.
#I want to show the orientation(widgetPositioning) of datetimepicker on top position.

Please, refer the attached image.

Title: Re: DateTimePicker position issue.
Post by: paramvir on June 14, 2018, 11:54:37 pm
Please check the documentation of datetimepicker at respective website to see whether it can have desired orientation.