ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started 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.
-
Please try this css rule:
div.pq-grid
{
overflow:visible;
}
-
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.
-
Please check the documentation of datetimepicker at respective website to see whether it can have desired orientation.