This is a migrated thread and some comments may be shown as answers.

timelineview group row height

4 Answers 222 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Yonghan
Top achievements
Rank 1
Yonghan asked on 25 Aug 2015, 03:10 AM

There are always have a row gap in group row. (see image)

I'm trying to reduce row height. but it does not work.

Anyone tell me how to do this.

 Regards,

Yonghan

 

 

 

4 Answers, 1 is accepted

Sort by
0
Accepted
Vladimir Iliev
Telerik team
answered on 26 Aug 2015, 12:30 PM
Hi,

Please note that the empty space after the last event is created in order to enable creation of the events for the user and cannot be removed out-of-the-box. Possible solution is to create custom view by extending the desired view and override the methods responsible for rendering the events. For convenience I created such example which you can use as baseline to achieve the desired behavior:

Regards,
Vladimir Iliev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Yonghan
Top achievements
Rank 1
answered on 26 Aug 2015, 01:26 PM

Thanks,

it's only work gr​eater than 7, otherwise ui is broken.

        _getBottomRowOffset: function() {
             return 8;
        }

anyway , thanks a lot.

 

 

 
0
Lovro
Top achievements
Rank 1
answered on 05 Feb 2019, 07:55 PM

Hi,

I'm having the same problem with timeline view.

Is there anything new with this situation. When _getBottomRowOffset is smaller than 8 then the UI is not shown correctly. 

0
Ivan Danchev
Telerik team
answered on 07 Feb 2019, 02:14 PM
Hi Lovro,

With regard to the _getBottomRowOffset function I see no difference in behavior in version 2015.2.805 and 2019.1.115. Could you modify the previously linked dojo example and demonstrate the row misalignment you are experiencing? 

Regards,
Ivan Danchev
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Scheduler
Asked by
Yonghan
Top achievements
Rank 1
Answers by
Vladimir Iliev
Telerik team
Yonghan
Top achievements
Rank 1
Lovro
Top achievements
Rank 1
Ivan Danchev
Telerik team
Share this question
or