Hi there,
I have a ultradayview which has mutiple owners. My requirement is, when I select a paticular owner, it's width should be shown wider (eg. 100 -> 300). I have used the creationfilter to override the size of the width as follows. BUT it does NOT setting the width of the owner. ITs setting width of some higher level UIElement of Owner.
PLESASE let me know a solution ASAP. This is very urgent!! ( Please see the requiement attached)
In Load:
this.ultraDayView1.CreationFilter = new MyCreationFilter;
public class MyCreationFilter : IUIElementCreationFilter
{
public void AfterCreateChildElements(UIElement parent)
GroupUIElement GUI = parent.GetAncestor(typeof(GroupUIElement)) as GroupUIElement;
if (GUI != null)
if (GUI.DayView.ActiveOwner != null)
Owner owner = GUI.GetContext(typeof(Owner)) as Owner;
if (GUI != null && owner.ToString() == GUI.DayView.ActiveOwner.ToString())
GUI.Rect = new Rectangle(GUI.Rect.X, GUI.Rect.Y, 300, GUI.Rect.Height);
}
Thanks in Advance!!
Hi!! I need a response to this ASAP please!! Thanks so much!
its been 2 days!! I need a response to this ASAP please!! Thanks so much!
Hi Boris,
Thanks alot for your response. Looking forward to hear from you on that.
Also do you think is it possible to do the following for the OWNER HEADER or do you think its going to be a new feature too?
PROBLEM:
Activate the availability of the arrows () within the ‘header’ section of the window if the user hovers over the column line.
Also Setting the availability of the arrows in the header section should also DISABLE the arrows within the actual columns (where the arrows can currently be seen
Please see the attached picture for more info
Would like to hear regarding this matter soon!!
Thanks
Nomiw
Hello nomiw,
After trying several different approach I came to the conclusion that it would be extremely hard to achieve this, keeping in mind you would have to take care of all UIElements that are part of the control.
And after some more research, the "Increasing the size of the active owner" has been determined to be a new product idea. I have sent your idea directly to our product management team.
Our product team chooses new ideas for development based on popular feedback from our customer base. Infragistics continues to monitor application development for all of our products, so as trends appear in requested features, we can plan accordingly.
We value your input, and our philosophy is to enhance our toolset based on customer feedback. If your idea is chosen for development, you will be notified at that time.
Your reference number for this product idea is PI13050115.
If you would like to follow up on your request at a later point, you may contact Developer Support management via email. Please include the reference number of your product idea in the subject and body of your email message. You can reach Developer Support management through the following email address: dsmanager@infragistics.com
Thank you for your request.