iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hi,
1. Following is the TimelineView settings we use
<TimelineView ResourceRowHeight="40" MinimumEventHeight="20" ContentCellWidth="20" ResourceCellWidth="150" Enabled="true" NumberOfDays="1" StartTime="t0000" EndTime="t2300" TotalEventInCell="1" ZoomInLevel="Day15Minutes" ZoomOutLevel="Day15Minutes" />
2. Check the attached screen shot to see the difference in how the events are rendered in the previous version and the new one.
--> First issue is the event height, If you see the Event for resource Jonathan Criag. See the events height, it is too large.--> Second issue is with the event heights when mulitple events overlap. If you see the Events for resource Kieran Moore,in the old version each event has the same height, but in the newer version the events height depends on the number ofoverlapping events. So in some cases the events height becomes as small as a thick line and is difficult to manage.
Prompt reply will be appreaciated!Br,
Shahjahan Ansari
In order to achieve the same result as the previous version, you will need to set the EventPageSize property to 1. Here is the snippet:
<TimelineView ResourceRowHeight="40" MinimumEventHeight="20" ContentCellWidth="20" ResourceCellWidth="150" Enabled="true" NumberOfDays="1" StartTime="t0000" EndTime="t2300" TotalEventInCell="1" EventPageSize="1" ZoomInLevel="Day15Minutes" ZoomOutLevel="Day15Minutes" />
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname