Hello.
I have a form inside a repeater and one of the fields is a datepicker. The problem is that when clicking on the datepicker, its calendar gets cut by the repeater.
See img bellow:
Hello.
I have a form inside a repeater and one of the fields is a datepicker. The problem is that when clicking on the datepicker, its calendar gets cut by the repeater.
See img bellow:
Yes, well known problem. It has been answered before, try looking it up here. But in short: put a box of same height as datepicker inside repeater row, collapsed, and expand it when datepicker is clicked, collapse it when onBlur.
Could you show where this Datepicker in a Repeater has been answered before. I have been searching and cannot seem to find it, and I am suffering exactly this problem.