Hello there,
my college Samuel asked in the Thread http://es.infragistics.com/community/forums/t/51141.aspx, if you are working on a Solution for the splitted appointments-problem, but didn't get an answer at all.
A customer asked again if we can solve this Problem, so could you tell me, if this is fixed in a new Version and if yes, in which it is?
Thanks in advance
With best regards
Matthias
Hello Matthias,
You should set the property "EnableMultiDayEventBanner" to false (and EnableMultiResourceview to true) for the WebScheduleInfo Control in order to resolve splitting issue. Have you set these properties?
Please let me know if you have any further questions regarding this matter.
Hello Prabha,
yeah, I already tried this, but its essential for us to see the appointment as one whole, since the names in it are quite long.
Are you planning to make a solution, which doesn't force us to set this properties?
If you would like to see this feature in future releases .You can suggest new product idea for future versions (or vote for existing ones) on our UserVoice website: http://ideas.infragistics.com/
There are many benefits to submitting an idea through UserVoice:
- Communicate directly with our product management team. They'll see the idea described in your words and respond to you personally.
- Receive notifications whenever new information regarding your idea becomes available.
- Vote on your favorite product ideas to let us know which ones are the most important to you.
- You and other developers can discuss existing product ideas with members of our Product Management team.
The reason we ask you to submit this is it will allow you to more directly communicate with our Product Management team about your issue and concerns concerning the documentation.
Thank you for your request.
Hi Prabha,
I'm not sure if I understand you correctly:
You already confirmed this IS a bug, but in the last post you spoke about a Feature.
So in Fact this IS a bug, but you won't fix it?
This is not a bug, this is a known issue described in the online documentation when Multi Day Event Banner is used.
http://help.infragistics.com/Doc/ASPNET/2013.2?page=Known_Issues_Known_Issues_and_Breaking_Changes_Revision_History.html
The following are known issues with the Multi Day Event Banner feature.
When the multi day event banner is enabled using the WebMonthView control, you may notice the appearance of horizontal and vertical scrollbars. This happens when the banner spans multiple rows.
The AllDayEventAreaStyle property is applied to every event banner row, instead of TD column. This occurs when EnableMultiDayEventBanner is true (which is default). If it is False, this class applies to columns.
The AllDayEventAreaSelectedStyle property is ignored when EnableMultiDayEventBanner is true. This selected area is not defined when using multi day event banner.
You should set the property "EnableMultiDayEventBanner" to false (and EnableMultiResourceview to true) for the WebScheduleInfo Control in order to resolve it.