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

Freezing row in timeline view in RadScheduleView

8 Answers 94 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Jiri
Top achievements
Rank 1
Jiri asked on 13 Nov 2014, 04:39 PM
Hi,

Is it possible somehow to freeze a first row in timeline view in RadScheduleView for it to not be a subject of vertical scrolling? Something similar to what is FrozenColumnCount in DataGrid except for rows.

Thank you,
Jiri

8 Answers, 1 is accepted

Sort by
0
Kalin
Telerik team
answered on 17 Nov 2014, 11:10 AM
Hi Jiri,

Can you please share some more details of the row you need to freeze (you can provide a screenshot)? By default the row with the dates is always visible whenever scrolling in TimelieViewDefinition and freezing other row might not possible.

I'm looking forward to hearing from you.

Regards,
Kalin
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Jiri
Top achievements
Rank 1
answered on 17 Nov 2014, 11:33 AM
Hi Kalin,

I am attaching the screenshot. The row is marked as red. It is the first data row, which we would need to freeze. I know there is no such a functionality in RadScheduleView currently, but do you have any hint how to workaround it?

Thank you,
Jiri
0
Kalin
Telerik team
answered on 18 Nov 2014, 08:52 AM
Hello Jiri,

I'm afraid the desired scenario is not supported and there isn't any workaround I can suggest you.

If you have any other questions let us know.

Regards,
Kalin
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Jiri
Top achievements
Rank 1
answered on 18 Nov 2014, 01:16 PM
Would it be possible to use two RadScheduledViews one above the other and link their behavior like horizontal scrolling and drag'n drop between them?

Regards,
Jiri
0
Kalin
Telerik team
answered on 19 Nov 2014, 02:07 PM
Hi Jiri,

You might be able to achieve that, but you would need to manually sync the horizontal scrolling between the two ScheduleViews (most probably you will have to hook to the scrolling events of the scrollviewers inside of the ScheduleView template). As for the drag and drop it should work out of the box between the two instances. However syncing the scrolling might lead to some unexpected behavior, so we cannot recommend it.

If you have any further questions let us know.

Regards,
Kalin
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Jiri
Top achievements
Rank 1
answered on 26 Nov 2014, 02:44 PM
Hi Kalin,

In this circumstances, I would politely try to suggest it as a new feature - the rows in TimelineView could be more autonomous, so it would be possible to freeze them and even change their order by drag and drop.
What do you think about it? Can you say if you are planning something like that or when it could possibly be?

Thank you,
Jiri
0
Kalin
Telerik team
answered on 27 Nov 2014, 03:40 PM
Hi Jiri,

I'm afraid we haven't planned implementing such a features, however you can log any feature requests in our Feedback portal - we will review them and they might be considered for the future versions of the controls.

Might be possible to implement the drag and drop of the resources (the rows) using application logic. You would have to use our DragDropManager in order to handle the and drop. On drop you would need to manually reorder to resources depending on the dropped location. You can try to implement that and if you face any further issues, we will be glad to help.

If you have any other questions, please let us know.

Regards,
Kalin
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Jiri
Top achievements
Rank 1
answered on 28 Nov 2014, 09:05 AM
Hi,

Indeed, I have the drag'n drop of rows already implemented, but it is not so nice as it could be - it is done by use of ListBox which sits beside RadScheduleView. The main problem is still the freezing of row.
So I have submitted my feature request.

Thank you,
Jiri
Tags
ScheduleView
Asked by
Jiri
Top achievements
Rank 1
Answers by
Kalin
Telerik team
Jiri
Top achievements
Rank 1
Share this question
or