Posted 31 August 2020, 9:56 am EST - Updated 3 October 2022, 3:39 pm EST
Date Selector dates toggles over a wjFlexGridDetail where unable to select
Posted by: muddam.kranthi on 31 August 2020, 9:56 am EST
-
-
Posted 1 September 2020, 2:35 am EST
Hi Kranthi,
We are sorry but we were unable to replicate the issue at our end. Please refer to the sample link below that we used to replicate the issue:
https://stackblitz.com/edit/angular-kgnmx8
Can you please modify the above sample so that it reproduces your issue?
Can you also let us know what exactly happens when you try to select the date?
Regards,
Ashwin -
Posted 2 September 2020, 10:52 am EST
Hi Ashwin,
we are using bento date picker control which I cannot use in sample to reproduce the issue.
I have used the in our code and I did not see any issue selecting date values outside scope of grid detail.
the issue could be with the bento datepicker.Is there any way to give a fixed height to wijmo grid details section, so that we can increase the height to an extent our date control when toggle will be in the scope?
When I try to select the dates which are outside scope of details screen, noting will happen, No date will gets selected.
Thanks,
Kranthi -
Posted 3 September 2020, 2:10 am EST
Hi Kranthi,
Does the drop-down element of the bento-date is added as a child of the document.body or the child of bento-date itself? If it is added as the child of bento-date, then you can call the autoSizeRows method of FlexGrid to resize the rows when the drop-down on the date component is displayed.
You can also try increasing the z-index of the date drop-down.
Let me know if any of the suggestions work.
~regards