Yonghong Ren
Yonghong Ren
Currently the day view starts with midnight, as such most events are not visible without scrolling. I would like to see this timeAtTop feature as well. Thanks
Hi @tsonevn, What would be the equivalent of your workaround for NativeScript Angular? I tried to do this in AfterViewInit like this: ``` @ViewChild('form') patientForm: RadDataFormComponent; ngAfterViewInit() { const dobProperty...
Hi Otniel, That is so much simpler! Thank you very much.