Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1735
Changing value and getting tooltip for controls added in OwnerHeader using Mycreation
posted
Hi, I am using UltraDayView and UltraWeekView both showing multiple owners.For the appointments i am getting them from database and adding them on ultraDayView/UltraWeekView. I am showing Multiple OwnerHeader in which i have Added Two Check boxes. one Image and one Button using MyCreation. and with help of sample code provided on the link http://es.infragistics.com/community/forums/t/90016.aspx My Queries are: Firstly for the Two Checkboxes: The state of these 2 checkboxes are again coming from database which i need to set on initial load of the form. How to set the check/uncheck of these checkboxes on initial load. For the image: i want to show tooltip for the image, and the data to be shown in tooltip is again coming from the database(the data is about who last updated appointment). I used ToolTipProviderUIElement and imgUIElement.ToolTipItem = tooltipElement; to get the tooltip...i hard coded the data for now which i am able to see, but i need to show the data that i am getting from database. For the Button: i have added ButtonUIElement i want to show an image on this button for which i tried setting following btnUIElement.Appearance = new Infragistics.Win.Appearance(); btnUIElement.Appearance.ThemedElementAlpha = Alpha.Transparent; btnUIElement.Appearance = appearance10; but the button does not show any image, i am using IG.isl in my application is there a problem with that or somthing else? How can i set image for this button. I used btnUIElement.ImageRegion for now, but image is not proper Thanks, Chitra
Parents
No Data
Reply
  • 48586
    posted

    Hello,

     

    I am just checking about the progress of this issue. Let me know If you need any further assistance on this  issue?

     

    Thank you for using Infragistics Components

Children