<umb-control-group label="Start" description="The start date of the activity range">
<umb-editor model="startPicker" class="datepicker"></umb-editor>
</umb-control-group>
And whilst a calendar is displayed and I can get the value out of it, it's not displaying correctly and the label is hidden by the calendar picker.
I've tried searching around but I can't find any usefull information about how to display the datepicker or what tags I should be using.
Have you been managed to resolve the datepicker issue?
I want to show a datepicker on a dashboard's view so that the logged-in user can pick a date value from that datepicker to be an report's input, but I could not found any guide for that.
Could you please help showing me a way to get this done?
activity is an object that is passed in to my model that has property for start date/time among others so you would need to change this according to your needs.
DatePicker in backoffice
Does anyone know how to display the datepicker correctly in the back office? I've got the following defined in my controller:
And then in my view:
And whilst a calendar is displayed and I can get the value out of it, it's not displaying correctly and the label is hidden by the calendar picker.
I've tried searching around but I can't find any usefull information about how to display the datepicker or what tags I should be using.
Any help would be appreciated!
Hi Patrick,
Have you been managed to resolve the datepicker issue?
I want to show a datepicker on a dashboard's view so that the logged-in user can pick a date value from that datepicker to be an report's input, but I could not found any guide for that. Could you please help showing me a way to get this done?
Can anyone else please help?
Thanks,
I've done a lot of refactoring since I asked this question but hopefully this will help.
In my view I have:
And in my model I have this:
activity is an object that is passed in to my model that has property for start date/time among others so you would need to change this according to your needs.
Thank Patrick!
I have just found that the LogViewer also use a datepicker, I will try to use that way, the idea is try using it simplest way.
Best regards,
is working on a reply...