Author Topic: DateTimePicker position issue.  (Read 2163 times)

bsolTeamBglr

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 41
    • View Profile
DateTimePicker position issue.
« 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.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: DateTimePicker position issue.
« Reply #1 on: June 12, 2018, 08:53:28 pm »
Please try this css rule:

Code: [Select]
div.pq-grid
    {
        overflow:visible;
    }

bsolTeamBglr

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 41
    • View Profile
Re: DateTimePicker position issue.
« Reply #2 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.


paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: DateTimePicker position issue.
« Reply #3 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.